auto user register to phpBB or want to transfer?
-
- User ww
- Posts: 21
- Joined: Tue Apr 12, 2022 6:51 am
Re: auto user register to phpBB or want to transfer?
yes i created and it is exist
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: auto user register to phpBB or want to transfer?
please remove this line, commenting out, into overall_header.html js code you added:
change into
leave Rebuild Stale Template option in phpBB set to yes at moment
let see why your page reload thousand of times...
Code: Select all
document.location.replace(href0);
Code: Select all
//document.location.replace(href0);
let see why your page reload thousand of times...
-
- User ww
- Posts: 21
- Joined: Tue Apr 12, 2022 6:51 am
Re: auto user register to phpBB or want to transfer?
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
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
Last edited by Meis2M on Tue Apr 12, 2022 5:24 pm, edited 1 time in total.
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: auto user register to phpBB or want to transfer?
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
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
-
- User ww
- Posts: 21
- Joined: Tue Apr 12, 2022 6:51 am
Re: auto user register to phpBB or want to transfer?
noaxew3 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
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?
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: auto user register to phpBB or want to transfer?
AH ok, so why you have put
and NOT
change forum with board into footer and header js code!!!
that's the reason of the fool reloading!
Code: Select all
var wordpress_url_page_f = 'https://www.php-test.ir/forum
Code: Select all
var wordpress_url_page_f = 'https://www.php-test.ir/board
that's the reason of the fool reloading!