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
Links to integrated phpBB iFrame
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Links to integrated phpBB iFrame
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.
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.