collective.newsflash

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


Keywords
plone, jquery, newsticker
License
GPL-2.0
Install
pip install collective.newsflash==1.0

Documentation

collective.newsflash

Table of Contents

Life, the Universe, and Everything

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

Features

  • jQuery-based, lightweight and easy to use news ticker.
  • Configurable via configlet.

Mostly Harmless

Travis CI badge

Coveralls badge

Downloads

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

Don't Panic

Installation

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.

Usage

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.

The News Ticker in action.

The News Ticker in action.

Configuring

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.