Home
last modified time | relevance | path

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

/plugin/discussion/conf/
H A Dmetadata.php26 '_choices' => array('off', 'top', 'bottom')
/plugin/discussion/
H A Dadmin.php150 0 => $this->getLang('off'),
195 if (!$data['status']) return false; // comments are turned off
365 $patterns = array('~~DISCUSSION:off\2~~', '~~DISCUSSION\2~~', '~~DISCUSSION:closed\2~~');
H A Dhelper.php122 …if (!$status || (($status == 2) && (!$number))) continue; // skip if comments are off or closed wi…
251 // check if discussion is turned off
H A Daction.php410 if (!$data['status']) return false; // comments are turned off
524 if ($data['status'] != 1) return false; // comments off or closed
1598 if ((!$data['status']) || ($data['number'] == 0)) return; // comments are turned off
1616 if ((!$data['status']) || ($data['number'] == 0)) return; // comments are turned off
1673 // and if comments are turned off in the admin this only updates the .comments file
/plugin/discussion/syntax/
H A Dcomments.php66 if ($match == ':off') $status = 0;