Lines Matching +full:reply +(+path:plugin +path:discussion) -(+path:plugin +path:discussion +path:lang)

291                     $repl = $_REQUEST['reply'];
324 $cid = $_REQUEST['reply'];
396 protected function _show($reply = null, $edit = null) { argument
446 else $this->_print($key, $data, '', $reply);
451 …if (($data['status'] == 1) && (!$reply || !$this->getConf('usethreading')) && !$edit) $this->_form…
726 * @param string $reply
730 protected function _print($cid, &$data, $parent = '', $reply = '', $visible = true) { argument
736 if ($comment['parent'] != $parent) return true; // reply to an other comment
746 $this->_print_comment($cid, $data, $parent, $reply, $visible, $hidden);
748 $this->_print_replies($cid, $data, $reply, $visible);
749 // reply form
750 $this->_print_form($cid, $reply);
758 * @param $reply
762 protected function _print_comment($cid, &$data, $parent, $reply, $visible, $hidden) { argument
841 // show reply button?
842 if (($data['status'] == 1) && !$reply && $comment['show']
845 $this->_button($cid, $this->getLang('btn_reply'), 'reply', true);
862 * @param string $reply
864 protected function _print_form($cid, $reply) argument
866 if ($this->getConf('usethreading') && $reply == $cid) {
876 * @param string $reply
879 protected function _print_replies($cid, &$data, $reply, &$visible) argument
888 $this->_print($rid, $data, $cid, $reply, $visible);
967 <input type="hidden" name="reply" value="<?php echo $cid ?>" />
1380 if (!isset($data['comments'][$rid])) continue; // reply was removed
1637 if ($comment['parent'] != $parent) return false; // reply to an other comment
1707 if ($comment['parent'] != $parent) return ''; // reply to an other comment