answering this morning to a pm, i've take a look into your post and clicking into your example link, i've been able to stop loop and see page code output ... ...
it seem to me you have not well read instructions (yeah yeah! my Eng is bad!) and where:
Code: Select all
var wordpress_url_page_f = 'http://flo.micromedia.pl/forum'; // MANDATORY! // (DO NOT ADD/INCLUDE final slash here) Url that point to your iframed wordpress forum page
into
overall_header.html and overall_footer.html code you added, you should set it with THE URL OF THE WP PAGE FORUM you created into WP,
AND NOT THE REAL PHPBB URL
which is the name of the page-forum you created into wordpress?
you need to setup the url of this page as value into
overall_header.html and overall_footer.html js code
AND NOT the real phpBB url.
Look also that you DO NOT need to name this page, like the forum folder, if phpBB reside into same folder where wp is.
Test doing this please:
into plugin admin, where create/rebuild page-forum, setup as value
forums (note that it is forums not
forum), click create/rebuild page.
then create blank page into wordpress, just title it
forums and save.
now into your overall_header.html js code, set values like this:
Code: Select all
var wordpress_url_page_f = 'http://flo.micromedia.pl/forums'; // MANDATORY! // (DO NOT ADD/INCLUDE final slash here) Url that point to your iframed wordpress forum page
and into overall_footer.html, same value
Code: Select all
var wordpress_url_page_forum = 'http://flo.micromedia.pl/forums'; // MANDATORY! // (DO NOT ADD/INCLUDE final slash here) Url that point to your iframed wordpress forum page
now all will work fine.