This is Joomla Content Plugin which will helps you to hide content of Joomla articles on the basis of user group.
If you have an article on your Joomla site and you want some part of it to be visible to Guest and not visible to users of other groups or vice versa.
For using this Just download jcontenthider.zip and install it from extension manager of your Joomla site.
Now go to Plugin Manager and enable it.
Open the article whose text you want to hide or show to particular group id(s), now you have to pack all the text you want to hide/show in tags like
{jcontenthider g_id=group_id(s) ACTION}
/* Your Text Resides Here. */
{/jcontenthider}
G_id : id(s) of Joomla User Group(s).
ACTION : HIDE/SHOW, action will performed on the enclosed text.
{jcontenthider g_id=8 SHOW}
/* Your Text Resides Here. */
{/jcontenthider}
If you are doing this then the enclosed text only visible to the uers of Joomla Gruop whose id is 8.
If you are facing any issue feel free to contact me on mail Jitendra Khatri