Stand alone ticker tape plugin, set the tickers in the admin menu, can give a link as well for each one.
git clone git://github.com/etherkye/dmTickerTapePlugin.git plugins/dmTickerTapePlugin
class ProjectConfiguration extends dmProjectConfiguration { public function setup() { parent::setup(); $this->enablePlugins(array( // your enabled plugins 'dmTickerTapePlugin' ));
php symfony doctrine:generate-migrations-diff
php symfony doctrine:migrate
php symfony dm:setup
In the admin menu go to Ticker Tape -> Ticker Tapes
Add them as normal you can specify a link for each message if you want.
Drop the widget onto the page. Specify the ordering parameters as away you go. I personally order it on random just to get a different starting message each time.
There is a CSS called min-style.css which is the minified CSS for the plugin. You can either chose to overwrite this or just add the changes to your theme.
See www.jquerynewsticker.com for info on the options.
FULL CREDIT FOR THE JAVASCRIPT TO THE ABOVE MENTION SITE
Open issues
Closed issues
dmTickerTapePlugin, created on December 22, 2010 by etherkye, used by 1 projects