Hello,
I am using Drupal 6.16. I want to create a classified ad which based on city. So I created 2 Vocabulary one is City and second is Category. City Vocabulary contains city names and Category vocabulary contains multiple parent terms and its child terms (Like Handicraft -> Art, Antiques). Both vocabulary associated with a content type "Page". Now I am creating multiple node which using City Vocabulary (Jaipur) and Category Vocabulary (Handicraft -> Antiques). No my question is :
1) How can I show city names in a block with complete counting nodes which associated with it ?
2) When I click on Jaipur(City) then Its related Vocabulary should be open (like Handicraft with counting number of nodes of all child terms) ?
3) and When I click on Handicraft then all child terms should be open with counting of nodes ?

Here I want to show Category in 2 ways i) which based on city name and 2) which including all cities details?

How can It be solved?
Thank you.

Regd's
Ritu Raj

Comments

dawehner’s picture

Critical support requests assigned to yourself have always something interesing. You have to know that assigned to yourself means you want to fix this error.
:)

You are using drupal6.16 you should better update...

1) How can I show city names in a block with complete counting nodes which associated with it ?

Therefore look at the glossary view. There you should look at summary of the argument. When you use node term instead of title you can manage to achive this.

hongpong’s picture

Subscribing, I would like to be able to make taxonomy view that shows all nodes like Jaipur AND Handicraft + Jaipur AND Antiques , in other words all children nodes of the term AND Jaipur.

rituraj.gupta’s picture

Assigned: rituraj.gupta » Unassigned

Hello,
I am using Drupal 6.16. I want to create a classified ad which based on city. So I created 2 Vocabulary one is City and second is Category. City Vocabulary contains city names and Category vocabulary contains multiple parent terms and its child terms (Like Handicraft -> Art, Antiques). Both vocabulary associated with a content type "Page". Now I am creating multiple node which using City Vocabulary (Jaipur) and Category Vocabulary (Handicraft -> Antiques). No my question is :
1) How can I show city names in a block with complete counting nodes which associated with it ?
2) When I click on Jaipur(City) then Its related Vocabulary should be open (like Handicraft with counting number of nodes of all child terms) ?
3) and When I click on Handicraft then all child terms should be open with counting of nodes ?

Here I want to show Category in 2 ways i) which based on city name and 2) which including all cities details?

How can It be solved?
Thank you.

Regd's
Ritu Raj

rituraj.gupta’s picture

Thank you dereine. I have again assigned this problem to Unassigned.
I thought about glossary view but as i have mentioned that I am using two vocabulary (including all node counting number). so how can i pass multiple arguments in glossary? Can you please more elaborate this?
Thanks

dawehner’s picture

Priority: Critical » Normal
Status: Active » Fixed

http://drupal.org/node/881352#comment-3346854 Is not nice. Pushing issue like this is arg.

You don't need to use multiple arguments for this. Use one single taxonomy: term id argument.

rituraj.gupta’s picture

Status: Fixed » Active

Thanks dereine. but I think (Vocabulary ID) of Views will be helpful. I have go ahead a little bit. I did :
When you click on city (city vocabulary), Another vocabulary parent term will be open and when you click on parent term, child term will be open. I passed vocabulary ID in argument and parent term.
So now my question is How can we show child term with parent term. I mean when we click on City with node counting (vocabulary), then another vocabulary parent term with node counting will be open as heading(click able) and its child term with node counting (click able) will be show just below of parent term(heading) like hierarchy format.

Regd's
Ritu Raj

gmasky’s picture

I am looking to achieve something similar

Taxonomy Vocabulary: Zones
Terms: North, South, East West

Taxonomy Vocabulary: Province
Terms: Province1, Province2, Province3, Province4

Content Types: Events and News that have the above two Taxonomy vocabularies attached to each.

Presently the Taxonomy term pages gives me ALL News and Events under each Taxonomy term,

I would like to filter by Taxonomy Term and Content type

like All events within Province 1 or all News about South Zone etc

Any ideas will be highly appreciated

rituraj.gupta’s picture

Priority: Major » Normal
rituraj.gupta’s picture

Priority: Normal » Major

Can anyone help regarding my problem? my another 1 problem is :
I am using 2 vocabulary (Category and City name). I am able to show city name with node counting. but How can category name will be show after click on city name? Category name is single term. It doesn't have child term.
So if I have uploaded a node which using city vocabulary and category vocabulary. Now I am showing block of city name and when i click on city name then How categories will be show whose associated with city name?
Thanks

Regd's
Ritu Raj

Letharion’s picture

Status: Active » Closed (duplicate)

The original question is now here: http://drupal.org/node/907310
Other questions posted in this issue are not relevant here, and as such I'm closing this issue.
Please open separate issues for other unanswered issues.