AJAX Calendar

Nov 25, 2005 | Tags: , , , | Written by Administrator

download

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 advert

To install the plugin:

  1. Download ajax-calendar2.zip
  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.
  4. Enable the calendar in your theme from the Widget page
  5. Make any modifications to your theme, as required
  6. 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

No sniplet called ajax calendar

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.

Share This

Comments (page 2 of 17)

  1. John (author) :

    May 16, 2006 12:52 am

    Updated. You may well experience bugs.

  2. author
    Shawna :

    May 13, 2006 2:17 pm

    Thank you John :)

  3. John (author) :

    May 10, 2006 2:30 am

    Yep, it doesn't work with WP2 at all. I have got it working but haven't had time to package it all up and make it decent enough for release. Should be out the door in a couple of days.

  4. author
    Shawna :

    May 4, 2006 3:25 pm

    I'm running Wordpress 2.0.2 and the calendar doesn't work properly.Will this be updated? It's really a great plugin.

  5. author
    Dave :

    Apr 24, 2006 9:38 pm

    I got everything to work and I absolutely love it, but I have a small problem. It works fine in IE, but in all mozilla browsers like netscape and firefox corrupt the calendar. I end up having the other boxes on the sidebar overlapping the calendar. Is there something I am doing wrong?

  6. Steve :

    Apr 8, 2006 7:34 am

    John,

    Any feeling on a 2.0 update?

    Steve

  7. Ulysses Ronquillo :

    Mar 20, 2006 2:07 pm

    Hi John, I checked the permissions of the cache directory and it was set to 777. I'm not sure why the split-view list was not being updated. But, I got it to work finally. I ended up adding a line of code to common.php. Here's the code (highlighted) if you are curious.

    if ($giraffe_ajax_cache && file_exists ($cachename))
    if (!$year_num = date ('Y') && $month_num = date ('n'))
    $text = @file_get_contents ($cachename);

    The code is checking if it's NOT the current month. If it is NOT, then get the contents from the cache. If it's the current month, then get it from the database.

    Anyways, thanks for your work. Awesome.

  8. John (author) :

    Mar 17, 2006 12:53 am

    The cache should be updated dynamically, as needed - the first time a request is made to display the information it will generated the cache. If this isnt working you could maybe check that the cache directory has the appropriate permissions for files to be created

  9. Ulysses Ronquillo :

    Mar 7, 2006 10:45 am

    Question. How often does the cache gets updated? I just recently posted, but it doesn't show up on the drop down list of split view. Thanks.

  10. Ulysses Ronquillo :

    Mar 7, 2006 12:20 am

    Thanks so much. I installed it on my website without a hitch. It worked from the gitgo. Thanks again. It's awesome.

Leave a comment


XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Home | Software | Terms & Conditions | Sitemap | John Godley © 2008
Close
E-mail It