Page 1 of 1
link to different forum page?
Posted: Mon Jan 23, 2017 5:11 pm
by mLgz0rn
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?
Re: link to different forum page?
Posted: Mon Jan 23, 2017 6:02 pm
by axew3
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.
Re: link to different forum page?
Posted: Mon Jan 23, 2017 6:12 pm
by axew3
Re: link to different forum page?
Posted: Tue Jan 24, 2017 12:47 am
by mLgz0rn
Thanks axe! got it working <3