Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to remove columns from member directory


  • russ668
    Participant

    @russ668

    I’m using the WOffice theme, have selected Table layout for the staff directory. I’d like to remove the Role, Activity, Name (it shows up twice, one with avatar and other without), and Birthday for now.

    Can I do this just using CSS? Or do I have to modify the members-loop.php file? And if I do have to modify that file, do I create it in the child theme folder using buddypress>members>members-loop.php directory structure or do I just copy it to the root?

Viewing 2 replies - 1 through 2 (of 2 total)

  • danbp
    Moderator

    @danbp

    Table layout with staff directory is not part of BP. You have to search in your theme.

    Yes you can use CSS, but to remove role and such, you have perhaps some custom function somewhere who add them to your directory…it would be better you remove theme or use the reverse solution instead of a CSS trick like display:none;

    Yes you better have to use a child theme if you want to COMPLETELY modify a bp template. For example changing div into td… but it is not recommended, at least if you don’t exactly know what you do (and be able to adjust all the JS behind the bp scene).


    russ668
    Participant

    @russ668

    Perfect, thanks for the heads up. I wondered if this was not a BP issue. Wasn’t googling much about it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar