So I final got the embedded links to work thanks to you :p!
Now im running with an application form plugin for phpbb that makes a page within phpbb you can see it here http://nm-inc.clanroyal.dk/forums/app.p ... cationform
How would I be able to link to that so it goes to the embedded forum page?
link to different forum page?
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: link to different forum page?
i see that if i click into iframe link:
Application Form
it is correctly embedded of course as any other content inside iframe.
But if you mean to call a page like this
nm-inc.clanroyal.dk/forum/app.php/applicationform
directly on url you can't expect that will work. Wp will answer that the page not exist.
So the best way, will be to create new blank page, naming it for example phpBBappform
than add the related page-phpBBappform.php into the template folder, with code about iframe resizer
that will open http://nm-inc.clanroyal.dk/forums/app.p ... cationform when
http://nm-inc.clanroyal.dk/applicationform will be called in WP.
Application Form
it is correctly embedded of course as any other content inside iframe.
But if you mean to call a page like this
nm-inc.clanroyal.dk/forum/app.php/applicationform
directly on url you can't expect that will work. Wp will answer that the page not exist.
So the best way, will be to create new blank page, naming it for example phpBBappform
than add the related page-phpBBappform.php into the template folder, with code about iframe resizer
that will open http://nm-inc.clanroyal.dk/forums/app.p ... cationform when
http://nm-inc.clanroyal.dk/applicationform will be called in WP.
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: link to different forum page?
p.s look here to get it:
https://www.axew3.com/w3/index.php/foru ... wtopic=266
https://www.axew3.com/w3/index.php/foru ... wtopic=266
-
- User ww
- Posts: 42
- Joined: Fri Jan 20, 2017 5:23 pm
Re: link to different forum page?
Thanks axe! got it working <3