Dieses Plugin ist nicht mit den jüngsten 3 Hauptversionen von WordPress getestet worden. Es wird möglicherweise nicht mehr gewartet oder unterstützt und kann Kompatibilitätsprobleme haben, wenn es mit neueren Versionen von WordPress verwendet wird.

RiotSchedule

Beschreibung

RiotSchedule is a post based scheduling plugin. The plugin allows you to create a schedule, each with their own linked posts to display content on.

The plugin support widgets and has shortcodes to allow you to display your scheduled posts. Public AJAX calls also exist (to be documented). The plugin can also format the data within

<

div> and

<

ul>/

  • allowing you to style your listings without fiddling around with plugin code!
  • List of shortcodes (I will document these shortly!)
    [riotschedule]
    [riotschedule-day]
    [riotschedule-list]
    [riotschedule-nownext]
    [riotschedule-pid]

    To see a site based around RiotSchedule (along with some site-specific enhancements) visit http://www.hubradio.co.uk and have a look under ‚Shows‘ and ‚Schedule‘. If you also look on the Listen Live / RadioPlayer you can see using some custom built AJAX queries I can display the current show on the RadioPlayer.

    To-do

    • Code tidy-up
    • WordPress coding standardisation
    • Remove Hub specific naming on divs
    • Proper multi-schedule support (at the moment it’s a bit hit and miss, you might get overlap or just default to schedule 1

    Credits

    This plugin was forked and based from the ‚Weekly Schedule‘ plugin by Yannick Lefebvre.
    Originally written for use on Hub Radio. Apologies if there are any hub specific wording/code in there.

    Installation

    1. Upload the riotschedule folder to the /wp-content/plugins/ directory
    2. Activate the plugin through the ‚Plugins‘ menu in WordPress
    3. Create your scheduled items using the ‚Scheduled Items‘ menu option. It’s like creating a post/page but you also put in schedule details.
    4. Create a page to put your schedule on. [riotschedule] will display a full week schedule in table form, [riotschedule-day] will display scheduled items for the current day in a list format, [riotschedule-day day=x] will display whatever is scheduled for day x (Insert a number between 1 – 7, going Mon – Sun)

    FAQ

    Can I theme my schedule show page?

    Yes you can. What I suggest to do for now is create the shortcodes or widgets and customise the css classes.

    It’s not working?!

    Please give me a buzz on my email – matt@mattyribbo.co.uk – and I will try my best to help.

    Rezensionen

    Für dieses Plugin gibt es keine Rezensionen.

    Mitwirkende & Entwickler

    „RiotSchedule“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

    Mitwirkende

    Übersetze „RiotSchedule“ in deine Sprache.

    Interessiert an der Entwicklung?

    Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.

    Änderungsprotokoll

    1.1.1

    • Fixed issue with new installations
    • Another change.

    1.1

    • Introduced ‚Unscheduled Items‘ where temporary scheduled items can override normal ‚Scheduled Items‘

    1.0

    • Initial Release from internal