Osclass forums
Support forums => Themes => Modern => Topic started by: jamba47 on December 18, 2013, 12:28:15 am
-
May be I asked wrong in "General Help". So I try it here, sorry.
Hi everyone,
the following problem appears to me:
In the admin panel I added different categories, mostly each with 2 sublevels.
Example:
1. Main-Category > 2. Sub-Category > 3. sub-sub-Category
=
1. Colors > 2. Standard-Colors > 3. Red (its only an example)
------------------------------------------------------------
I want:
Shown on the visitors enrty page (index) only the levels 1. and 2.
But in the post-item-user-page I need for selecting all 3.
So the question is:
How can I hide (only on the main entry page) the 3. so only 1. and 2. is shown?
Anybody any idea which will help me to solve this ?
Thanks in advance
NORBERT
-
put this in the form field on item-post.php
<?php ItemForm::category_multiple_selects(null, null, __('Select a category', 'usa')); ?>
replacing:
<?php ItemForm::category_multiple_selects(null, __('Select a category', 'usa')); ?>