Home
last modified time | relevance | path

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

/plugin/discussion/
H A Dadmin.php32 switch ($_REQUEST['comment']) {
222 if ($comment['parent'] != $parent) return; // answer to another comment
225 $comment['id'] = $cid;
226 $comment['level'] = $level;
227 $result[] = $comment;
229 // check answers to this comment
240 * @param array $comment
243 function _commentItem($comment) { argument
272 * @param array $comment
275 function _li_comment($comment) { argument
[all …]
H A Daction.php450 // comment form
490 * @param array $comment
543 // render the comment
736 if ($comment['parent'] != $parent) return true; // reply to an other comment
738 if (!$comment['show']) { // comment hidden
835 echo ($HIGH?html_hilight($comment['xhtml'],$HIGH):$comment['xhtml']).DOKU_LF;
1226 * @param array $comment data array of the new comment
1637 if ($comment['parent'] != $parent) return false; // reply to an other comment
1638 if (!$comment['show']) return false; // hidden comment
1707 if ($comment['parent'] != $parent) return ''; // reply to an other comment
[all …]
H A Dhelper.php77 $comment = '0 '.$this->getLang('nocomments');
79 $comment = '1 '.$this->getLang('comment');
81 $comment = $num.' '.$this->getLang('comments');
85 $comment.'</a>';
143 // finally sort by time of last comment
189 // finally sort by time of last comment
225 // skip 'show comment' log entries
231 // check if it's a hidden page or comment
255 // Check for the comment and all parents if they exist and are visible.
259 // check if the comment still exists
[all …]
H A Dconvert.php75 * this converts individual discussion pages to .comment meta files
101 foreach ($old as $comment) {
103 // prepare comment data
104 if (strpos($comment, '<sub>') !== false) {
111 list($meta, $raw) = explode($out, $comment, 2);
130 // render comment
133 // fill in the converted comment
H A Dscript.js56 var comment = $textarea.val();
59 if (!comment) {
69 'comment': comment
/plugin/discussion/conf/
H A Ddefault.php8 $conf['allowguests'] = 1; // should unregistred users be able to comment?