query('UPDATE `'.$wpdb->prefix.'dc_mv_calendars` SET title="'.esc_sql(strip_tags($_GET["name"])).'",published='.intval($_GET["public"]).',owner="'.esc_sql(strip_tags($_GET["owner"])).'" WHERE id='.intval($_GET['u'])); $message = "Item updated"; } else if (isset($_GET['scr']) && $_GET['scr'] != '') { update_option( 'CP_MVC_LOAD_SCRIPTS', ($_GET["scr"]=="1"?"1":"2") ); $message = "Troubleshoot settings updated"; } if ($message) echo "

".$message."

"; ?>

plugin_name; ?>

Instructions

To insert a calendar into a page or post, go to the edition of the page/post and use the box named "CP Multi View Calendar" below the edition area.

In that area you can create a new view and when ready sent the shortcode to the editor through the button included for that purpose.

To add events to the calendar click the "Admin Calendar Data" button below that leads to a page where you can add/edit/delete events on the calendar (just click over the desired dates).

Want to help to the development of this plugin? The main features of this plugin are provided free of charge. We need your help to continue developing it and adding new features. If you want to help with the development please add a review to support it. Thank you!

Calendar List / Items List

get_results( "SELECT user_login,ID FROM ".$wpdb->users." ORDER BY ID DESC" ); $myrows = $wpdb->get_results( "SELECT * FROM ". $wpdb->prefix."dc_mv_calendars"); foreach ($myrows as $item) if ($this->is_administrator() || ($current_user->ID == $item->owner)) { ?> is_administrator()) { ?> is_administrator()) { ?>
Calendar NameUser    Published?    Options
is_administrator()) echo ' readonly '; ?> type="text" name="calname_id; ?>" id="calname_id; ?>" value="title); ?>" /> user_login; ?>     published) echo " checked "; ?> />     is_administrator()) { ?>     is_administrator()) { ?>  
is_administrator()) { ?>

New Calendar / Item

* Pro version supports multiple calendars. Click here for details.

Troubleshoot Area

Important!: Use this area only if you are experiencing conflicts with third party plugins or if the calendar doesn't appear in the public page.

Script load method:

* Change the script load method if the calendar doesn't appear in the public website or if there are conflicts with other plugins.



[Request Custom Modifications] | [Help]