public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['limit'] = 5;
     $ret['generators']['child']['component']['paging'] = false;
     return $ret;
 }
 public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['generators']['child']['component']['searchForm'] = 'Kwc_User_Directory_CommunityView_SearchForm_Component';
     $ret['generators']['child']['component']['paging'] = 'Kwc_User_Directory_CommunityView_Paging_Component';
     $ret['searchQueryFields'] = array('nickname');
     return $ret;
 }
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['placeholder']['linkPrefix'] = '';
     $ret['hideCategoriesWithoutEntries'] = false;
     // Setting hideCategoriesWithoutEntries on true doesn't work correctly
     // It's fixed in Lofer, but probably to slow to use it everywhere, @author Franz
     // better solution would be to fetch listCount by a subquery
     return $ret;
 }
 public static function getSettings()
 {
     $ret = parent::getSettings();
     return $ret;
 }
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['limit'] = 10;
     return $ret;
 }
 public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['generators']['child']['component']['paging'] = false;
     return $ret;
 }
 public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     return $ret;
 }