Lines Matching refs:getConf

125         if(!$_SERVER['REMOTE_USER'] && !$this->getConf('allowguests')) {
165 if($this->_hasDiscussion($title) && $this->getConf('wikisyntaxok')) {
192 if($this->_hasDiscussion($title) && $this->getConf('wikisyntaxok')) {
271 if(isset($_SERVER['REMOTE_USER']) && !$this->getConf('adminimport')) {
275 …} elseif((isset($_SERVER['REMOTE_USER']) && $this->getConf('adminimport') && $this->helper->isDisc…
286 … $comment['user']['address'] = ($this->getConf('addressfield')) ? hsc($_REQUEST['address']) : '';
287 … $comment['user']['url'] = ($this->getConf('urlfield')) ? $this->_checkURL($_REQUEST['url']) : '';
288 … $comment['subscribe'] = ($this->getConf('subscribe')) ? $_REQUEST['subscribe'] : '';
292 if($this->getConf('moderate') && !$this->helper->isDiscussionMod()) {
345 if($this->getConf('moderate') && !$this->helper->isDiscussionMod()) {
372 if($this->getConf('excluded_ns') == '') {
375 $isNamespaceExcluded = preg_match($this->getConf('excluded_ns'), $INFO['namespace']);
378 if($this->getConf('automatic')) {
405 if (!$_SERVER['REMOTE_USER'] && !$this->getConf('showguests')) return false;
424 …if($cnt > 1 || ($cnt == 1 && $data['comments'][$keys[0]]['show'] == 1) || $this->getConf('allowgue…
437 if (!$this->getConf('usethreading')) {
441 if($this->getConf('newestfirst')) {
451 …if (($data['status'] == 1) && (!$reply || !$this->getConf('usethreading')) && !$edit) $this->_form…
459 if($this->getConf('visibilityButton')) {
507 if ((!$this->getConf('allowguests'))
795 if ((!$this->getConf('userealname')) && ($user)) {
810 if ($this->getConf('linkemail') && $mail) {
843 … && ($this->getConf('allowguests') || $_SERVER['REMOTE_USER']) && $this->getConf('usethreading')
866 if ($this->getConf('usethreading') && $reply == $cid) {
901 $this->use_avatar = $this->getConf('useavatar')
916 $this->style = ' style="margin-left: '.($this->avatar->getConf('size') + 14).'px;"';
942 if (!$_SERVER['REMOTE_USER'] && !$this->getConf('allowguests')) {
970 …if(!$_SERVER['REMOTE_USER'] or ($this->getConf('adminimport') && $this->helper->isDiscussionMod())…
989 if ($this->getConf('urlfield')) {
1001 if ($this->getConf('addressfield')) {
1013 if ($this->getConf('adminimport') && ($this->helper->isDiscussionMod())) {
1032 … <?php echo $this->getLang('entercomment'); echo ($this->getConf('wikisyntaxok') ? "" : ":");
1033 … if($this->getConf('wikisyntaxok')) echo '. ' . $this->getLang('wikisyntax') . ':'; ?>
1036 <?php if($this->getConf('wikisyntaxok')) { ?>
1068 …TE_USER'] || $_SERVER['REMOTE_USER'] && !$conf['subscribers']) && $this->getConf('subscribe')) { ?>
1274 if ($this->getConf('moderatorsnotify')) {
1275 $mods = trim($this->getConf('moderatorgroups'));
1398 if ($this->getConf('wikisyntaxok')) {
1509 if ($this->getConf('useavatar')
1560 if (!$recaptcha->getConf('forusers') && $_SERVER['REMOTE_USER']) return;