このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

RiotSchedule

説明

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.

    インストール

    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.

    評価

    このプラグインにはレビューがありません。

    貢献者と開発者

    RiotSchedule はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

    貢献者

    “RiotSchedule” をあなたの言語に翻訳しましょう。

    開発に興味がありますか ?

    コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

    変更履歴

    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