Skip to:
Content
Pages
Categories
Search
Top
Bottom

Hide Pending Registrations from Site Activity


  • ljp007
    Participant

    @ljp007

    Hi,

    I do not want to show pending registrations in the site activity. I have this plugin installed to allow me to approve new registrations:
    https://wordpress.org/plugins/bp-registration-options/

    The issue is that when any user registers, the new registration shows up in the site activity. I want to show all site activity except pending user registrations. I have seen several posts on how to filter using bp_has_activities (e.g. bp_has_activities( bp_ajax_querystring( ‘activity’ ) .’&object=groups,friends,status,blogs’), but I only want to filter pending registrations, nothing else.

    Thanks for any help.

Viewing 1 replies (of 1 total)

  • shanebp
    Moderator

    @shanebp

    You really should ask the plugin authors this question using their support forum:
    https://wordpress.org/support/plugin/bp-registration-options

    I’ve never used their plugin, but do you have ‘moderation’ turned on?
    From their readme file:

    * Hide “Person became a registered member” from activity stream if moderation is turned on until person is approved.

    This will prevent new registrations from showing in site activity, regardless of whether you’re using their plugin… but maybe you need something else?
    remove_action( 'bp_core_activated_user', 'bp_core_new_user_activity' );

Viewing 1 replies (of 1 total)
  • The topic ‘Hide Pending Registrations from Site Activity’ is closed to new replies.
Skip to toolbar