Quote:
Originally Posted by Darat
Weird - shows up for regular Members but not for Admins (and I've set the permissions for Admins)?
|
Could be that you have another plugin that is stepping on any other plugin using that template hook location.
In your plugin manager, you will notice a column that says "hook location". See if there are any other products using this one "usercp_start" Try disabling the plugin temporarily and see if the menu appears. If it does, then it sounds like someone is using the same template hook, but they are not appending to it, but overwriting it.
An easy way around it would be to either set the CIS plugin at a higher execution order (i.e. 10) or if you can identify the offending plugin, set that one lower (i.e. 1).