Check out DrupalEasy around the web:
DrupalEasy is the collective expertise of Ryan Price and Michael Anello, who joined forces to provide training and consulting services worldwide. Read all about them and what they can do.
Drupal is a free, super-powerful content management system for sites that require information posting and collection, including blogs, forums, videos, photos, and databases of information. We think it is the best platform available. Here's why...
More and more savvy organizations are going with Drupal for content management, and its no mystery why. It’s free, flexible, and easy to maintain for small or large volume sites. Learn more...
Join Andrew Riley, Mike Anello, Ryan Price, and special guest Ric Shreves (from Bali) for a "very special", time-zone-busting, theming-happy episode 61 of the DrupalEasy Podcast.
Five Stories
Picks of the Week
Sponsor
Site of the Week
If you'd like your site highlighted, please submit it at http://DrupalEasy.com/siteoftheweek.
Follow us on Twitter
If you'd like to leave us a voicemail, call 321-441-3964. Please keep in mind that we might play your voicemail during one of our future podcasts. Feel free to call in with suggestions, rants, questions, or medicinal advice for Andrew. If you'd rather just send us an email, please use our contact page at http://DrupalEasy.com/contact
Taxonomy Blocks Hirearchy - Advanced Taxonomy Block Module
Guys,
LOVE !!!!! Your podcast I listen every week and have learned the most from your site.
I accomplished different Taxonomy blocks by using the Advanced Taxonomy Blocks Module. http://drupal.org/project/taxonomyblocks
The only bad thing is that is only for D6 but if you promoted it a bit maybe someone would make the port move along faster: http://drupal.org/node/983292
Views hierarchy
Anyone tried this: http://drupal.org/project/views_tree?
Contains a views style plugin that allows you to display items hierarchichachilly. ;)
7
Yes, I looked at that module, but it's only for Drupal 6.
Thanks,
-mike
Another Hierarchy Method
Mike,
I was thinking about the view terms hierarchy question.
I created a sandbox project, Terms Hierarchy View. It uses Views Field View module to create a recursive view, the view embeds itself. It show the complete hierarchy or you can pass a term id to show only terms under a certain parent.
Ted aka tedbow
In regard to using Views to
In regard to using Views to display a hierarchy of taxonomy terms, I was able to work around this using the Lineage module. You basically use, but hide, the lineage output in a Views field. Then rewrite the output of your term link in a lower field. When rewriting that field you can include a token from the lineage field, which will give you that term's position in the hierarchy with a "-0", "-1", or something to that effect. Include that token as a CSS class on the term's anchor element. You can then use those CSS classes to indent the term links in order to display a nice visual hierarchy structure.
I agree the issue of displaying a taxonomy hierarchy needs a proper module. I use my above method to display site categories on many of the sites I build.
Interesting
That's an interesting solution - is there a URL where I can check out the results?
Thanks,
-mike