It's easy,
First , add a permission to allow administration of a given module
For instance, if you have a group "moderator", and that you wan't to give access to the admin part of pnForum. You will have to add a permission
Code
moderator pnforum:: .* administrate
Then add access to the admin panel
Code
moderator Admin:: .* comment
Then add a link to the administration part for this group in your template
From:
<!--[pnmodurl modname=Admin type=admin func=adminpanel]-->
Sample (ezcomment and pnForum have admin right for the group moderator)
Notes: you can use the group checker plugin, if you wan't to display this link to only a given group.
http://community.zikula.org/module-Database-viewpub-tid-8-pid-23.htm
edited by: mumuri, Jan 16, 2009 - 08:24 PM
