AJAX Calendar
| Download: | ajax-calendar2.zip |
|---|---|
| Version: | 2.4.9 |
| Updated: | September 15, 2008 |
| Size: | 30.94 KB |
Support This Plugin!While this software is being provided free to use, it takes considerable time to develop and support. If you do find it particularly useful or want to request a feature then consider donating money as an incentive for me to carry on developing it. Thanks! |
|
| I have other plugins too! | |
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
- Adding a drop-down list of post titles in each month (through the «-» button)
- Widget support
Version History
- 2.4.9 - Fix DB prefix bug
- 2.4.8 - Category selection
- 2.4.7 - WP 2.6
- 2.4.6 - WP 2.5 compatability
- 2.4.5 - Update widget class for 2.1 support
Installation
No sniplet called advertTo install the plugin:
- Download ajax-calendar2.zip
- Unpack the zip. You should have a directory called
ajax_calendar, containing several PHP files - Upload the
ajax_calendardirectory to thewp-content/pluginsdirectory on your WordPress installation. - Enable the calendar in your theme from the Widget page
- Make any modifications to your theme, as required
- Activate plugin
You can find full details of installing a plugin on the plugin installation page.
Template tag
If you are not using WordPress Widgets you can display the calendar with the following template tag:
ajax_calendar ();
This should be inserted into your sidebar where you want the calendar to appear.
Example
Support
Please direct all support questions to the AJAX Calendar support forum. Any support questions left on this page may not be answered.
Bugs & New Features
A full list of all bugs can be found in the AJAX Calendar issue tracker.
A full list of all requested features can be found in the AJAX Calendar feature tracker.







Comments (page 15 of 17)
Jul 1, 2008 11:41 am
Hello,
in regard to showing $split_open / $split_close :
change:
echo ''.$this->split_open.'';to:
echo ''.($full == 0 ? $this->split_open : $this->split_close).'';...and let AJAX do the rest.
Cheers!
May 19, 2008 2:11 am
How do I remove the drop down thingy ??
May 12, 2008 9:53 am
Hi,
Great plugin. However, there is one issue with it and that is if there is more one post on the same date, only the most recent one shows.
May 9, 2008 9:53 am
Last question: is it possible to display all months (also months without posts)?
Thanks a lot
T
May 9, 2008 8:49 am
Hi, is it possible to change months position, color and so on?
Thanks
Thomas
May 7, 2008 2:00 am
hello,
may i use it to show only posts of some categories, not all posts?
thanks in advance!
Vinz
Apr 21, 2008 9:58 am
Hello,
I keep getting the following error while activating this plugin:
Fatal error: Class 'AJAX_Calendar_Widget' not found in /usr/home/voxintro/public_html/wp-content/plugins/ajax-calendar2/ajax-calendar.php on line 43
I use Wordpress 2.3.1 and cannot update to newer version of wordpress. Help getting this plugin up and running is greatly appreciated.
Apr 19, 2008 9:16 pm
Is the var $split_close implemented? Even on the example on this page, the text for $split_open is always displayed, and the closing text is never displayed, even though the post titles are cleared. Maybe line 160 of calendar.php is chopped off?
Apr 18, 2008 10:37 pm
Just downloaded & installed your plugin. With respect to styling, there is an ID of wp-calendar-split that's not in the included CSS. Is this an ID that comes from the default WP calendar or should it be in the CSS that comes with the plugin?
Apr 9, 2008 5:44 am
Is there a version french,please? I really need it.
Leave a comment