Changeset 454297
- Timestamp:
- 10/22/2011 04:49:05 PM (14 years ago)
- File:
-
- 1 edited
-
ajax-event-calendar/tags/1.0/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ajax-event-calendar/tags/1.0/readme.txt
r450067 r454297 11 11 == Description == 12 12 13 Ajax Event Calendar WordPress Plugin is a fully localized (including RTL language support) community calendar that allows authorized users to add, edit, move, copy, resize and delete events into custom categories. Highly customized calendars can be added to pages, posts or text widgets using the "[calendar]" shortcode. Similarly, an equally customizable event list can be added using the "[eventlist]" shortcode. The **Installation** tab contains details on plugin installation and shortcode options. 14 15 The plugin supports multiple eventlist instances per page, but you can only run one calendar instance per page (that includes widgets). 16 17 *This plugin does not support WordPress MU.* 13 The official general assembly calendar of [#OccupyWallStreet](http://nycga.cc/calendar/). An easy-to-use visual community calendar that allows authorized users to add, edit, move, copy, resize, delete and filter events into customizable categories - supports daily, weekly, monthly and yearly repeating events. Calendars can be added to your site by typing "[calendar]" shortcode in the body of a page, a post or a text widget. Event lists are similarly added via the "[eventlist]" shortcode. Both shortcodes are highly customizable with numerous [display options](http://code.google.com/p/wp-aec/wiki/ShortcodeOptions). 18 14 19 15 [youtube http://www.youtube.com/watch?v=bEzomAUe4DE&rel=0] 20 16 17 NOTE: The plugin supports multiple eventlist instances per page, but only one calendar instance per page. 18 This plugin does not support WordPress MU. 19 21 20 = Features = 22 23 * Filter events by category24 21 * Display events in Day, Week, and Month views 25 * Add, delete or modify event category labels and colors 26 * Copy events 22 * Copy/Duplicate/Clone events 27 23 * Supports daily, weekly, biweekly, monthly, and yearly repeating events 28 24 * Month and Year dropdown selectors for fast navigation 29 25 * Navigate between months/weeks with the calendar navigation buttons and the mouse wheel 30 * Mini-calendar setting 31 * Specify calendar date and time formats and start of week via **Settings > General** menu 32 * Specify calendar time slot intervals: 5, 10, 15, 30 and 60 minute options (default 30) 26 * Mini-calendar sidebar option 27 * Specify category filter label 28 * Add, modify and delete event categories and colors 29 * Instantly filter events by category 30 * Specify calendar date/time formats and start of week via **Settings > General** menu 31 * Variable calendar time slot intervals: 5, 10, 15, 30 and 60 minute options 33 32 * Specify which event form fields to hide, display and require 34 * Option to specify a category filter label35 33 * Option to convert URLs entered in the description field into clickable links 36 34 * Option to open links entered in event details in a new/same browser window … … 46 44 * Assign users the ability to modify all events (**aec_manage_events**) 47 45 * Assign users the ability to change all calendar options (**aec_manage_calendar**) 48 * Unobstrusive design loads code and data only when necessary 49 * Available in 21 languages with support for right-to-left languages (NOTE: not all translations are current) 46 * Available in 21 languages with support for right-to-left languages (not all translations are current) 50 47 51 48 = Need Support? = … … 81 78 82 79 1. Follow the typical [WordPress plugin installation steps](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins). 83 1. If you are unfamiliar with shortcode usage, learn about shortcodes.80 1. If you are unfamiliar with shortcode usage, [learn about shortcodes](http://codex.wordpress.org/Shortcode_API). 84 81 1. To create a new calendar, add the [calendar] shortcode to the body of a page, a post or a text widget. 85 1. To create a new event list, add the [eventlist] shortcode to the body of a page, a post or a text widget. As of version 1.0 [eventlist] replaces the Upcoming Events widget, scheduled for removal in the following plugin release. 86 1. Shortcode display can be customized using these [Shortcode Options](http://code.google.com/p/wp-aec/wiki/ShortcodeOptions). 82 1. As of version 1.0 [eventlist] replaces the Upcoming Events widget. To create a new event list, simply add the [eventlist] shortcode to the body of a page, a post or a text widget, there is no visible change in front-end appearance. 83 1. For more advanced display settings, these are the available [customization options](http://code.google.com/p/wp-aec/wiki/ShortcodeOptions). 84 1. If you encounter issues, be sure to check out the [answers to frequently asked questions](https://code.google.com/p/wp-aec/wiki/FrequentlyAskedQuestions). 87 85 88 86 **IMPORTANT !** 89 87 90 * When adding shortcodes to pages or posts be sure to use the WordPress HTML editor view - not the Visual editor view. 91 * Your blog time zone option must be a city value - the plugin will not handle dates correctly when set to a numeric gmt_offset. 92 * Be sure to backup critical event data (located in aec_event and aec_event_category tables) prior to upgrading the plugin. Choose a plugin from the WordPress Plugins Repository that can backup and restore custom (non-WordPress) tables. 88 * When adding shortcodes to pages or posts be sure to USE THE WORDPRESS HTML EDITOR VIEW, not the Visual editor view. 89 * Your blog time zone option MUST BE A CITY VALUE, the plugin may not handle dates correctly when set to a numeric gmt_offset. 90 * PRIOR TO UPGRADING THE PLUGIN be sure to backup critical event data located in aec_event and aec_event_category tables. Select a plugin from the WordPress Plugins Repository that can backup and restore custom (non-WordPress) tables. 91 93 92 94 93 == Frequently Asked Questions == 95 94 96 95 The [answers to frequently asked questions](https://code.google.com/p/wp-aec/wiki/FrequentlyAskedQuestions). 96 97 97 98 98 == Screenshots == … … 110 110 11. Front-end Events Detail View 111 111 112 112 113 == Other Notes == 113 114 … … 118 119 <br>4. Category color selection (miniColors) 119 120 121 120 122 = Plugin Conflicts = 123 121 124 [Mime Type Link Images](http://wordpress.org/support/topic/calendar-disappeared?replies=5) 122 125 <br>[Custom Field Template Plugin](http://wordpress.org/support/topic/ajax-event-calendar-conflict-with-custom-field-template?replies=9)
Note: See TracChangeset
for help on using the changeset viewer.