Hi Everyone

I'm a total newbie to Drupal and would like some help.
I am trying to create a structure such as follows..
Continents-->Countries-->Cities

Now i have created a container called continents..
and then created child containers called Asia Africa Europe etc..
now in each child container i have again created Countries such as italy, germany etc..

now when i create a child container, can i automatically assign it some text by default?

Also if have another issue.
Assuming each country has some common information sections... say population, history, advice etc...
the information varies from country to country.. but the section names for each country are the same..
how can i make it such a way that every time i create a country.. all the sections are automatically present ...

and when i just want to add a section to all the countries.. i just go a certain (container or category or node ???) and just edit there..

I hope i am clear.. Please help me out.. Am really stuck with this problem and would be grateful for any advice...

Thanks
Jimmy Page

Comments

volunteermama’s picture

I'm trying to tie together similar topics/questions...
This seems to be related to:
http://drupal.org/node/89484
and
http://drupal.org/node/77002#comment-164964

And I'm slowing figuring out containers and categories...
put it seems like containers are needed for countries as each country has different states, and a container is needed for different states as each state has different cities...

So would it be something like

container: country
- country A
-- container: states for country A
--- state 1
---- container: cities for state 1
----- city a
----- city b
--- state 2
---- container: cities for state 2
----- city alpha
----- city beta
- country B
-- container: states for country B
--- state i
--- state ii

container: description
- population
- history