How to limit sites on homepage

Hi Friends,

I do not see any option to limit the number of sites to show on the index/homepage. Right now, 3 sites are showing up on homepage and I would like to limit it to 1.

Anyone got any idea for this?

Thank You

Quote · 16 Jan 2010

bump

Quote · 17 Jan 2010

Hello

open the - modules/boonex/sites/classes/BxSitesSearchResult.php

find these strings :

case 'index':
$this->sSitesBrowseUrl = 'index';
$this->sSitesBrowseAll = 'browse/all';
$this->aCurrent['paginate']['perPage'] = 3;
$this->aCurrent['restriction']['public']['value'] = BX_DOL_PG_ALL;
break;

and replace value - $this->aCurrent['paginate']['perPage'] = 3;

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 17 Jan 2010

Thanks SashaE, that worked like a charm...

Quote · 17 Jan 2010
 
 
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.