Hi, I need some help.
I just spent last two day trying to make somekind of directory page but I couldn't do it.
Let say I'm trying to make a directory for parks.
I want to make it where user can add location of the park using taxonomy.
for example fields are...
Title:
State:
City:
Body:
user enters CA for state and Los Angeles for city(by the way this is all free tagging because I can't list all the cities
in USA. it'll take too long) and fills out rest of the fields and submit.
In the view page named "Park by State" will show you a link "CA(1)" meaning there is one listing for CA. and there is
other links like MA(2), NY(10), TX(3) something like that.
(I figured out until here using Views)
then when user clicks CA(1), the new page(cities page) will list all the cities from taxonomy so if there is posts with
Los Angeles, North Hollywood tags then two links will be shown. Los Angeles(1), North Hollywood(1). something like this.
click Los Angeles and you see the title of the post.
I just don't know how to tackle this problem at all.
can somebody help me?
Comments
Oh, I forgot to say... There
Oh, I forgot to say...
There can be same city name for different states right?
so that adds another problem.
I tried tagging with Parent item. so Los Angeles, North Holly tag can go under CA tag but when I do that whenever user
adds some new cities then I have to manually edit it to put it under right state.
PS.
I'm new to Drupal and CMS. I started using drupal for two weeks now and it's just an amazing tool.