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?
auto user register to phpBB or want to transfer?
-
- User ww
- Posts: 21
- Joined: Tue Apr 12, 2022 6:51 am
- 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?
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]
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]
-
- User ww
- Posts: 21
- Joined: Tue Apr 12, 2022 6:51 am
Re: auto user register to phpBB or want to transfer?
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
- 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?
Surely it respect/use wp hooks, so it should work!
If any problem let know
NOTE
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
-
- User ww
- Posts: 21
- Joined: Tue Apr 12, 2022 6:51 am
Re: auto user register to phpBB or want to transfer?
thank u very much
-
- User ww
- Posts: 21
- Joined: Tue Apr 12, 2022 6:51 am
Re: auto user register to phpBB or want to transfer?
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>
and if i change to 100% or adding height 100% not working. why?