Page 3 of 7
Re: auto user register to phpBB or want to transfer?
Posted: Tue Apr 12, 2022 5:37 pm
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?
Re: auto user register to phpBB or want to transfer?
Posted: Tue Apr 12, 2022 5:39 pm
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]
Re: auto user register to phpBB or want to transfer?
Posted: Tue Apr 12, 2022 5:43 pm
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
Re: auto user register to phpBB or want to transfer?
Posted: Tue Apr 12, 2022 5:46 pm
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
Re: auto user register to phpBB or want to transfer?
Posted: Tue Apr 12, 2022 5:56 pm
by Meis2M
thank u very much
Re: auto user register to phpBB or want to transfer?
Posted: Wed Apr 13, 2022 5:13 am
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?