이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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