drupal 6.x

How to Highlight Author Comments in Drupal

Since I switched to drupal 6.x, I have been been looking for way to change the color of an author's comments. Having a distinctive color makes it simple, to quickly scan a thread to see when an author has left a comment. I solved the problem, at first I using an if statement, to add a class reference, then further refined the code using a ternary operator.

Syndicate content