Home
last modified time | relevance | path

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

/plugin/discussion/
H A Dadmin.php60 $threads = $this->_getThreads();
63 $more = ((count($threads) > ($first + $num)) ? true : false);
64 $threads = array_slice($threads, $first, $num);
66 foreach ($threads as $thread) {
125 * Used for sorting threads in descending order by date of last comment.
126 * If this date happens to be equal for the compared threads, page id
H A Daction.php1737 * Sort threads
/plugin/discussion/syntax/
H A Dthreads.php3 * Discussion Plugin, threads component: displays a list of recently active discussions
40 $this->Lexer->addSpecialPattern('\{\{threads>.+?\}\}', $mode, 'plugin_discussion_threads');
56 $match = substr($match, 10, -2); // strip {{threads> from start and }} from end
144 msg('The Pagelist Plugin must be installed for threads lists to work.', -1);
155 …if($count != false && $i >= $count) break; // Only display the n discussion threads specified by t…