Home
last modified time | relevance | path

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

/plugin/discussion/conf/
H A Dmetadata.php11 $meta['allowguests'] = array('onoff');
H A Ddefault.php8 $conf['allowguests'] = 1; // should unregistred users be able to comment?
/plugin/discussion/
H A Daction.php125 if(!$_SERVER['REMOTE_USER'] && !$this->getConf('allowguests')) {
424 …t == 1 && $data['comments'][$keys[0]]['show'] == 1) || $this->getConf('allowguests') || isset($_SE…
507 if ((!$this->getConf('allowguests'))
843 … && ($this->getConf('allowguests') || $_SERVER['REMOTE_USER']) && $this->getConf('usethreading')
942 if (!$_SERVER['REMOTE_USER'] && !$this->getConf('allowguests')) {