Hi there,

I'm trying to migrate an existing Zikula site to Drupal.

For this purpose, I'm looking for a vertical scroll RSS feed.

See a sample of what I'm looking for here (bottom of the page) :

http://www.mouvement-europeen-var.eu/

Many thanks, by advance, for the info !

Comments

WorldFallz’s picture

Feed aggregation and scrolling are two separate items. drupal has the core aggregator module as well as the contributed feedapi and feeds modules.

Scrolling is done with js. It's easy enough to see what's already available as a module:

http://drupal.org/project/modules?text=scroll

If those don't meet your needs you can add an jquery plugin or js script you want.