Skip to:
Content
Pages
Categories
Search
Top
Bottom

Buddypress “Members” widget, slight modification possible


  • Anonymous User 18187419
    Inactive

    @anonymized-18187419

    Hi guys

    Is it possible to remove/hide the “Popular” filter which displays above the Members list widget (Newest/Active/Popular) ?

    It kinda encourages friend-request spamming on my site, users competing to be at the top of that “Popular” list.

    So just remove the Popular filter, the Newest and Active should remain.

    Thanks for any help.

    WP 5.9.3
    BP 9.1.1
    Twenty Sixteen Theme
    Site is NSFW, sorry no link unless requested

Viewing 1 replies (of 1 total)

  • Anonymous User 18187419
    Inactive

    @anonymized-18187419

    This quick css solution was kindly supplied by Brajesh at Buddydev.com
    Thanks!

    
    .widget_bp_core_members_widget .bp-separator:nth-child(4){
    	display:none;
    }
    .widget_bp_core_members_widget  #popular-members {
    	display:none;
    }
    
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar