Home
last modified time | relevance | path

Searched +full:group_by_name +(+path:plugin +path:userhomepage) -(+path:plugin +path:userhomepage +path:lang) (Results 1 – 4 of 4) sorted by relevance

/plugin/userhomepage/conf/
H A Ddefault.php13 $conf['group_by_name'] = 0;
H A Dmetadata.php13 $meta['group_by_name'] = array('onoff');
/plugin/userhomepage/
H A Daction.php138 if ($this->getConf('group_by_name')) {
243 …// If use_name_string or group_by_name is enabled, we can't use ACL wildcards so let's create ACL …
244 if (($this->getConf('use_name_string')) or ($this->getConf('group_by_name'))) {
H A Dhelper.php16 if ($this->getConf('group_by_name')) {