@jparra-1
7 years, 3 months ago
Although I would have preferred a single-line slider, passing users, at the end, I got the fixed style exactly as I wanted it.
Home
Thank you very much for your help.
Thanks, it works.
Thank you very much for your quick response, it works almost perfect.
You can see it here: http://www.racingonlineclub.com/#agradecimientos
First of all I can not include administrators and moderators.
Is not this correct?
<? php if (bp_group_has_members (‘group_id = 1 & per_page = 20 & exclude_admins_mods = false’)):?>
And secondly I would like the name “bp_group_member_link” to appear under the avatar to better organize the grid.
Is this possible?
Currently the list is:
<li style = “display: inline;”> <! – Example template tags you can use -> <? php bp_group_member_avatar ()?> <? php bp_group_member_link ()?> </ li>
Thanks again.