Component Access PermissionComponentAccessPermission Plugin – An important additional funtion that was missing in Joomla 1.5 With ComponentAccessPermission Plugin, you can set permission for any Manager/Administrator to access defined components/tasks.(Back-end) – NO RESTRICT WITH SUPER ADMINISTRATOR. If you want to restrict access for Back-end user or use for demo site(only allow access to the demo extensions), ComponentAccessPermission Plugin is powerful extension to do this. Features: – Disable Administrator Edit/Disable/Uninstall this plugin. – Access Permission type: Allow/Deny. – Set access permission for invidual user – Set global access permission for Manager. – Set global access permission for Administrator. – Customize redirect message. Usage: Userid|com_com1?act1=value11;value12&act2=value21;value22,com_com2?act1=value11;value12&act2=value21;value22…|[allow/deny] Explanation: [allow/deny] Userid access to com_com1 with act1 IN [value11;value12] & act2 IN [value21;value22] , com_com2 with act1 IN [value11;value12] & act2 IN [value21;value22] You can add more com, act, value like form above. com-com separated by “,” com-act separated by “?” act-value separated by “=” value-value separated by “;” act-act separated by “&” Example: 68|com_modules?task=add;edit;save;apply;cancel,com_plugins?task=publish;unbublish|allow 69|com_content,com_banners?task=add;edit;save;apply;cancel|deny 85|com_content,com_menus,com_banners,com_virtuemart,com_docman|allow 99|com_menus,com_banners,com_modules,com_docman|deny Explanation: – Only Allow userid 68 create new module OR edit exist module, publish OR unpublish plugin. – Deny userid 69 access to com_content, create new banner OR edit banner – Only Allow userid 85 access to com_content,com_menus,com_banners,com_virtuemart,com_docman – Deny userid 99 access to com_menus,com_banners,com_modules,com_docman … (See more instructions and examples at the ?Download page)