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"
|