by axew3 » Mon Jan 23, 2017 6:02 pm
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.
i see that if i click into iframe link:
[i] Application Form [/i]
it is correctly embedded of course as any other content inside iframe.
But if you mean to call a page like this
[url]nm-inc.clanroyal.dk/forum/app.php/applicationform[/url]
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 [i]phpBBappform[/i]
than add the related [i]page-phpBBappform.php[/i] into the template folder, with code about iframe resizer
that will open [url]http://nm-inc.clanroyal.dk/forums/app.php/applicationform[/url] when
[url]http://nm-inc.clanroyal.dk/applicationform[/url] will be called in WP.