WP-Organizer

WP-Organizer is an easy to use plugin which allows users to post upcoming events which the plugin then automatically puts into a chronologically sorted overview. This is a simple plug-in without an archive support.

It’s usefull for websites where you need to circulate the list of upcoming events every week or month without saving all the previous events into an archive.

Installation

WP-Organizer requires WordPress 2.7 or higher. However you can use it under 2.6 but admin interface may looks ugly because of CSS specified for 2.7 and higher admin theme.

  • Download and extract the plugin onto your computer
  • Fill in the plugin extraction directory/folder to your blog’s plugins directory (usually wp-content/plugins)
  • Activate the plugin

Usage

You can use HTML tags in your event description.

Use [WP-Organizer] shortcode in your post/page to add a list of chronologically sorted events to the page. You can add an upcoming events using the php lines:

$options = array(...);
echo wp_organizer_display($options);

Options

There is only one option in WP-Organizer at this time.

This is the choice between:

  • Limited display: Displays only the events for a user defined period (in days).
    Shortcode: [WP-Organizer limit=**] where ** is the number of days to be displayed
    For example: shortcode [WP-Organizer limit=14] will only display the events for the next 14 days to come.
  • Show all: Displays all the events put in by the user(s) so far.
    Shortcode: [WP-Organizer]

The options are the same for shortcode and the php function, only the input method is different.

Customization

Since 1.0.3: You can use a default (bundled) CSS using an option on a settings page.

The plugin outputs HTML with different classes so it’s highly customizable through CSS, see default.css bundled with plugin.

Screenshots

Change log

1.0.4

  • Totally redesigned. Now it looks pretty good out of box.
  • Database routine is much safer now.
  • Managment improvements: double-posting fix, check/uncheck all events to delete
  • Date/time format can be translated
  • Added days colorizer
  • Added ability to filter output HTML (wp_organizer_group_class, wp_organizer_event_class, wp_organizer_event, wp_organizer_group)
  • Old WP support dropped. Now plugin requires at least WP 2.7.

1.0.3

  • Default CSS feature
  • Separate menu box

1.0.2

Fixed activation/uninstall hook bugs for 2.6.x

1.0.1

Bug fixes for wp 2.7.x compatibility, css fixes

1.0

Initial release


Download

Download latest

WP-Organizer available on the WordPress Plugin Directory.

3 Comments to “WP-Organizer”

  1. VVOR says:

    Sure looks good!
    I will give it a try,

    tnx
    VVOR

  2. Tanmay says:

    How do you apply CSS to the organizer? How can we apply the CSS given in the example here?

  3. Andrew says:

    @Tanmay, You can put example CSS to your theme’s style.css (put it to the end of file). I’ll fix this issue in a future release so plugin can put example CSS automatically.

    update: 1.0.3 is out, plugin includes default CSS now.

Leave a comment


This entry was posted by and on Sunday, September 27th, 2009 at 04:05.

You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.