link to different forum page?

mLgz0rn
User ww
User ww
Posts: 42
Joined: Fri Jan 20, 2017 5:23 pm

link to different forum page?

Post 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?
User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: link to different forum page?

Post 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.
User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: link to different forum page?

Post by axew3 »

mLgz0rn
User ww
User ww
Posts: 42
Joined: Fri Jan 20, 2017 5:23 pm

Re: link to different forum page?

Post by mLgz0rn »

Thanks axe! got it working <3
Post Reply