Difference between revisions of "LiquidThreads"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(→‎Links: LiquidThreads.php)
(→‎Answers Unknown: disable in certain namespaces?)
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
 
* '''<nowiki>{{#useliquidthreads:1}}</nowiki>''' causes the current page to be converted into a forum
 
* '''<nowiki>{{#useliquidthreads:1}}</nowiki>''' causes the current page to be converted into a forum
 
* '''<nowiki>{{:Thread:Talk:Page Name/Thread title}}</nowiki>''' transcludes a thread
 
* '''<nowiki>{{:Thread:Talk:Page Name/Thread title}}</nowiki>''' transcludes a thread
 +
* '''<nowiki><talkpage />, <thread /></nowiki>''': presumably for embedding
 +
** These are mentioned [[mwsite:Thread:Extension talk:LiquidThreads/user manual?/reply (2)|here]], but no syntax given
 +
 
===Answers Unknown===
 
===Answers Unknown===
 
Is it possible to do the following, and if so how:
 
Is it possible to do the following, and if so how:
Line 14: Line 17:
 
** table of all discussions or comments tagged with a given category
 
** table of all discussions or comments tagged with a given category
 
** more complex queries (all comments by a given user tagged with a given category)
 
** more complex queries (all comments by a given user tagged with a given category)
 +
* Disable threading within certain namespaces
 +
** $wgLqtNamespaces is supposed to do this, but it doesn't seem to work; an example would be helpful
 +
 
==Links==
 
==Links==
 
===Official===
 
===Official===

Latest revision as of 17:05, 19 October 2011

Overview

LiquidThreads is an extension for MediaWiki which provides a page-oriented threaded forum. By default, all pages in the main namespace have forums on their talk pages.

This is a growing seedling article. You can help HTYP by watering it.

How To

Tags

  • {{#useliquidthreads:1}} causes the current page to be converted into a forum
  • {{:Thread:Talk:Page Name/Thread title}} transcludes a thread
  • <talkpage />, <thread />: presumably for embedding
    • These are mentioned here, but no syntax given

Answers Unknown

Is it possible to do the following, and if so how:

  • Transclude views of a discussion thread or topic list, e.g.:
    • table of all discussions on a given page (possibly with a maximum length)
    • list of all comments by a given user
    • table of all discussions or comments tagged with a given category
    • more complex queries (all comments by a given user tagged with a given category)
  • Disable threading within certain namespaces
    • $wgLqtNamespaces is supposed to do this, but it doesn't seem to work; an example would be helpful

Links

Official