Drupal Videos and Drupal Themes portal
Crazy-Awesome Taxonomy Pages
Building awesome taxonomy pages using CCK,Views and template override.
In this episode, Bob will blow away your current perspective on Drupal's core taxonomy pages. By default, they're boring lists of content, but with a little magic and a few template overrides, these can be the coolest pages on your site.
- Drupal Video version:
- Featured drupal modules:
- Drupal Video categories:
- Drupal Video type:

Comments
This was really good
This was really good video...I'll dabble in Views a little and hopefully achieve the effect I'm going for (which somewhat different from what was shown).
=_
great video! but is it
great video!
but is it possible to do that with multiple taxonomy terms?
in views everything seems fine (in Argument type i am using term ids) and with
print_r($tids);
in my taxonomy_term_page.tpl.php i get:
Array ( [0] => 1 [1] => 2 [2] => 3 [3] => 4 [4] => 52 )
so the ids of the taxonomy-terms are there. but how do i display the according nodes?
as i am a newbie with php my guess would be something with foreach...
any help would be awesome!
truely awesome. i like it,
truely awesome. i like it, but taxonomy_term_page.tpl.php does not affect.
couldn't find any configuration related to this. any idea?
Very nice and helpful. I
Very nice and helpful.
I would like only to do the part of adding a description. How do I retrieve the default content - the one which is displayed if taxonomy_term_page.tpl.php would not been added? I have tried @content and $body - none brought the data.
Thanks!
Thanks!!! Your really
Thanks!!!
Your really great
Thanks
Nice use of an unorthodox
Nice use of an unorthodox method to get great results!
Excellent explanation of how
Excellent explanation of how to customize a view to display lists of nodes by term with a description of the term at the top of the view. Superb video!
Thank you, finally, Bravo
Thank you, finally, Bravo
Keep up the good work, the explanation is great and it makes sense even for a dumbo like me.
I have been trying to find the answer to this for ages.
bob - i love you :)
bob - i love you :)
Post new comment