I’m creating a new joomla component.
I’ve compressed the component in a zip file and installed it, everything works fine and I can see the component in components menu (in the back-end off-course) in when I log in as super user. the problem is when I log in as a manger I can’t see the component in that menu, nevertheless I can access it if I point my browser directly to the component url.
It’s a very simple component (no config or access.xml) I just want both mangers and super user to see the component in the menu.
In config.xml you’ll have to add this-
And there will an
access.xmlfile –Read more-
http://docs.joomla.org/Adding_ACL_rules_to_your_component
Hope this will help.