how do i stop forum page from continuous loading of i-frame

User avatar
axew3
w3all User
w3all User
Posts: 2689
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: how do i stop forum page from continuous loading of i-frame

Post 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.
scarce
User w
User w
Posts: 6
Joined: Mon Apr 13, 2020 8:23 pm

Re: how do i stop forum page from continuous loading of i-frame

Post by scarce »

:cry: :cry: :cry: :cry: :cry: :cry: :cry: :cry: :cry:
i have effected the changes but nothing really happened.

i still cant find the phpbb forum stand alone on eculaw.com.ng
User avatar
axew3
w3all User
w3all User
Posts: 2689
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: how do i stop forum page from continuous loading of i-frame

Post by axew3 »

you have to remove into page-good.php this line:

Code: Select all

document.domain = '".$document_domain."';
right above the edited
scarce
User w
User w
Posts: 6
Joined: Mon Apr 13, 2020 8:23 pm

Re: how do i stop forum page from continuous loading of i-frame

Post by scarce »

hi, are you saying i should remove that line of code from page-good.php?
its in my line #235..
User avatar
axew3
w3all User
w3all User
Posts: 2689
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: how do i stop forum page from continuous loading of i-frame

Post 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
scarce
User w
User w
Posts: 6
Joined: Mon Apr 13, 2020 8:23 pm

Re: how do i stop forum page from continuous loading of i-frame

Post 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
Post Reply