Drupal - Selected Node Highlighting in Views
Posted
by fighella
on Stack Overflow
See other posts from Stack Overflow
or by fighella
Published on 2010-03-26T11:45:01Z
Indexed on
2010/03/26
12:33 UTC
Read the original article
Hit count: 258
Drupal Question:
Does anyone have a method of using Views and highlighting a selected/current node.
So for example:
I have a list of articles under a heading:
2009 Articles
Dog Training
Cat Cleaning
Snake Wrangling
The 3 articles are made from the view (ie: latest articles from 2009)... as the user makes new articles, they are automatically added into this view by title.
I now need to find a way, that if a user clicks on say CAT CLEANING.... and the cat cleaning article appears, the CAT CLEANING in the view becomes bold (or some CSS indication it's the current article.)
I know this is pretty easy with MENU's, But I don't want to force a user to add new articles into a menu.
Thanks alot, JD
© Stack Overflow or respective owner