Home
last modified time | relevance | path

Searched +full:showguests +(+path:plugin +path:discussion) -(+path:plugin +path:discussion +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/discussion/conf/
H A Dmetadata.php12 $meta['showguests'] = array('onoff');
H A Ddefault.php9 $conf['showguests'] = 1; // show/hide comments from guests
/plugin/discussion/
H A Daction.php405 if (!$_SERVER['REMOTE_USER'] && !$this->getConf('showguests')) return false;