Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to get group names to stop switching order on group page

  • Hi,

    I’d like to prevent the order of the groups on http://www.mywebsite.com/groups from changing as the activity changes. Is there someway I can keep this from happening so that the order of the groups stays the same? Instead, only the “active x minutes ago” phrase changes below the group name. Is there some piece of code I can remove or change in groups-loop.php or elsewhere perhaps?

    Thank you much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Resolved.

    Unfortunately, this didn’t get resolved I had hoped since the last active group still keeps coming up to the top of the list in /groups/.

    I found this code in the groups-loop.php which I thought may be responsible for this?

    <?php printf( __( 'active %s ago',

    ‘buddypress’ ), bp_get_group_last_active() ) ?>

    I’ve tried to remove , bp_get_group_last_active() but get an error message about an unnecesary “)” and can’t get the coding to be correct.

    Could someone assist? Also, is this even the right track?

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to get group names to stop switching order on group page’ is closed to new replies.
Skip to toolbar