Links to integrated phpBB iFrame

risq
User w
User w
Posts: 14
Joined: Wed May 24, 2017 2:01 pm

Links to integrated phpBB iFrame

Post by risq »

Hi there,

is there any good practise for using links to the integrated phpBB IFrame?

So i will use a blog message from a normal wordpress, i can link to the forum in iframe Mode.

Obvisouly if i use a normal link to...site/phpBB33/forumpageXXX.php.. , it will open up in normal phpBB mode.

Thx for your help
User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Links to integrated phpBB iFrame

Post by axew3 »

mh ... if you're little skilled this, the explanation is ...
grab the http url request before any WP process, check the page requested if for phpBB forum, switch to WP page-forum, and/but pass the original requested phpBB url into the var
$w3all_url_to_cms
this is maybe the smart solution to this problem.
That by the way need to be coded (and is really not so hard). Is a good one code snippet to add.
will be implemented as soon.
With a better documentation with the ready code.
Post Reply