Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

AJAX Calendar

Опис

AJAX Calendar is a plugin that will display an AJAXified WordPress 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

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, containing several PHP files
  3. Upload the ajax_calendar directory to the wp-content/plugins directory on your WordPress installation. It is important you retain the ajax_calendar directory structure
  4. Make any modifications to your theme, as required
  5. Activate plugin

You can find full details of installing a plugin on the plugin installation page.

Часті питання

Does this plugin provide any scheduling functionality?

No, the calendar just shows your posting history.

Відгуки

03.09.2016
Thank you! I was trying to hack the wordpress sidebar calendar to achieve ajax 'next' and 'prev' buttons and exclude or include certain categories of my posts. What it would be very nice is to use it on custom post types. Thankyou very much indeed!
Прочитати всі 3 відгуки

Учасники та розробники

“AJAX Calendar” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “AJAX Calendar” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

2.1

  • Swap from xajax to prototype.
  • Fix cache deletion problems.

2.2

  • Use wpurl instead of home

2.3

  • Require WordPress 2.1+.
  • Fix some problems.
  • Use prototype lite

2.3.1

  • Add option for always showing full details

2.4.0

  • Use moo.tools for size
  • use WP Object cache

2.4.1

  • Added base CSS class
  • Improved widget

2.4.2

  • Use microajax for even better size and no clashes with prototype

2.4.3

  • Fix validation errors

2.4.4

  • Apply filters to titles

2.4.5

  • Update widget class for 2.1 support

2.4.6

  • WP 2.5 support

2.4.7

  • WP 2.6

2.4.8

  • Add support for category selection

2.4.9

  • Fix DB prefix bug

2.4.10

  • Fix category display

2.5

  • WordPress 2.9+ only
  • No external JS or CSS needed
  • Fixes category issues

2.5.1

  • Modify JS so it compresses better