Forums / Setup & design / category - subcategory problem

category - subcategory problem

Author Message

Alessandro Cipriani

Monday 19 April 2004 2:23:03 am

hi all
i've this problem:
the user of my site will be categorized with two parameters, the second linked to the first in this way (either are select attribute):
cat1
-subcat11
-subcat21
-subcat31
cat2
-subcat21
-subcat22

and so on

in such an organization i'd like to avoid any error (like to have a customer of category 1 and subcategory 21) during the user registration.
the simplest way i thought was to write a javascript that loads only the appropriate values on the 2nd select one a choice on the first one is made. but i've problem with javascript function and i don't know if it's the right choice.

is there some built in mechanism to solve this problem?

best regards
alessandro

Gunnstein Lye

Monday 19 April 2004 7:24:45 am

If I understand you correctly, you don't need to store the first parameter. If you have stored subcat21, then you know that the first parameter must be cat2. No need to store both.

Alessandro Cipriani

Tuesday 20 April 2004 12:14:56 am

hi Gunnstein,
yes, i could do it,
but our customer asked two combos exactly in the way i explained in my first post.
so, before call him to tell that it's not possible, i wonder if there is a way to do what he wants.
also i tried to insert some javascript code inside the register.tpl file but, as any attribute is loaded programmatically, i'll have to change the entire code of the file.

is there any alternative way?
best regards
alessandro

Gunnstein Lye

Tuesday 20 April 2004 12:40:48 am

You can of course have two combo boxes, but you only need to store the second one. You can use the first one only to choose the right content for the second one (with javascript).

I suggest you use alternative attribute views, for instance:

(in register.tpl)
{attribute_edit_gui view="myspecialjavascript" attribute=$myattributelist.myattribute}

Now, create your special attribute in mydesign/content/datatype/edit/myspecialjavascript/ezselection.tpl
(if your attribute is an ezselection, of course.)

This way you don't have to have the same template for all attributes of the same type.

eZ debug

Timing: Jan 19 2025 11:52:47
Script start
Timing: Jan 19 2025 11:52:47
Module start 'content'
Timing: Jan 19 2025 11:52:49
Module end 'content'
Timing: Jan 19 2025 11:52:49
Script end

Main resources:

Total runtime2.0419 sec
Peak memory usage4,096.0000 KB
Database Queries197

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0063 588.9531180.8359
Module start 'content' 0.00631.8149 769.7891537.2266
Module end 'content' 1.82110.2207 1,307.0156336.7813
Script end 2.0418  1,643.7969 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00410.2007210.0002
Check MTime0.00150.0719210.0001
Mysql Total
Database connection0.00080.038810.0008
Mysqli_queries1.962096.08991970.0100
Looping result0.00220.10861950.0000
Template Total2.010698.521.0053
Template load0.00210.103720.0011
Template processing2.008498.362021.0042
Template load and register function0.00010.006510.0001
states
state_id_array0.00100.047410.0010
state_identifier_array0.00330.161820.0017
Override
Cache load0.00180.0891420.0000
Sytem overhead
Fetch class attribute can translate value0.00160.080730.0005
Fetch class attribute name0.00150.071660.0002
XML
Image XML parsing0.00120.061130.0004
class_abstraction
Instantiating content class attribute0.00000.000880.0000
General
dbfile0.00190.0951330.0001
String conversion0.00000.000330.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

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
4content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
4content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
7content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
9content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 26
 Number of unique templates used: 6

Time used to render debug report: 0.0002 secs