Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BP widgets Members & Group Help


modemlooper
Moderator

@modemlooper

I meant that when I change the code the selected class is still choosing the newest. Like the page loads and it thinks the widget is displaying newest but I changed this

<?php $users = BP_Core_User::get_newest_users( $options[‘max_members’] ) ?>

to this

<?php $users = BP_Core_User::get_active_users( $options[‘max_members’] ) ?>

There are less sign ups than activity so I wanted the widget to show the activity first.

Skip to toolbar