Check member permissions on frontend
The plugin lets you perform check in ExpressionEngine templates for the permissions member has based on the group he belongs to.
The text should be wrapped into {exp:check_member_permissions}...{/exp:check_member_permissions} tag pair and inside of it into one of bunch of conditionals (listed in the docs).
Example:
{exp:check_member_permissions}
{if can_access_cp}I have CP access{/if}
{if not_can_access_cp}I dont have CP access{/if}
{/exp:check_member_permissions}
Comments
Comments are closed. To get support, email .(JavaScript must be enabled to view this email address).


Hi there:
I am unable to open your zipped plugin. Clicking on it produces a second zipped plugin with extension cpgz. Same for the category_parents add-on. Am I missing something ?
Franco, thanks for the report - fixed now. Please try again
Hey there,
I’ve successfully installed the plugin but when I try to use the tags I get the following error:
—————————————
Error
The following tag cannot be processed:
{exp:check_member_permissions}
Please check that the ‘check_member_permissions’ module is installed and that ‘check_member_permissions’ is an available method of the module
———————————-
Any ideas why this would be happening? (EE 2.1.3)
Thanks,
Chuck
Weird.
I’ve made some changes - please download again. Let me know if it does not help still.