Skip to:
Content
Pages
Categories
Search
Top
Bottom

Buddypress member directory


  • iommidesigns
    Participant

    @iommidesigns

    I am using buddypress Version 2.5.3. We would like to have our member directory page show up almost like an excel spreadsheat. With the user profile fields visible in a horizontal line.

    here is the link. It is just showing avatar and Name. We would like to add other custom profile fields to this page. Is there a premium plugin for this? Or any other ideas?

    http://kesslerneighborsunited.org/members/

    Also if you look there are UL tags displaying “>”on most of the buttons threw out the buddypress section. Is there a way to disable theme styling and use default buddypress styling within the buddypress settings?

    Here is the link to a profile displaying the UL tags

    http://kesslerneighborsunited.org/members/admin/

    Help!!!

    Thank you.

Viewing 1 replies (of 1 total)

  • shanebp
    Moderator

    @shanebp

    This premium plugin – BuddyProfileData – will add profile data to the members loop.
    It will add fields in a vertical stack.
    If you are comfortable with css and maybe a little php, you can change it to horizontal.

    Or you can write your own solution using this hook:
    do_action( 'bp_directory_members_item' );
    in this file:
    buddypress\bp-templates\bp-legacy\buddypress\members\members-loop.php

    Or you can create a template overload of that file and hardcode your solution directly in the template wherever and however you want it.

    Re the ‘>’ – the best solution is to find out where it is being added by your theme css and change it.

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