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

AJAX Calendar Future POSTS

外掛說明

AJAX Calendar is a plugin that will display an AJAXified WordPress calendar, include future posts for usage in event calendar. This enhances the functionality of the standard calendar by:

  • Allowing the asynchronous navigation of months, without updating the page
  • Added to blog as a widget
  • displays future posts and includes query filters to allow display of posts even for planified/ future posts
  • link to month archive
  • display filter ajax_calendar_future_calendar_after can be used to add theme specific content below the calendar, like a google map of event (check out tiarvro.org for demo)
  • documentation and plugin details : http://www.webmasterbulletin.net/wordpress-plugin-ajax-calendar-with-future-posts
  • this plugin is the basis for our WPFESTIVAL theme development project : http://wpfestival.com. Bring your suggestions !

Documentation

Full documentation can be found on the AJAX Calendar page.

螢幕擷圖

  • Example screenshot

安裝方式

The plugin is simple to install:

  1. Download the zip file
  2. Unpack the zip. You should have a directory called ajax_calendar_future, containing several PHP files
  3. Upload the ajax_calendar_future directory to the wp-content/plugins directory on your WordPress installation. It is important you retain the ajax_calendar_future directory structure
  4. Activate plugin and move the AJAX CALENDAR widget in a sidebar
  5. go to Settings / Ajax Calendar Configuration Screen and check AJAX if you want bottom links to reload the calendar with AJAX

常見問題集

Does this plugin provide any scheduling functionality?

Yes, in fact it is a simple plugin that alters the main post query to let it display posts with a date in the future, which wordpress in its default setting only shows to the identified author

how do I customize the active day color

The active day color is the most important stuff you want to start customizing after successfully installing the plugin
include the following in your css, replace the color by your main theme color : #wp-calendar td.active {background-color: #FFE10C;}

It the plugin compatible with WPML

not 100% compatible : can work with WPML but with issues if post dates differ in languages

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈AJAX Calendar Future POSTS〉的開發相關工作。

參與者

將〈AJAX Calendar Future POSTS〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.3.4

  • just fix the pro include error

1.3.3

  • [TODO] display post month if viewing post
  • [TODO PRO ?] custom post type query / custom post type archive
  • 20130902 get_archive only going in the past
  • 20130902 apply ajax_calendar_future_calendar_after filter
  • 20130901 activate today’s date if has posts

1.3.2

  • send back missing directories

1.3.1

  • fix svn issues

1.3

  • 20130827
  • add jquery dependency in jss.php
  • fix ajax reload bug containeer
  • fix ajax calendar popup bug (live event in javascript)
  • calendar popup border

1.2

  • refactor the plugin code for readability

1.01

  • add the td.active class for days with posts

1.0

adaptation from AJAX CALENDAR