Can you elaborate on this set up a little? Where are people logging in from? What page do you have the [join-my-multisite] shortcode on? Is it on bbPress?
What part of registration redirects back to the primary domain? The URL sent in the email?
Thread Starter
dingzj
(@dingzj)
Thanks so much for your fast response.
I just found out it’s not this plugin’s issue.
I had another plugin “Theme My Login”, that are conflicting with yours without any notification. I deactivated that and removed their shortcodes and pages, everything went well.
This is the conflicted plugin: https://wordpress.org/plugins/theme-my-login/
I can see that being a problem, since we’re BOTH trying to override the default behavior and cause a race condition :/
Thread Starter
dingzj
(@dingzj)
I see that’s why. Thanks Ipstenu. I learned quite some from your website.
Since you are here, can you help me here.
I had WordPress multisites setup, but only some sites need forums, and next, I want to have social login/registers as well. (Probably this is a very popular feature requirement.)
So far, I got bbPress setup (haven’t got it fully functional yet, as got issues in emails receiving (not sending issue), as I just boot a machine on Digital Ocean)
I also install WordPress Social Login (using https://wordpress.org/plugins/wordpress-social-login/ for now) setup.
Do you think this will work? or Can you point me a good direction?
Where does bbPress save its users in database? Ideally, I would like bbPress/forum users should only access(read/write) to forums only, but not my wordpress posts/pages.
I also found ForumEngine is a good theme too, but don’t want to run an independent site for yet, until necessary.
Again, I thank you for your valuable time and response.
I want to have social login/registers as well. (Probably this is a very popular feature requirement.)
Flat out, my plugin won’t help you there. And I have no plans to expand it to do so. I know people want it, but it’s not something I’m ready to support.
Where does bbPress save its users in database?
bbPress users == WordPress users. So wp_users and wp_usermeta. That doesn’t change.
Can’t speak for the rest. You should try asking on bbpress.org