Hello again,
Now I have a different problem.
I have an hierarchy in my taxonomy terms.
Vocabulary: Product main category
Terms:
A
--A1
--A2
--A3
B
--B1
--B2
--B3
I want to give the user 2 dropdown lists when they capture a product.
Dropdown one will show:
A
B
Dropdown two will show:
If A selected:
A1
A2
A3
if B selected
B1
B2
B3
I couldn't find a module that can help me with that.
hierarchy select needs a module, that is in development for Drupal 5, and I installed it anyway, but couldn't figure out how to use it.
The other problem I have is that I need a view that gets the parent term as an argument, and displays the child terms as groups.
for example, for parent term A the view should look like this:
A
A1
product one
product two
product three
A2
product four
product five
A3
product six
Please, can someone help me with that?
A note:
In the Drupal meeting, a few people told me that everything can be done with Drupal. That if I don't know how to do something, I should ask for help, or find someone that does know how to do what I need.
So can someone please step up and help me here?
I'm on the edge of losing all my hair here.... not good, I love my hair :)
Thanks,
Sigal

Comments
Use the drupal support forums rather
@Sigal: hierarchical select is the best module for this - is has a release candidate for D5. Your best bet is to figure out how to use it.
Yes, almost anything can be done with drupal :) However, the correct place to ask for help isn't in the South Africa group (which is about drupal information specific to South Africa), but on the support forum of drupal.org. There are about 200 members of this group; there are about 500,000 members on drupal.org - which is why you're more likely to find help there ;)
Alternatively, jump onto irc.
Thank you
Thank you Roger, I appreciate your answer.
Will go and check the forum.
Sigal