How to remove member count in Group

Home Forums Legacy Support Support queries How-to & Troubleshooting How to remove member count in Group

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #238621
    jonllewellyn80
    Participant
    Hi I would like to remove the displayed member count in group/batches
    #238622
    jonllewellyn80
    Participant
    This reply has been marked as private.
    #238699
    logan
    Member
    Hello, use this css in customizer >> custom css. div#groups-dir-list ul#groups-list .item .meta {display: none;} .group-home .snapshot span.batch_user_count {display: none;} refer: https://share.getcloudapp.com/d5ueNXrE https://share.getcloudapp.com/jkunmpgN
    #238735
    jonllewellyn80
    Participant
    Great, thanks Logan, cheers
    #238752
    jonllewellyn80
    Participant
    This reply has been marked as private.
    #238782
    logan
    Member
    Hello, this is related to the BuddyPress. batches are groups in general. we extended the BuddyPress group features. I can do one thing I can hide all the details whatever you want to hide please share the page URL and screenshots. i will try to write a new code if feasible, that will hide these things if the current user is not a member of that group.
    #238889
    jonllewellyn80
    Participant
    Hi Logan Ok, understand, I hope you can write the code, will this be possible? The issue is the TABS are helpful for members, and if you hide them I assume members won't be able to view? Cheers Jon
    #238954
    logan
    Member
    For now, this is not possible.
    #239119
    jonllewellyn80
    Participant
    Ok, can you please just hide the count of members then, thanks
    #239160
    logan
    Member
    Hello, use this css in customize >> custom css: .groups li#members-groups-li a#members span {display: none;}
    #240312
    jonllewellyn80
    Participant
    Thanks
    #240352
    logan
    Member
    kind regards. topic closed.
Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘How to remove member count in Group’ is closed to new replies.