Ok, i see thank for the video that let understand more than words, due to my english. Look, the problem here seem to be something else because as you click into the link for the ACP, as you can see the forum appear NOT IFRAMED and it is pure phpBB: well, always it is pure phpBB, because it is only iframed into a WP page, but when going to ACP, you see that the page load with real phpBB url.
So, are you out of the ACP? How you login into?
To be anyway sure that it is not something interfering with the JS code added into the overall_header.html template file, you should maybe test it commenting this line of js code, into the added:
document.location.replace(href0);
change into
//document.location.replace(href0);
assuming that you have the ACP option set to YES about Recompile Stale Templates (so that changes done to template files takes immediate effect).
If it is something interfering, that’s strange, with issue you report, it can be only the above mentioned.
While this line commented, when you load the phpBB at real url, it will not be redirected to the iframed WP page, but will remain at real phpBB url. So you can test it out of the iframe box and any possible interference. At same time, you can always access to the iframed phpBB, by accessing the WP forum page.
Let know!
-
This reply was modified 9 months ago by axew3.
-
This reply was modified 9 months ago by axew3.