Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,020
- How-to & Troubleshooting
- 129,649
- Creating & Extending
- 25,794
- Requests & Feedback
- 9,497
- Third Party Plugins
- 9,794
- Showcase
- 3,316
- Ideas
- 1,383
- Miscellaneous
- 9,179
-
How can you identify the user on wpmu_activate_user? Only by the key from the activation link? How does that work?
Then $bp->loggedin_user->id doesn’t work on activation either, does it?
How is Lance Willet able to use $userid on wpmu_activate_user?
Can I somehow use that to pull up the right meta row from wp_signups and store the values in wp_usermeta with the right user_id?
Or can I use the email address as an identifier?