Changeset 640850
- Timestamp:
- 12/17/2012 11:42:03 PM (13 years ago)
- Location:
- rs-event-multiday
- Files:
-
- 4 edited
-
tags/1.3.1/readme.txt (modified) (5 diffs)
-
tags/1.3.1/rs-event-multiday.php (modified) (1 diff)
-
trunk/readme.txt (modified) (5 diffs)
-
trunk/rs-event-multiday.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
rs-event-multiday/tags/1.3.1/readme.txt
r640716 r640850 2 2 Contributors: wp-lefty 3 3 Donate link: http://dalking.de/rs-event-multiday/ 4 Tags: widget, plugin, manage events, event widget, events, event, rs event, multiday4 Tags: widget, plugin, manage events, event widget, events, event, events list, event list, list, rs event, multiday 5 5 Requires at least: 2.8 6 Tested up to: 3. 4.26 Tested up to: 3.5 7 7 Stable tag: 1.3.1 8 8 License: GPL (GNU Public License) Version 3 … … 10 10 == Description == 11 11 12 "RS EVENT multiday" is a modification of "RS EVENT" by Robert Sargant.12 "RS EVENT multiday" is an easy to use and highly flexible tool to manage and print events in your blog by adding the sidebar-widget "RS EVENT multiday" and/or the functions rs_event_list(), rs_event_post() and rs_event_id(), which can be used in templates. It is based on the original "RS EVENT" by Robert Sargant. 13 13 14 14 The plugin offers the possibility to add a "RS EVENT multiday" widget to the sidebar of your blog. … … 20 20 <br /><br /> 21 21 **FUNCTIONS** 22 23 First of all, the "RS EVENT multiday" widget adds the function rs_event_list() to your sidebar and you can costumize all the settings via the widget control panel at the backend of your blog. If you want to create designated pages to show an event list, you should create a special template file for the theme you use and add the function rs_event_list() manually to the code of your template. 22 24 23 25 1. rs_event_list()<br /> … … 27 29 Furthermore, the output can be customized with the parameters "html_list_v1", "html_list_v2", "html_list_v3" and "html_list_v4".<br /> 28 30 For details see the parameters-section below. 31 Note: If you just want to get the return values from rs_event_list(), so they do not get printed, you should use the function rs_event_list_return(). 29 32 30 33 1. rs_event_post()<br /> … … 33 36 The output can be customized with the parameters "html_post_v1", "html_post_v2", "html_post_v3" and "html_post_v4".<br /> 34 37 For details see the parameters-section below.<br /> 35 Note: If you just want to get the return values from rs_event post(), so they do not get printed, you should use the function rs_event_post_return(). (This might be useful for e.g. Thematic themes.)38 Note: If you just want to get the return values from rs_event_post(), so they do not get printed, you should use the function rs_event_post_return(). (This might be useful for e.g. Thematic themes.) 36 39 37 40 1. rs_event_id()<br /> 38 This function returns an array with IDs of posts, which include event-data. This array of IDs can then be used in other functions .41 This function returns an array with IDs of posts, which include event-data. This array of IDs can then be used in other functions or loops. 39 42 40 43 Each function can be customized by parameters. -
rs-event-multiday/tags/1.3.1/rs-event-multiday.php
r640713 r640850 3 3 Plugin Name: RS EVENT multiday 4 4 Plugin URI: http://dalking.de/rs-event-multiday/ 5 Description: "RS EVENT multiday" is a modification of "RS EVENT" by Robert Sargant. It is an easy to use and highly flexible tool to manage and print events in your blog by adding the sidebar-widget "RS EVENT multiday" and/or the functions rs_event_list(), rs_event_post() and rs_event_id(), which can be used in templates.5 Description: "RS EVENT multiday" is an easy to use and highly flexible tool to manage and print events in your blog by adding the sidebar-widget "RS EVENT multiday" and/or the functions rs_event_list(), rs_event_post() and rs_event_id(), which can be used in templates. It is based on the original "RS EVENT" by Robert Sargant. 6 6 Version: 1.3.1 7 7 -
rs-event-multiday/trunk/readme.txt
r640718 r640850 2 2 Contributors: wp-lefty 3 3 Donate link: http://dalking.de/rs-event-multiday/ 4 Tags: widget, plugin, manage events, event widget, events, event, rs event, multiday4 Tags: widget, plugin, manage events, event widget, events, event, events list, event list, list, rs event, multiday 5 5 Requires at least: 2.8 6 Tested up to: 3. 4.26 Tested up to: 3.5 7 7 Stable tag: 1.3.1 8 8 License: GPL (GNU Public License) Version 3 … … 10 10 == Description == 11 11 12 "RS EVENT multiday" is a modification of "RS EVENT" by Robert Sargant.12 "RS EVENT multiday" is an easy to use and highly flexible tool to manage and print events in your blog by adding the sidebar-widget "RS EVENT multiday" and/or the functions rs_event_list(), rs_event_post() and rs_event_id(), which can be used in templates. It is based on the original "RS EVENT" by Robert Sargant. 13 13 14 14 The plugin offers the possibility to add a "RS EVENT multiday" widget to the sidebar of your blog. … … 20 20 <br /><br /> 21 21 **FUNCTIONS** 22 23 First of all, the "RS EVENT multiday" widget adds the function rs_event_list() to your sidebar and you can costumize all the settings via the widget control panel at the backend of your blog. If you want to create designated pages to show an event list, you should create a special template file for the theme you use and add the function rs_event_list() manually to the code of your template. 22 24 23 25 1. rs_event_list()<br /> … … 27 29 Furthermore, the output can be customized with the parameters "html_list_v1", "html_list_v2", "html_list_v3" and "html_list_v4".<br /> 28 30 For details see the parameters-section below. 31 Note: If you just want to get the return values from rs_event_list(), so they do not get printed, you should use the function rs_event_list_return(). 29 32 30 33 1. rs_event_post()<br /> … … 33 36 The output can be customized with the parameters "html_post_v1", "html_post_v2", "html_post_v3" and "html_post_v4".<br /> 34 37 For details see the parameters-section below.<br /> 35 Note: If you just want to get the return values from rs_event post(), so they do not get printed, you should use the function rs_event_post_return(). (This might be useful for e.g. Thematic themes.)38 Note: If you just want to get the return values from rs_event_post(), so they do not get printed, you should use the function rs_event_post_return(). (This might be useful for e.g. Thematic themes.) 36 39 37 40 1. rs_event_id()<br /> 38 This function returns an array with IDs of posts, which include event-data. This array of IDs can then be used in other functions .41 This function returns an array with IDs of posts, which include event-data. This array of IDs can then be used in other functions or loops. 39 42 40 43 Each function can be customized by parameters. -
rs-event-multiday/trunk/rs-event-multiday.php
r640710 r640850 3 3 Plugin Name: RS EVENT multiday 4 4 Plugin URI: http://dalking.de/rs-event-multiday/ 5 Description: "RS EVENT multiday" is a modification of "RS EVENT" by Robert Sargant. It is an easy to use and highly flexible tool to manage and print events in your blog by adding the sidebar-widget "RS EVENT multiday" and/or the functions rs_event_list(), rs_event_post() and rs_event_id(), which can be used in templates.5 Description: "RS EVENT multiday" is an easy to use and highly flexible tool to manage and print events in your blog by adding the sidebar-widget "RS EVENT multiday" and/or the functions rs_event_list(), rs_event_post() and rs_event_id(), which can be used in templates. It is based on the original "RS EVENT" by Robert Sargant. 6 6 Version: 1.3.1 7 7
Note: See TracChangeset
for help on using the changeset viewer.