這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

WP Course Manager

描述

WordPress Course Manager – a WordPress Plugin to handle courses, lecturers and a schedule of dates when courses are held with one or more lecturer(s).

The plugin lets you manage:

  • Lecturers – Name, biography, picture and homepage url.
  • Courses – Name, description, lecturers
  • Schedule – Course, date, place, url to page/file with more information.

The plugin has very basic styling with css, relying mostly on the current theme to style things like typography, margins, paddings and so on. The plugin style is made to be responsive (works well on both small and big screens) and tested with the default 2013 theme.

Javascript is required to be enabled in the browser for the schedule page to work

This plugin was developed since I couldn’t find any other plugin that provided this functionality, and I needed it for the home page of the Swedish educational company Utbildningsglädje (http://www.utbildningsgladje.nu).

What I needed was to manage lecturers that can hold different courses and create a schedule with courses to be held at different locations.

螢幕截圖

  • The plugin options page. This is where you tell the plugin what pages you have put the shortcodes in.
  • Edit lecturer information.
  • Manage the schedule. A new scheduled event has just been added.
  • The schedule list on the page with the shortcode for listing the schedule. This is how the visitor to the site sees it.
  • The schedule list with detailed information about one scheduled event.
  • Information about a lecturer, on the page where the shortcode for showing lecturers is put.
  • Information about a course, on the page where the shortcode for showing courses is put.

安裝

How to install WP Course Manager:

  1. Upload the folder WP Course Manager to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Add information about lecturers, courses and their scheduled events in WP Course Manager settings.
  4. Create 3 pages where the following shortcodes should be placed:
    • [wpcm_lecturers] to list all lecturers
    • [wpcm_courses] to list all courses
    • [wpcm_schedule] to list the schedule
  5. In the plugin settings, set what pages contain the different shortcodes.

常見問題

Why is the FAQ almost empty?

I haven’t received any questions yet…

評價

There are no reviews for this plugin.

貢獻者及開發者

“WP Course Manager” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 WP Course Manager 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.0

  • Project created
  • Basic administrative features, manage lecturers, courses and a schedule.
  • Show info about lecturers, courses and the schedule with shortcodes in pages.

1.1

  • Fixed issue where scripts and css didn’t register correctly.
  • Added Swedish translation of plugin

1.2

  • Lots of different small fixes, mostly concerning css and removing old debug outputs.
  • Added uninstall script that removes plugin options and DB tables when the plugin is removed through the WordPress plugin manager.
  • Added plugin screenshots and a better description.

1.3

  • Added setting to specify the Date format to use for the schedule.

1.4

  • Fixed correct array referencing, so that it doesn’t break when php removed support for the old way.