Michael Beckwith
Michael Beckwith
We get enough support threads about admin email customization to warrant this and it'd be a pretty useful feature for our users. Perhaps list all admins in a checkbox list...
For example comment on/favorite profile photo upload activity.
https://wordpress.org/support/topic/bp-registration-options/
They don't rely on BP approval hook, but provide their own action hook thankfully. ``` add_action( 'the_champ_user_successfully_created', 'bp_registration_options_notify_pending_user', 10, 1 ); ``` https://wordpress.org/plugins/super-socializer/
Individual shortcode parsing functions and one "master" function that calls the others. This would allow for parsing all or just what one wants.
Close out ours only, if at all possible.
Somewhere along the line, we're adding the meta. Is it possible to check the method used to add user, and prevent pending status if manual?
They're becoming unwieldy. Added suggestions: UI removal file User/Admin notifications file
For BuddyPress 2.5+ **Things needed** Full HTML message. Plain text message. Situation value. **Things to do** Create and insert post type posts upon activation. Post type: **bp-email** Create and insert...