Forums / Developer / Code contents of "create here" dropdown box?

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Code contents of "create here" dropdown box?

Author Message

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