The category module is an amazing addition to drupal...but...It has a steep learning curve and the documentation is not very clear.
So I´m stuck...This is what I want to do :

I want to make a site with a list of shops in a country. (I made a custom node in CCK - shop)

I need to tag every shop with :

- 1. A city coming from Country -> Region -> Sub-Region -> City.

- 2. Kind of Shop coming from Shops -> Kind of Shop.

I used a container for Country , a container for every Region , a container for every Sub-Region and a category for City.
I used a container for Shops and a category for kind of shops.
So for example content would be :

Jefs Do-it yourself shop.
Adress...
Info....

Must be tagged with a city and a kind of shop.

Looks simple but I cannot get a correct relation between 1 and 2 so that the shop node can be tagged
with a category from 1 AND 2.

Any help is appreciated!

kreatos7

Comments

venkat-rk’s picture

The simplest way to tag your cck shop node with a category from both 1 and 2 would be to just enable you cck content type in the containers for both 1 and 2. I think you missed enabling the cck content type in one of the containers.

kreatos7’s picture

Yeah...I forgot to enable cck in one of the containers.

Thanks for your time mate...

venkat-rk’s picture

You're welcome. I've been there too:-)