auto user register to phpBB or want to transfer?

Meis2M
User ww
User ww
Posts: 21
Joined: Tue Apr 12, 2022 6:51 am

Re: auto user register to phpBB or want to transfer?

Post by Meis2M »

yes i created and it is exist
User avatar
axew3
w3all User
w3all User
Posts: 2713
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: auto user register to phpBB or want to transfer?

Post by axew3 »

please remove this line, commenting out, into overall_header.html js code you added:

Code: Select all

document.location.replace(href0);
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...
Meis2M
User ww
User ww
Posts: 21
Joined: Tue Apr 12, 2022 6:51 am

Re: auto user register to phpBB or want to transfer?

Post 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
Last edited by Meis2M on Tue Apr 12, 2022 5:24 pm, edited 1 time in total.
User avatar
axew3
w3all User
w3all User
Posts: 2713
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: auto user register to phpBB or want to transfer?

Post 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
Meis2M
User ww
User ww
Posts: 21
Joined: Tue Apr 12, 2022 6:51 am

Re: auto user register to phpBB or want to transfer?

Post 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 :D is it mistake?
User avatar
axew3
w3all User
w3all User
Posts: 2713
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: auto user register to phpBB or want to transfer?

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