Title: Single ID
Last modified: July 10, 2022

---

# Single ID

 *  Resolved [Halil](https://wordpress.org/support/users/halilesen/)
 * (@halilesen)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/single-id/)
 * Hello,
    I’m not writing this here so as not to inflate, but first, could you 
   take a look at the topic [here](https://wordpress.org/support/topic/login-to-all-sites-with-a-single-id/)?
 * What would you recommend in this regard? Can I handle the phpBB side of things
   with this plugin?
 * Is there a membership plugin you recommend on the WordPress side?
 * How do I match the first and last name field?
 * Many more questions. What do you say?

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/single-id/page/2/?output_format=md) [→](https://wordpress.org/support/topic/single-id/page/2/?output_format=md)

 *  Plugin Author [axew3](https://wordpress.org/support/users/axewww/)
 * (@axewww)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/single-id/#post-15813052)
 * Hi! Hard to answer in few words!
 * > What would you recommend in this regard? Can I handle the phpBB side of things
   > with this plugin?
 * [https://www.axew3.com/w3/wordpress-phpbb-integration-install/](https://www.axew3.com/w3/wordpress-phpbb-integration-install/)
 * it is possible to do anything with little adjustments and following some rule
   but the code is about to link **a single wordpress to phpBB and not two.**
 * Anyway, it can also be installed into both wordpress.
    But at this point, you’ll
   leave register users where? Into phpBB or wordpress? If into phpBB, without the
   phpBB extension installed, then users are added into each wordpress, when the
   user as logged will visits the one or the other wordpress, into one or other.
   If the user will not visit the one or the other as logged into phpBB or logging
   in into both, the user will not be added. Not good, you could have users registered
   into a wordpress, but not into the other. Te best way so, would be the follow:
   1) installing the phpBB extension [https://www.axew3.com/w3/forums/viewtopic.php?p=5509#p5509](https://www.axew3.com/w3/forums/viewtopic.php?p=5509#p5509)
   adapted to add users, when they register, both into one wordpress and the other.
   I can modify the code for you in short so to accomplish with this. Then leave
   users to register, change their email and password, only in phpBB and not in 
   wordpress, so that when this will happen, both wordpress will update to the same.
   Users will have the possibility to login everywhere and the login be recognized
   the same into the other wordpress or phpBB. 2) if not installing the phpBB extension
   as mentioned above, and instead leaving to register users in wordpress, will 
   little complicate things because in this case, would be necessary to add a piece
   of code that will provide to add the user into the other wordpress when the user
   will register, the same goes for email and pass update, some line of code will
   be necessary to execute the task (easy to be added) that will do the same into
   the other wordpress. About login, same as above: when a login is done into a 
   wordpress, since the plugin release a valid phpBB cookie, when the same user 
   will go to visit the other wordpress and the plugin is installed also there, 
   the user will be automatically logged in (and added if not existent).
 * I do not know if you’ll be able to configure all things as required, it is in
   true little hard for not experienced coders/users, i can just follow you and 
   help if necessary, also adding required lines of code to make it work all as 
   you expect/want (that may will become default code option on next plugins versions).
 * >  What would you recommend in this regard? Can I handle the phpBB side of things
   > with this plugin?
 * woocommerce or memberpress are tested, others no but if anything wrong can be
   easily adjusted.
 * > How do I match the first and last name field?
 * to do what?
 * cheers!!
 *  Thread Starter [Halil](https://wordpress.org/support/users/halilesen/)
 * (@halilesen)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/single-id/#post-15814654)
 * Thank you very much for your reply. I think we can achieve this with your help.
   Basically what I want to do is something like Apple ID or Google account. Simply
   as on this page: [https://giris.donanimhaber.com/login?returnUrl=https://www.donanimhaber.com/](https://giris.donanimhaber.com/login?returnUrl=https://www.donanimhaber.com/)
 * I would like to be able to login to three different installations like this. 
   Let there be such a separate page for it. So it will look like a single identity.
   Moreover, this single login automatically logs into the other two WordPress and
   phpBB. The page in the example is installed in a subdomain and is used only for
   login and registration. More guided.
 * Extra account settings in Woocommerce can be entered later by the user. In WordPress
   with WooCommerce already, users must be registered as customers. On the main 
   portal, I want them to not be able to enter the wp-admin panel. I’ve been looking
   for a membership plugin related to this, but it’s hard to find one that I want.
 * I requested something like this from the author of the theme I used: [https://wordpress.org/support/topic/i-want-so-many-things-again-menus/](https://wordpress.org/support/topic/i-want-so-many-things-again-menus/).
   This might explain better what I want to do. In the demo image I showed there,
   I want an area to be opened when the avatar is clicked. Here you can have both
   profile-related links, carts and notifications. I also opened a topic in this
   forum: [https://wordpress.org/support/topic/all-notifications-in-one-place/](https://wordpress.org/support/topic/all-notifications-in-one-place/).
   I’ll ask on the phpBB forums for external notifications.
 * There are plugins for WordPress related bulk login and registration but they 
   are advertised and have some costs. moreover, the data is stored in their warehouses.
   I checked your extension. I haven’t installed it yet but it seems to work. For
   example, we can redirect the user to the forum to edit their profile. Forum avatar
   is also available for WordPress.
 * Kind regards..
 *  Plugin Author [axew3](https://wordpress.org/support/users/axewww/)
 * (@axewww)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/single-id/#post-15815959)
 * It is possible to achieve exactly the same by adding the plugin into both wordpress,
   and via some code just hook that when profile update happen into a wordpress,
   the same need to happen into the other.
    About phpBB the plugin will do the rest.
   You could add the snippet just into two functions: `function wp_w3all_up_phpbb_prof(
   $user_id, $old_user_data) {` and `function wp_w3all_up_wp_prof_on_phpbb($user_id,
   $old_user_data) {` that are both into the _wp\_w3all.php_ file
 * Look that some hooks are wrapped to work when on wp-admin side and others on 
   frontend, some other on both.
 * When you’ll login, into any cms, then you’ll be recognized as logged into all
   others, due to the phpBB cookie, if the linked phpBB is the same.
 * Implications of all this are may not arguable all in one, if any help required
   just post, i will follow suggesting an easy (mine) solution for each situation
    -  This reply was modified 3 years, 11 months ago by [axew3](https://wordpress.org/support/users/axewww/).
 *  Thread Starter [Halil](https://wordpress.org/support/users/halilesen/)
 * (@halilesen)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/single-id/#post-15816425)
 * I am grateful. So is something like this possible? Let phpBB connect with just
   login.sitename.com. This subdomain should be used for login and registration 
   only. Moreover, since this subdomain will send the data to both WordPress and
   phpBB, changes made to phpBB will affect the others. By change I mean avatar 
   or something. Of course other WordPress should do research to do it this way 
   too. If I can’t do it this way, as you said, it is necessary to install this 
   plugin on both. No problem, I just didn’t want to over-inflate it. I’ll start
   working on the merge soon. I’m currently making some design adjustments.
 *  Thread Starter [Halil](https://wordpress.org/support/users/halilesen/)
 * (@halilesen)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/single-id/#post-15822450)
 * Actually, what I want to do is: Let me link all the sites to a single subdomain.
   Get the members out of there. That way everything doesn’t get mixed up. Do you
   think I am wrong?
 *  Thread Starter [Halil](https://wordpress.org/support/users/halilesen/)
 * (@halilesen)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/single-id/#post-15824557)
 * Hello again,
    I found **[this](https://codecanyon.net/item/wordpress-multisite-user-syncunsync/19660623)**
   plugin. If I have a budget, I plan to buy it. So when we pair just one WordPress
   with phpBB it will match the others. What do you think, will it work?
 * In the meantime, I’m completing the theme edits. I’ll start syncing soon.
 *  Thread Starter [Halil](https://wordpress.org/support/users/halilesen/)
 * (@halilesen)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/single-id/#post-15827362)
 * Is there a special reason why you don’t answer or are you busy?
 * There are some plugins for integrating wordpress’s. Now it’s time to do all this
   with a single WordPress. But I’m a little unsure here.
 *  Thread Starter [Halil](https://wordpress.org/support/users/halilesen/)
 * (@halilesen)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/single-id/#post-15830670)
 * I found that the best option is to redirect to phpBB for login and registration.
   I customize the login and registration pages.
 *  Thread Starter [Halil](https://wordpress.org/support/users/halilesen/)
 * (@halilesen)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/single-id/#post-15831027)
 * It’s like everything is ok. Integration is just a matter of time. I think the
   WP w3all phpBB plugin will give me what I want.
 * Now I want to set the profile fields. However, in phpBB, there is a pf_ tag at
   the beginning of the custom profile fields. WordPress becomes first_name and 
   phpBB becomes pf_first_name. They also did it this way on the phpbb.com forum.
   Afterwards, they brought these two values ​​side by side to reveal the full name.
   I will do so too.
 * Of course, I should also prevent users from entering the wp-admin panel.
 *  Plugin Author [axew3](https://wordpress.org/support/users/axewww/)
 * (@axewww)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/single-id/#post-15840341)
 * Hello Halil!
    I see that you are going on so fast, very happy! Sorry my delay
   on read, 42 degree here and with a little time of holidays.
 * What you want to achieve with profile fields?
 *  Thread Starter [Halil](https://wordpress.org/support/users/halilesen/)
 * (@halilesen)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/single-id/#post-15842753)
 * Have a nice holiday then. 🙂 first Name, surname, about, facebook and Twitter….
   Kalsik wordpress user profile settings. I want users not to be able to log into
   the WordPress dashboard, no need for it, do all their work in phpBB. So all necessary
   profile edits for WordPress should be pulled from phpBB.
 *  In the meantime, I will directly install this plugin on WordPress. WP w3all 
   phpBB. WordPress-Worpress integration can be complex and unnecessary as it seems.
   So, for now, I gave up on connecting all sites to a single domain.
 * If things go as planned, I plan to install WP w3all phpBB this weekend.
 *  Thread Starter [Halil](https://wordpress.org/support/users/halilesen/)
 * (@halilesen)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/single-id/#post-15852459)
 * Hi again,
    I installed WP w3all phpBB. I synced users. I just couldn’t sync myself(
   administrator). My username and email are the same on both.
 * To do everything right, I want WordPress profile settings to match phpBB; We 
   can change phpBB’s settings as WordPress cannot change it; ie name (first_name)
   and surname (last_name), website (url), Twitter username (twitter) and Biographical
   information (description). If we can, I would like to show “Name to be seen by
   all” (display_name) as Name Surname. When we create them in phpBB with the same
   ID, they are prefixed with pf_.
 * I created and registered all phpBB users to a role with no privileges. So they
   will have nothing to do with the Admin panel. And use Add_filter( ‘show_admin_bar’,‘
   __return_false’ ); I disabled it with the code.
 * Is it possible to redirect /login or /wp-login.php to the phpBB login page as
   well? I want all login, logout, profile settings etc. to be done in phpBB.
 *  You mentioned it before but I wasn’t sure: Should I install the [phpBB WordPress Integration Common Tasks](https://www.axew3.com/w3/forum/?coding=dmlld3RvcGljLnBocD90PTE2NzA=)
   extension? I think it’s purpose is to transfer user information from phpBB to
   WordPress… Correct?
 * More to come, I guess. 🙂 But that’s it for now. I’m fluent in Google translate
   now, but I’m sorry if there’s any confusion. 🙂
 * Thank you so much.
 *  Thread Starter [Halil](https://wordpress.org/support/users/halilesen/)
 * (@halilesen)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/single-id/#post-15853699)
 * maybe the website profile field should not match.
 *  Thread Starter [Halil](https://wordpress.org/support/users/halilesen/)
 * (@halilesen)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/single-id/#post-15888469)
 * Hi?
 *  Plugin Author [axew3](https://wordpress.org/support/users/axewww/)
 * (@axewww)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/single-id/#post-15896748)
 * Hello! SOme hint maybe useful?
 * > Is it possible to redirect /login or /wp-login.php to the phpBB login page 
   > as well? I want all login, logout, profile settings etc. to be done in phpBB.
 * Activate option into wp_w3all preferences:
 * > Swap WordPress default Register and Lost Password links to point to phpBB related
   > pages
 * deactivate registration into WP.
    Install the phpBB extension
 * Remove links that points to the wp-login into your template (widgets etc), so
   that normal users will not know the existence of it and never will know if not
   in particular circumstance.
    But leave the possibility to access the login in
   case that some bruteforce into some user’s account occur (so that will be necessary
   to login in wordpress to unlock the account), and the plugin will automatically
   redirect the user asking to login. It can happen rarely, but can happen. This
   aspect will be resolved in another way on next versions, so that will not be 
   required to login in WP when a (presumed) bruteforce detected into some user 
   account.

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/single-id/page/2/?output_format=md) [→](https://wordpress.org/support/topic/single-id/page/2/?output_format=md)

The topic ‘Single ID’ is closed to new replies.

 * ![](https://ps.w.org/wp-w3all-phpbb-integration/assets/icon-128x128.png?rev=3375511)
 * [WP w3all phpBB](https://wordpress.org/plugins/wp-w3all-phpbb-integration/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-w3all-phpbb-integration/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-w3all-phpbb-integration/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-w3all-phpbb-integration/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-w3all-phpbb-integration/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-w3all-phpbb-integration/reviews/)

 * 16 replies
 * 2 participants
 * Last reply from: [axew3](https://wordpress.org/support/users/axewww/)
 * Last activity: [3 years, 10 months ago](https://wordpress.org/support/topic/single-id/page/2/#post-15896814)
 * Status: resolved