This BuddyPress plugin allows you to stick groups on top of the directory front page.
Administrators can set group as sticky from WordPress backend group Admin UI..
The sticky groups will appear whatever the order of the groups loop is.
As soon as search query is performed, the sticky feature won't be applied so that the result of the search remains consistent..
You can download and install BP Sticky Groups using WordPress plugin installer.
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
In front, to avoid trouble with the widget, the group name filter is now encapsulated between two do actions..
So themes need to make sure to include this 2 do actions before and after the groups loop in the template groups groops-loop.php..
Side note filtering bp get group name is far from being the greatest way of indicating group is sticky, as people may use the bp group name tag inside link title attribute, i'll work on this as soon as BuddyPress will include specific tag class to the in groups loop..
This version also fixes silly mistake i made to get the name of the groupmeta table . 1.0.1.
Read more