Plugin Directory

Changeset 640850


Ignore:
Timestamp:
12/17/2012 11:42:03 PM (13 years ago)
Author:
wp-lefty
Message:

Update of readme.txt and description in plugin-file

Location:
rs-event-multiday
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • rs-event-multiday/tags/1.3.1/readme.txt

    r640716 r640850  
    22Contributors: wp-lefty
    33Donate link: http://dalking.de/rs-event-multiday/
    4 Tags: widget, plugin, manage events, event widget, events, event, rs event, multiday
     4Tags: widget, plugin, manage events, event widget, events, event, events list, event list, list, rs event, multiday
    55Requires at least: 2.8
    6 Tested up to: 3.4.2
     6Tested up to: 3.5
    77Stable tag: 1.3.1
    88License: GPL (GNU Public License) Version 3
     
    1010== Description ==
    1111
    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.
    1313
    1414The plugin offers the possibility to add a "RS EVENT multiday" widget to the sidebar of your blog.
     
    2020<br /><br />
    2121**FUNCTIONS**
     22
     23First 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.
    2224
    23251. rs_event_list()<br />
     
    2729Furthermore, the output can be customized with the parameters "html_list_v1", "html_list_v2", "html_list_v3" and "html_list_v4".<br />
    2830For details see the parameters-section below.
     31Note: 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().
    2932
    30331. rs_event_post()<br />
     
    3336The output can be customized with the parameters "html_post_v1", "html_post_v2", "html_post_v3" and "html_post_v4".<br />
    3437For details see the parameters-section below.<br />
    35 Note: If you just want to get the return values from rs_eventpost(), so they do not get printed, you should use the function rs_event_post_return(). (This might be useful for e.g. Thematic themes.)
     38Note: 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.)
    3639
    37401. 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.
     41This 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.
    3942
    4043Each function can be customized by parameters.
  • rs-event-multiday/tags/1.3.1/rs-event-multiday.php

    r640713 r640850  
    33Plugin Name: RS EVENT multiday
    44Plugin 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.
     5Description: "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.
    66Version: 1.3.1
    77
  • rs-event-multiday/trunk/readme.txt

    r640718 r640850  
    22Contributors: wp-lefty
    33Donate link: http://dalking.de/rs-event-multiday/
    4 Tags: widget, plugin, manage events, event widget, events, event, rs event, multiday
     4Tags: widget, plugin, manage events, event widget, events, event, events list, event list, list, rs event, multiday
    55Requires at least: 2.8
    6 Tested up to: 3.4.2
     6Tested up to: 3.5
    77Stable tag: 1.3.1
    88License: GPL (GNU Public License) Version 3
     
    1010== Description ==
    1111
    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.
    1313
    1414The plugin offers the possibility to add a "RS EVENT multiday" widget to the sidebar of your blog.
     
    2020<br /><br />
    2121**FUNCTIONS**
     22
     23First 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.
    2224
    23251. rs_event_list()<br />
     
    2729Furthermore, the output can be customized with the parameters "html_list_v1", "html_list_v2", "html_list_v3" and "html_list_v4".<br />
    2830For details see the parameters-section below.
     31Note: 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().
    2932
    30331. rs_event_post()<br />
     
    3336The output can be customized with the parameters "html_post_v1", "html_post_v2", "html_post_v3" and "html_post_v4".<br />
    3437For details see the parameters-section below.<br />
    35 Note: If you just want to get the return values from rs_eventpost(), so they do not get printed, you should use the function rs_event_post_return(). (This might be useful for e.g. Thematic themes.)
     38Note: 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.)
    3639
    37401. 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.
     41This 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.
    3942
    4043Each function can be customized by parameters.
  • rs-event-multiday/trunk/rs-event-multiday.php

    r640710 r640850  
    33Plugin Name: RS EVENT multiday
    44Plugin 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.
     5Description: "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.
    66Version: 1.3.1
    77
Note: See TracChangeset for help on using the changeset viewer.