Skip to content

News ticker for Plone inspired by the one on the BBC News website.

Notifications You must be signed in to change notification settings

collective/collective.newsflash

Repository files navigation

collective.newsflash

News ticker inspired by the one on the BBC News website.

  • jQuery-based, lightweight and easy to use news ticker.
  • Configurable via configlet.
Travis CI badge Coveralls badge Downloads

Got an idea? Found a bug? Let us know by opening a support ticket.

To enable this product in a buildout-based installation:

  1. Edit your buildout.cfg and add collective.newsflash to the list of eggs to install

    [buildout]
    ...
    eggs =
        collective.newsflash
    

After updating the configuration you need to run ''bin/buildout'', which will take care of updating your system.

Go to the 'Site Setup' page in a Plone site and click on the 'Add-ons' link.

Check the box next to collective.newsflash and click the 'Activate' button.

Note

You may have to empty your browser cache and save your resource registries in order to see the effects of the product installation.

After installing the product, you should get a viewlet at plone.abovecontent manager, with a link to manage flashes.

Clicking the " Click here to add one." link, or the pencil at the right, you should get a view for adding, modifying or removing news flashes, in an overlay, if your browser supports Javascript.

After clicking "Save", and reloading your site, you should get the news flashes rolling over the top section.

https://github.com/collective/collective.newsflash/raw/master/newsflash.png

The News Ticker in action.

The product includes a configlet, which allows you to customize the news flash. Going to "Site Setup" -> "News Flash Settings" you can:

  • Change the title text.
  • Change the speed in which the text appears.
  • Change the time that the text remains in the screen.
  • Hide/Show a widget to control the texts flow.