Plugin Directory

Changeset 440740


Ignore:
Timestamp:
09/20/2011 12:15:23 PM (15 years ago)
Author:
michael.bartel
Message:

Auto-hide for ticker without any messages (increased version and edited readme file)

Location:
simpleticker/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • simpleticker/trunk/SimpleTicker.php

    r438061 r440740  
    44Plugin URI: http://mbartel.ghulbus.eu/SimpleTicker/
    55Description: Simple news ticker with multiple input possiblities
    6 Version: 0.1
     6Version: 0.2
    77Author: Michael Bartel
    88Author URI: http://facebook.com/bartel.michael/
     
    1010*/
    1111
    12 $simpleTickerVersion = "0.1";
     12$simpleTickerVersion = "0.2";
    1313
    1414/*
  • simpleticker/trunk/readme.txt

    r438046 r440740  
    88
    99== Description ==
    10 A simple ticker plugin for wordpress. It supports multiple tickers. You can define an update interval in minutes in which the client updates it's message list from the server. This update request includes new messages, which have been posted until the last update. You can also specify the amount of messages that the client fades through and the time each message stays on the screen. Each message is stored with an creation timestamp. You can tell the ticker only to show messages not older than a defined number of minutes.
     10A simple ticker plugin for wordpress. It supports multiple tickers. You can define an update interval in minutes in which the client updates it's message list from the server. This update request includes new messages, which have been posted until the last update. You can also specify the amount of messages that the client fades through and the time each message stays on the screen. Each message is stored with an creation timestamp. You can tell the ticker only to show messages not older than a defined number of minutes. If there are no messages to display, then the ticker turns itself invisible.
    1111
    1212== Copyright ==
     
    1616
    1717== History ===
     18Version 0.2
     19 - added auto-hide
    1820Version 0.1
    1921 - first version V3.1
Note: See TracChangeset for help on using the changeset viewer.