I am trying to follow the instructions:
viewtopic.php?f=2&t=835
I don't understand what "http://192.168.1.5/wordpress". Is it:
1. http://www.domain.com
2. http://www.domain.com/wordpress
3. http://www.domain.com/forums (the url showing the forum)
4. http://www.domain.com/login
5. other?
registration in phpBB and Wordpress at same time
-
- Posts: 2
- Joined: Mon Dec 13, 2021 12:56 am
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: registration in phpBB and Wordpress at same time
Hello!
any valid url, that also can be an IP (like i was doing into my localhost tests).
You just need to put the url that point to wordpress (any it is) so
if wordpress is into a subfolder /wordpress on your localhost
or
if wordpress is on root at mydomain.com etc
Code: Select all
$wordpress_url = 'http://192.168.1.5/wordpress'
You just need to put the url that point to wordpress (any it is) so
Code: Select all
http://localhost/wordpress
or
Code: Select all
https://mydomain.com
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: registration in phpBB and Wordpress at same time
All the old code about this will be removed on 2.4.5.
To get the user addition into WordPress at same time, will be just required to install the
phpBB WordPress Integration Common Tasks extension:
viewtopic.php?f=2&t=1634
that will be updated to accomplish with this (at date of this post still do not contain this part) at same time when 2.4.5 released.
The code will use cUrl->post behind the scene to easily perform the task.
To get the user addition into WordPress at same time, will be just required to install the
phpBB WordPress Integration Common Tasks extension:
viewtopic.php?f=2&t=1634
that will be updated to accomplish with this (at date of this post still do not contain this part) at same time when 2.4.5 released.
The code will use cUrl->post behind the scene to easily perform the task.
-
- Posts: 2
- Joined: Mon Dec 13, 2021 12:56 am
Re: registration in phpBB and Wordpress at same time
Excellent! Thank you. We look forward to the upgrade.
I did not understand your answer as I am not a coder. But I tried option 1 and it appears to work.
I did not understand your answer as I am not a coder. But I tried option 1 and it appears to work.