Re: [New Plugin] BuddyPress Group Forum Extras
ah shoot, sorry. I missed that.
you can quickly edit this file
bp-forums-extras-index.php
and replace
ORDER BY f.forum_order DESC
with
ORDER BY f.forum_order ASC
I updated the trunk and 0.1.8 tag but did not increase the version number
if you need to readjust the order in a custom way – you can modify the database table wp_bb_forums (or whatever prefix is used) and change up the forum_order column.