Home
last modified time | relevance | path

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

/plugin/discussion/conf/
H A Dmetadata.php22 $meta['usethreading'] = array('onoff');
H A Ddefault.php19 $conf['usethreading'] = 1;
/plugin/discussion/
H A Daction.php437 if (!$this->getConf('usethreading')) {
451 …if (($data['status'] == 1) && (!$reply || !$this->getConf('usethreading')) && !$edit) $this->_form…
843 … && ($this->getConf('allowguests') || $_SERVER['REMOTE_USER']) && $this->getConf('usethreading')
866 if ($this->getConf('usethreading') && $reply == $cid) {