Page 2 of 7
Re: auto user register to phpBB or want to transfer?
Posted: Tue Apr 12, 2022 5:06 pm
by Meis2M
yes i created and it is exist
Re: auto user register to phpBB or want to transfer?
Posted: Tue Apr 12, 2022 5:17 pm
by axew3
please remove this line, commenting out, into
overall_header.html js code you added:
change into
Code: Select all
//document.location.replace(href0);
leave Rebuild Stale Template option in phpBB set to yes at moment
let see why your page reload thousand of times...
Re: auto user register to phpBB or want to transfer?
Posted: Tue Apr 12, 2022 5:23 pm
by Meis2M
thank u it is working...
now there is two page
main folder that i install phpBB
https://www.php-test.ir/forum/index.php
and
https://www.php-test.ir/board/
in doc say create different page in wp
sry for many question
but is is ugly ... is it possible show up iframe in too?
https://www.php-test.ir/forum/index.php
Re: auto user register to phpBB or want to transfer?
Posted: Tue Apr 12, 2022 5:23 pm
by axew3
EHY!
you are using the same name of the forum folder?!!!!!
it is not possible, that's lead to the problem of the reload i assume
if phpBB is at /forum
you have to choose another name for the page forum, so board or forums
this is the reason of the problem
set as something else than forum
creating may forums, resetting to forums the page name into plugin setting page for the forum page name, and into js code you added (both overall_header and footer), and create the blank page in wp admin forums
Re: auto user register to phpBB or want to transfer?
Posted: Tue Apr 12, 2022 5:28 pm
by Meis2M
axew3 wrote: ↑Tue Apr 12, 2022 5:23 pm
EHY!
you are using the same name of the forum folder?!!!!!
it is not possible, that's lead to the problem of the reload i assume
if phpBB is at
/forum
you have to choose another name for the page forum, so board or forums
this is the reason of the problem
set as something else than
forum
creating may
forums, resetting to forums the page name into plugin setting page for the forum page name, and into js code you added (both overall_header and footer), and create the blank page in wp admin
forums
no
my phpbb is installed in "forum" folder
i create a page in wp as name" board" , i never create forum page in wp
but in "Create or rebuild WordPress forum page template" i create "forum" and "board" too
is it mistake?
Re: auto user register to phpBB or want to transfer?
Posted: Tue Apr 12, 2022 5:31 pm
by axew3
AH ok, so why you have put
Code: Select all
var wordpress_url_page_f = 'https://www.php-test.ir/forum
and NOT
Code: Select all
var wordpress_url_page_f = 'https://www.php-test.ir/board
change forum with board into footer and header js code!!!
that's the reason of the fool reloading!