Difference between revisions of "LiquidThreads"
Jump to navigation
Jump to search
(New page: ==Overview== category:softwareLiquidThreads is an extension for MediaWiki which provides a threaded forum on every page. It has some minor bugs ...) |
(→Answers Unknown: disable in certain namespaces?) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==Overview== | ==Overview== | ||
− | [[category:software]][[LiquidThreads]] is an [[software extension|extension]] for [[MediaWiki]] which provides a [[threaded]] [[forum]] on | + | [[category:software]][[LiquidThreads]] is an [[software extension|extension]] for [[MediaWiki]] which provides a page-oriented [[threaded]] [[forum]]. By default, all pages in the main [[MediaWiki/namespace|namespace]] have forums on their [[MediaWiki/talk page|talk page]]s. |
− | + | {{seedling}} | |
+ | ==How To== | ||
+ | ===Tags=== | ||
+ | * '''<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><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=== | ||
+ | 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== | ==Links== | ||
===Official=== | ===Official=== | ||
− | * [[mwsite:Extension:LiquidThreads| | + | * [[mwsite:Help:Extension:LiquidThreads|help page]] |
+ | * [[mwsite:Extension:LiquidThreads|extension page]] | ||
+ | ** [[mwsite:Extension:LiquidThreads/For Wikimedia projects|FAQ for Wikimedia projects]] | ||
+ | * [http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/LiquidThreads/LiquidThreads.php?view=markup LiquidThreads.php]: options for LocalSettings.php |
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.
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
- help page
- extension page
- LiquidThreads.php: options for LocalSettings.php