EE 1
EE 2
Encaf Clique
Developer
3rd Party (Free)
1 downloads (last 90 days)
Download v1.0
Compatibility
- Multi Site Manager
- Stand Alone Entry Form
- Low Variables
- Better Workflow
- Matrix
Requirements
- jQuery for the Control Panel
Categories
Plugin
Tags
Clique can show or hide template content based on if the currently logged in member is in the group(s) you specify. It does this by looking at the currently logged in member's group_id, and comparing that to the list of group_id's that you pass into Clique using the groups parameter.
PURPOSE
Clique can show or hide template content based on if the currently logged in member is in the group(s) you specify. It does this by looking at the currently logged in member’s group_id, and comparing that to the list of group_id’s that you pass into Clique using the groups parameter.
You can tell Clique to show or hide the content wrapped by the tags based on the member’s group.
INSTALLATION
Place the clique folder in your system > expressionengine > third_party folder.
CONFIGURATION
N/A
USAGE: Show
In the following example, anyone who is logged in, and is in member group 4 or 10 will see the content between the tags. Anyone else will not see it.
{exp:clique:show groups="4|10"}
<p>You are so cool, you are totally in our clique! OMG! Cool kids rock!</p>
{/exp:clique:show}
Remember that ExpressionEngine uses group_id 3 “Guests” for anyone who is not logged in. This can be useful too, though it is identical to using if logged_out. So, anyone in group 3 (or, not logged in) will see the content between the tags. Anyone in any other member group (logged in) will not.
{exp:clique:show groups="3"}
<p>We think you'd make a nice addition to our clique. <a href="/join/">Join now!</a></p>
{/exp:clique:show}
USAGE: Hide
This content will be hidden from anyone logged in and in group 7 or 9. Everyone else will see it.
{exp:clique:hide groups="7|9"}
<p>Do you see those hideous socks? He is not hanging out with us!</p>
{/exp:clique:hide}
Download Encaf Clique
| EE Version | Downloads | Add-On Version | Release Date |
|---|---|---|---|
| 2.+ | Download | 1.0 | 2012-06-28 09:02 PM |
This entry was created June 29, 2012, 8:58 am.
This entry was last updated August 27, 2012, 5:13 am.
Disclaimer: Information about ExpressionEngine add-ons is provided as a service to you, the user, and every member of the ExpressionEngine community. devot:ee is not responsible if you hose, mangle, wreck, or otherwise destroy your EE website by installing an add-on that you found out about at this site, regardless of its rating, Favorites status, commercial or free status, or general popularity. Caveat EEmptor!
There are no reviews for this add-on yet.
What are you waiting for? Rate it and review it!