
Summary
HIDER is a Joomla! content plugin that allows you to hide parts of content articles based on a visitor's login status.
It is incredibly simple to use:
Note: Remove the space after the { for the code below to work
- { reg} This text only displays to logged-in users {/reg}
- { pub} This text only displays to visitors who are NOT logged-in {/pub}
Additionally,you can hide text based on user groups:
- { author} Authors only {/author}
- { editor} Editors only {/editor}
- { publisher} Publishers only {/publisher}
- { manager} Managers only {/manager}
- { admin} Administrators only {/admin}
- { super} Super Administrators only {/super}
If you find bugs, please let us know about them!
NOTE: HIDER is NOT hierarchical - so if you apply the 'author' code, only those who are specifically assigned as 'author' will be able to see it - not "authors and above"
NOTE: Joomla does NOT fire plugin events when it renders content in PDF or RSS feeds, so therefore this plugin will NOT get triggered. Any text restricted by HIDER will be displayed, and any other content plugins you have will NOT get triggered. This is a Joomla issue, not an issue with the content plugins.
|