=== Calendar === Contributors: KieranOShea Donate link: http://www.kieranoshea.com Tags: calendar, dates, times, events Requires at least: 2.0 Tested up to: 2.1 Stable tag: 1.1.2 A simple but effective Calendar plugin for WordPress that allows you to manage your events and appointments and display them to the world. == Description == A simple but effective Calendar plugin for WordPress that allows you to manage your events and appointments and display them to the world on your website. Features: * Monthly view of events * Mouse-over details for each event * Events can have a timestamp (optional) * Events can span more than one day * Multiple events per day possible * Events can repeat on a weekly, monthly or yearly basis * Repeats can occur indefinitely or a limited number of times * User and search friendly URL scheme * Easy to use events manager in admin dashboard == Installation == The installation process is simple and only takes a few minutes. Please read these steps carefully though to ensure a trouble free install. Installing: 1. Ensure you have a permalink structure defined in your WordPress settings. You can do this by selecting the appropriate option in the WP admin panel Options -> Permalinks If you already have a permalink structure enabled, there is no need to enable it again 2. Once you have enabled permalinks, you should have a file called .htaccess in the root directory of your blog. Check it is there - this may be difficult on Windows due to the way files are displayed. 3. Add the following lines to your .htaccess file to enable the nice URLs the calendar uses. The calendar WILL NOT WORK properly without these lines! After the line containing: RewriteBase Add: RewriteRule ^calendar/([^/\.]+)/([^/\.]+)/?$ wp-calendar.php?year=$1&month=$2 [QSA,L] RewriteRule ^calendar/?$ wp-calendar.php [QSA,L] Save and upload the .htaccess file to your install. 4. Upload the other included files into the same directories as they are in the package 5. Visit the plugins page of your dashboard and activate Calendar 1.1.2 by Kieran O'Shea 6. Visit Manage -> Calendar in the dashboard to initialise the database and start adding calendar events into your system 7. Visit your blog URL /calendar to see your calendar in action Uninstalling: 1. Deactivate the plugin on the plugins page of your blog dashboard 2. Delete the uploaded files for the plugin 3. Remove the added lines from the .htaccess file 4. Drop the wp_calendar table from your database == Frequently Asked Questions == = How do I modify the style and layout of the calendar page? = You can modify the look and layout of the public calendar page by editing wp-calendar.php Note the style block it contains and line of php calling the display of the actual calendar. = Can I removing the link to you? = If you want to remove the text and link to my site from underneath the calendar you can do so in the calendar.php file. Please only do this if you have to though as it will stop other people from finding out how to get their own copy. You could always link to me in your blogroll or in your site footer as an alternative if you prefer. Ultimately it's your site however and if you don't want to link to me you are under no obligation to do so. == Screenshots == There are no screenshots available for the Calednar at this time, however you can get an idea of how it looks from the [Calendar on my site](http://www.kieranoshea.com/calendar "Personal Website of Kieran O'Shea")