Page 2 of 3
Re: how do i stop forum page from continuous loading of i-frame
Posted: Tue Apr 14, 2020 6:35 pm
by axew3
p.s look that plugin version 2.3.4 has been released, it also fix a problem that i see not still not resolved, when users register into phpBB iframed, then login in phpBB iframe, that cause a duplicate WP user insertion.
Update to just released last 2.3.4 to fix this issue.
Re: how do i stop forum page from continuous loading of i-frame
Posted: Tue Apr 14, 2020 7:26 pm
by scarce
Re: how do i stop forum page from continuous loading of i-frame
Posted: Tue Apr 14, 2020 7:33 pm
by axew3
you have to remove into page-good.php this line:
Code: Select all
document.domain = '".$document_domain."';
right above the edited
Re: how do i stop forum page from continuous loading of i-frame
Posted: Fri Apr 17, 2020 5:39 pm
by scarce
hi, are you saying i should remove that line of code from page-good.php?
its in my line #235..
Re: how do i stop forum page from continuous loading of i-frame
Posted: Fri Apr 17, 2020 7:28 pm
by axew3
ok you correctly setup it.
But error after error it return another error.
you should open
page-good.php
search for these lines of code
Code: Select all
// array() of allowed domains
var w3all_orig_domains = ['".$w3all_orig."','".$w3all_orig_www."','".$w3all_url_to_cms_clean."','".$w3all_url_to_cms_clean0."','https://localhost','http://localhost'];
substitute the line with:
Code: Select all
var w3all_orig_domains = ['".$w3all_orig."','".$w3all_orig_www."','".$w3all_url_to_cms_clean."','".$w3all_url_to_cms_clean0."','https://eculaw.com.ng/phpbb','http://eculaw.com.ng/phpbb'];
and let see that all should be resolved
Re: how do i stop forum page from continuous loading of i-frame
Posted: Sat Apr 18, 2020 8:47 pm
by scarce
hi, thanks alot..
i have tried it all but forum iframe height is still not adjusting.
maybe its because i can not recompile all these code changes.. i cant log into the stand alone phpbb admin CP to recompile.
what do u think