Homepage - Public Groups

I need to play with the order of the "Featured, Recent, Top" selectors in the Public Groups Block on the homepage.

Can someone tell me where I can find the code for this?

Thanks,

Paul

Quote · 29 Jan 2011

backup then open modules/boonex/groups/classes/BxGroupsModule.php

replace:

_t('_bx_groups_tab_featured') => array('href' => BX_DOL_URL_ROOT . '?bx_groups_filter=featured', 'active' => 'featured' == $sBrowseMode, 'dynamic' => true),
_t('_bx_groups_tab_recent') => array('href' => BX_DOL_URL_ROOT . '?bx_groups_filter=recent', 'active' => 'recent' == $sBrowseMode, 'dynamic' => true),

with:

_t('_bx_groups_tab_recent') => array('href' => BX_DOL_URL_ROOT . '?bx_groups_filter=recent', 'active' => 'recent' == $sBrowseMode, 'dynamic' => true),
_t('_bx_groups_tab_featured') => array('href' => BX_DOL_URL_ROOT . '?bx_groups_filter=featured', 'active' => 'featured' == $sBrowseMode, 'dynamic' => true),

login to admin,clear cache, or delete cache folder contents except htaccess & go to front and when you refresh ...the recent will be first...

I have video tutorials to help you mrpowless.com
Quote · 29 Jan 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.