Training

Our next U.S. stop:

Mike Anello and Andrew Riley from Mediacurrent are teaming up to offer the first Blue Collar Git workshop on Friday, June 8 as part of DrupalCamp Charlotte (also part of the Southeast LinuxFest). The cost is only $149 for the full day if you register during the month of May ($199 otherwise). 

New Podcast

Posted Wednesday, May 9 at 7:50 am
Brandon Morrison (Brandonian on drupal.org) joins Andrew Riley and Mike Anello on the first post-DrupalCon Denver edition of the podcast to talk about all things Geo in Drupal 7. Brandon is one of the maintainers of the GeoField module and is an active member of the Drupal Geo community.
Download Podcast 82
DrupalEasy_ep82_20120509.mp3
Syndicate content

Newsletter

Stay up-to-date on DrupalEasy workshops and other events. On average, we send about one newsletter per month.

Testimonial

Mike is a great teacher!

Who are we?

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.

What is Drupal?

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...

Why Drupal?

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...

DrupalEasy Podcast 61: The One About Theming

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

  1. Ric Shreves is a founding partner of water&stone in Bali, Indonesia. He is the author of various open source technology books on topics like Drupal, Mambo, Joomla, Ubuntu - most recently “Drupal 7 Themes” (Packt). Ric goes by ricoflan on Drupal.org (yes, like the dessert).
  2. Document or Die is an admonition from Chris Cohen calling for better documentation above functions in contrib code. 
  3. Drupal and HTML5 talking about some of the new semantic layout tags in HTML, and a Roadmap for the HTML5 Initiative in Drupal 8
  4. Advice against using starter themes, or more specifically, use Tao
  5. Firefox rapid-releases 4, 5, 6 and 7. Firefox 6 Beta is out this week, as well as Firefox for Mobile. They have some new cool stuff for Web Developers who use Firefox, like a built in log, and the new JavaScript Scratchpad feature.

Picks of the Week  

Sponsor

WebEnabled.com

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

Your rating: None Average: 4.7 (7 votes)

6 comments

Guest wrote 40 weeks 6 days ago

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

Guest wrote 43 weeks 3 days ago

Views hierarchy

Anyone tried this: http://drupal.org/project/views_tree?

Contains a views style plugin that allows you to display items hierarchichachilly. ;)

ultimike wrote 42 weeks 5 days ago

7

Yes, I looked at that module, but it's only for Drupal 6.

Thanks,
-mike

Guest wrote 43 weeks 5 days ago

Another Hierarchy Method

5

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

Guest wrote 43 weeks 5 days ago

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.

ultimike wrote 42 weeks 5 days ago

Interesting

That's an interesting solution - is there a URL where I can check out the results?

Thanks,
-mike

Syndicate content