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.
how do i stop forum page from continuous loading of i-frame
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
-
- 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
i have effected the changes but nothing really happened.
i still cant find the phpbb forum stand alone on eculaw.com.ng
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: how do i stop forum page from continuous loading of i-frame
you have to remove into page-good.php this line:
right above the edited
Code: Select all
document.domain = '".$document_domain."';
-
- 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
hi, are you saying i should remove that line of code from page-good.php?
its in my line #235..
its in my line #235..
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: how do i stop forum page from continuous loading of i-frame
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
substitute the line with:
and let see that all should be resolved
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'];
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'];
-
- 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
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
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