Joe Calendar
May 5th 2007
.jpg)
Tired of bloated calendar programs? Too many features your never going to use? Try this simple calendar system. Packed together with simplicity in mind, you can stylize the way the calendar feeds the content using CSS. Along with a backend using AJAX technologies. It doesn’t get any easier than this.
1,984 downloads































22 COMMENTS
It would be great if you could help me. The files uploaded are the originals. Thanks!
Try switching to MySQL, that should do the trick.. That is if you can switch to MySQL.
One question though: would it be possible to only show the upcoming events and NOT the expired events? (Either by deleting the expired events automatically from the database or just "hide" them and only show the upcoming.) That would make it even more useful. Thanks for you reply.
1) ditto the prev comment by djjax (should be a simple coding task)
2) can admin functions be password protected? (maybe can be accomplished through .htaccess)
3) is there a forum where such questions may be addressed and solutions posted by users?
yes, just change the sorting order to the way you wish to sort.
password protection is easiest with .htaccess
currently i don't have any forum, but questions, topics, solutions for this can be posted here for now. thanks for the interest in this script, i have just been too busy to update the script. it needs to be updated with some new features, any suggestions would be great too.
thanks for making this. it was exactly what i needed
thanks
You should be able to find the query in the script, and change the order to your liking.. Just alter ASC to DESC or vice versa.
Thanks
I would like to change it a bit to get the date in French. I translated the list of months in the file "calendarDatInput.js" but nothing changed, can I do it with this kind of script? I would also change the order of the day to get this order: day, month, year. Could the headings "UPCOMING EVENTS" and "EXPIRED EVENTS" appear on the page of the site? Thank you very much for your help.
That shouldn't be too hard to translate to French, I think you'd just need to edit the sajax_funcs.php file.
For the upcoming events and expired events, its just a matter of editing the base index.php.
The index.php file is just meant to be a really easy way to show how to query the db for the expired and upcoming events.
Thanks for your answer. I would test it.
ADD YOUR COMMENT