Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I'm using itheme with my Drupal 5.2 and had been struggling to make the taxonomy_image module to work with itheme.
I've been searching the site for tips and howtos but none of the steps given works (they also breaks my drupal):
Guys plz help me,i need to change color of each cell i.e opposite cells should differ in colors ie if one cell hav #FFFFFF then opposite from left right and bottom should have #F5F5F5 and viceversa
I need to know if there's a variable for node.tpl.php for identifying if the node has comments on it or not.
What I want to do is print title for the comments on the end of every nodes that has comments replied to it. For example the title would be:
"30 excellent readers comments to "title_of_node" "
Since I can't do that on comment.tpl.php (every comment would have one of this if I make it in there) I thought I'd make it on node.tpl.php but there's no variable to identify if there's as far as the handbook is concerned.
Overall Goal To get the 5 stars to appear next to each teaser title.
Module 5 Stars
Theme Zen Theme
I currently use the 5 Star module for rating a custom content type ( CCK) and I can't figure out how to get the stars to line up next to the header in each teaser.
I use a custom node.tpl.php file , as I understand is needed to get this to work.
Anyone have any success in their placement of 5 stars?