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 »

Yesss it is working now and i replace " document.location.replace(href0);" again..


ok every thing is ok now,
thank u alot.. sry it was my first time ...

another question:
1- this plugin is working with WooCommerce ?

2- there is a plugin in wp that change method of registering by phone number some thing like telegram and whatsapp , if i use this plugin then still working with phpbb intergrate?
User avatar
axew3
w3all User
w3all User
Posts: 2712
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

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

Post by axew3 »

woocommerce yes
which is the other plugin? it is free?
I assume should work, because if in place of an username it use a telephone number, where it is the difference? Numbers instead of letters?

p.s anyway you have to setup all as board in each step,
so the page name into plugin admin, change from forum to board, and into js code header and footer you added in phpBB

[EDITED]
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:39 pm woocommerce yes
which is the other plugin? it is free?
I assume should work, because if in place of an username it use a telephone number, where it is the difference? Numbers instead of letters?

p.s anyway you have to setup all as board in each step,
so the page name into plugin admin, change from forum to board, and into js code header and footer you added in phpBB

[EDITED]

it is here see
https://codecanyon.net/item/digits-word ... n/19801105
User avatar
axew3
w3all User
w3all User
Posts: 2712
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

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

Post by axew3 »

Surely it respect/use wp hooks, so it should work!
If any problem let know

NOTE
p.s anyway you have to setup all as board in each step,
so the page name into plugin admin, change from forum to board, and into js code header and footer you added in phpBB
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 very much
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:46 pm Surely it respect/use wp hooks, so it should work!
If any problem let know

NOTE
p.s anyway you have to setup all as board in each step,
so the page name into plugin admin, change from forum to board, and into js code header and footer you added in phpBB
i change my phpbb style and iframe is not working well

https://www.php-test.ir/board/?coding=Y ... d1Y0dodw==

problem think is here

Code: Select all

<iframe id="w3all_phpbb_iframe" style="width:1px;min-width:100%;*width:100%;border:0;" scrolling="no" src="<?php echo $w3all_url_to_cms; ?>"></iframe>
width:1px !

and if i change to 100% or adding height 100% not working. why?
Post Reply