Forums / Developer / Code contents of "create here" dropdown box?
Josh Rader
Friday 07 August 2009 7:47:30 am
I need to get the User and User Group in the "create here" dropdown box in the "User Accounts" section of the admin interface. I cannot figure out how what's wrong with my configuration files. The dropdown box only show the options for Media and Content, but not users. Where would I manually code this (which template?) and what would the code look like?
Peter Keung
Saturday 08 August 2009 9:06:19 am
There is a UserClassGroupID setting in the [UserSettings] block of site.ini
# Which class group that has user classes, controls which classes # is shown on the user navigation part. If empty all classes are used. UserClassGroupID=2
That is weird how you have Content and Media classes showing. You might also want to double-check the [NodeSettings] settings in content.ini:
[NodeSettings] # The node ID of the normal content tree RootNode=2 # The node ID of the user tree UserRootNode=5 # The node ID for the media tree MediaRootNode=43 # The node ID for the setup tree SetupRootNode=48 # The node ID for the design tree DesignRootNode=58
Beyond that, check your roles and policies.
http://www.mugo.ca Mugo Web, eZ Partner in Vancouver, Canada