Page 1 of 1

Links to integrated phpBB iFrame

Posted: Fri May 26, 2017 10:33 am
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

Re: Links to integrated phpBB iFrame

Posted: Fri May 26, 2017 1:09 pm
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.