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

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 19:14:05
Script start
Timing: Jan 18 2025 19:14:05
Module start 'layout'
Timing: Jan 18 2025 19:14:05
Module start 'content'
Timing: Jan 18 2025 19:14:06
Module end 'content'
Timing: Jan 18 2025 19:14:06
Script end

Main resources:

Total runtime0.8774 sec
Peak memory usage4,096.0000 KB
Database Queries54

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0055 589.1641152.6406
Module start 'layout' 0.00550.0028 741.804739.4766
Module start 'content' 0.00830.8678 781.2813525.7188
Module end 'content' 0.87610.0013 1,307.00008.1250
Script end 0.8774  1,315.1250 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00340.3893160.0002
Check MTime0.00150.1722160.0001
Mysql Total
Database connection0.00070.079410.0007
Mysqli_queries0.831794.7861540.0154
Looping result0.00070.0749520.0000
Template Total0.846796.520.4234
Template load0.00220.253120.0011
Template processing0.844596.248120.4222
Template load and register function0.00020.020410.0002
states
state_id_array0.00070.081810.0007
state_identifier_array0.00060.073720.0003
Override
Cache load0.00180.2073110.0002
Sytem overhead
Fetch class attribute can translate value0.00060.062820.0003
Fetch class attribute name0.00120.138530.0004
XML
Image XML parsing0.00070.074320.0003
class_abstraction
Instantiating content class attribute0.00000.000930.0000
General
dbfile0.00070.0779170.0000
String conversion0.00000.000940.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
2content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
4content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
2content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 11
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs