Guys,
I am trying to achieve something that may seem strange.
I'd like to create a link database of bodypainters. The structure I like is the following:
1- Skill
2- Country
3- Region
4- City/Town
In other words, something like this:
- Bodypainter
-- UK
--- Scotland
----- Edinburgh
- Beautician
-- USA
--- Florida
---- Miami
---- Orlando
-- UK
--- England
---- London
I want to be able to define the top level category (skill) myself manually.
But the subcategories (country, region, city), I want to be created based on the information entered by the users during registration.
On the homepage, I want the catalog to appear somewhat like in the attachment.
In the registration page, I want to allow users to select which categories (unlimited) they want to be listed under - instead of having to register again and again, they just use checkboxes to mark the categories.
Is this possible? Someone please help!


