How to run transfer programmatically
Posted: Thu May 28, 2020 1:54 am
Hello,
I am building a membership system for our club and I need to add a user to wordpress, transfer that user to phpBB and then add that user to a specific group on phpBB.
So, when a user signs up for our club they get a special area of phpBB they are able to use and I need to add them to that phpBB group.
1) The user signs up on the Wordpress site as a new user.
2) The username/password gets added into Wordpress.
3) I would like to be able to transfer the username/password to phpBB automatically at this point.
4) Call group_user_add on the phpBB side to add the user to the members only group on phpBB.
What is the routine I should be calling to force the user to be transferred to phpBB before I call group_user_add?
Thank you!!!
James
I am building a membership system for our club and I need to add a user to wordpress, transfer that user to phpBB and then add that user to a specific group on phpBB.
So, when a user signs up for our club they get a special area of phpBB they are able to use and I need to add them to that phpBB group.
1) The user signs up on the Wordpress site as a new user.
2) The username/password gets added into Wordpress.
3) I would like to be able to transfer the username/password to phpBB automatically at this point.
4) Call group_user_add on the phpBB side to add the user to the members only group on phpBB.
What is the routine I should be calling to force the user to be transferred to phpBB before I call group_user_add?
Thank you!!!
James