By rrittenhouse on
I am putting together a Drupal website in place of a hand-crafted "cms". I am running into a slight snag with the displaying of top news in almost a slideshow form. I'm looking at using nodequeue to put some top stories into a queue but I then would like to pull the articles out of the queue and flip them for people to see the "top news". It needs to have a photo from the article and at least a teaser.
Any suggestions on how to do this and make it look pretty? :D
Thanks a lot!
Robert Rittenhouse
Comments
There are a lot of
There are a lot of possibilities, but here are two out of my head: Use nodecarousel (http://drupal.org/project/nodecarousel) or build a view which shows your nodequeue and use Views Carousel ( http://drupal.org/project/viewscarousel ) or Views Slideshow (http://drupal.org/project/views_slideshow) as display style.
Thank you very much. I was
Thank you very much. I was looking for this feature as well.