Shows some text of a page only if a list of conditions is true
There is un-merged commit to make compatible with 'Hogfather' ⇒ https://github.com/haraldronge/showif/pull/1/commits/08b87900724521883b1ef0848d658a6d7899764e
— dcabernel 2021-05-07 18:06
Shows some text of a page only if a list of conditions is true.
Can hide sections.
The text is still on the page, but not displayed. For true hiding, you would have to use the include plugin and set the appropritate ACLs.
Lazy hiding based on plugin nodisp from Myron Turner.
This plugin is particularly useful in open Wikis with closed sections.
Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.
Show some welcoming text for users of a public page that are not yet logged in.
<showif isloggedin> You may now explore the rest of the site. </showif> <showif isnotloggedin> Please log in to view the rest of the site. </showif>
Show a direct upload link if the user may edit:
<showif mayedit> [[http://[yourwiki]/lib/exe/mediamanager.php?ns=:[yournamespace]:|Upload MP3-files]] </showif>
Basic syntax:
<showif [condition1], [condition2], ...>[text]</showif>
Conditions may be a comma-separated list, all conditions have to be true to show [text].
Not all combinations make sense
For me this plugin is working on 2017-02-19 “Frusterick Manners”. 2017/8/10 ben
This Plugin dosn't work in the sidebar from the DokuWiki default template.
Any plans to change this? I would be happy because I would need this function. 2014/01/20 cit
No not currently, too much else to do, but I would be happy if somebody else would do it, code is quite simple. — Harald 2014/01/20 17:44