Any way to filter a taxonomy listing by, for example, content type?

esllou - April 12, 2008 - 12:57

I have a listing of content types that have been tagged with the term "Dog".

There are 3 content types going in there: blog entries, forum posts, pages.

Is there a way I can add some type of filter in there so I can only see blog entries tagged with "Dog" or the other content types?

Is this an issue Views should be used for and if so, how? I have 100 terms and I want to be able to add the same type of filtering for each of them. Arguments?

I think you should be able

overflowing - April 16, 2008 - 06:55

I think you should be able to use views for this.

Create view and filter it based on content type and use the term as a view argument. You can either fix the content type of the view or you "expose" it so that the user can select the content type from a drop down list.

Then you can do:

http://www.example.com/myview/someterm1
http://www.example.com/myview/someterm2
...
http://www.example.com/myview/sometermN

All 100 terms could be handled by a single view.

How would you do this with

topwaya - October 1, 2008 - 05:06

How would you do this with free tagging?

I am getting duplicate terms listed, even after seleting "Distinct" in 6.x

Thanks!

 
 

Drupal is a registered trademark of Dries Buytaert.