Forum Replies Created
-
I’m looking for an answer to these 2 matters too but couldn’t find anything yet.
Thank you for all your help!
Hello Venutius,
I think you misunderstood.
BP Members list is displayed correctly. The problem is for the BP Featured Members list at the top.
Please take a look at the following screenshot so you can see:
I tried this CSS but it’s not working:
.featured-members-list {overflow: auto; list-style: none; float: left; width: 30%; margin: 0 20px 28px 0; border: 0;}Also I tried to use one of the view strings (default) provided here but I don’t know exactly how to integrate it into the PHP code.
Thank you for the code! It displays the list on 1 column.
What CSS should I apply in order to have it in 3 columns and multiple rows? (same as bp members list)
I really appreciate your explanations.
It’s not necessary for me to use roles as long as I can manage all the users being displayed. (add & delete)
I can do it with the plugin (using user meta) but still can’t find out where exactly to place the shortcode in order to get my list displayed at the top of the Members page.
Thanks for your reply, Venutius.
I though about using the following BP Featured Members’ shortcode to display the list in the header: <?php echo do_shortcode(“[bp-featured-members]”); ?>
Any idea on how to succesfully integrate it in the members-loop file?
Hello Venutius,
I already tried the plugin but it creates a new section named “Featured Members” instead of displaying users at the top of the list.
Thanks anyway!