@0901091-1
10 years, 1 month ago
Solved:
Removing the email verification has solved the problem. Turns out that the add_action wouldn’t work for accounts that aren’t already activated.
It does store the correct value within the xprofile group, but not within WP itself. I need it to override WP default value of Subscriber.
@bp-help
Thanks, that worked. Any idea how I could test if on homepage, /home/, rather than register?
home slug: define(BP_HOME_BLOG_SLUG,’home’)
I know I’m missing a ‘!’ – still doesn’t work with it though