Advertisement:

Author Topic: URGENT. Need Help. osclass 3.2.2 modern theme and sub-sub categories  (Read 1352 times)

jamba47

  • Newbie
  • *
  • Posts: 20
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

design

  • Hero Member
  • *****
  • Posts: 2619
  • Osclass 3.5 MAC/PC w/ Modern Browsers
Re: URGENT. Need Help. osclass 3.2.2 modern theme and sub-sub categories
« Reply #1 on: January 10, 2014, 08:03:17 pm »


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')); ?>