$option_value){ if(substr($option_name, 0, 5) == 'wpfc_'){ if( $option_name == 'wpfc_scripts_limit' ){ $option_value = str_replace(' ', '', $option_value); } //clean up comma seperated emails, no spaces needed update_option($option_name, $option_value); } } if( empty($_REQUEST['wpfc_post_taxonomies']) ){ update_option('wpfc_post_taxonomies', ''); } echo '

'.__('Settings saved.').'

'; } ?>

WP FullCalendar

** Support this plugin! **

This plugin was developed by Marcus Sykes and is now provided free of charge thanks to proceeds from the Events Manager Pro plugin.

We're not asking for donations, but we'd appreciate a 5* rating and/or a link to our plugin page!

About FullCalendar

FullCalendar is a jQuery plugin developed by Adam Shaw, which adds a beautiful AJAX-enabled calendar which can communicate with your blog.

If you find this calendar particularly useful and can spare a few bucks, please donate something to his project, most of the hard work here was done by him and he gives this out freely for everyone to use!

Getting Help

Before asking for help, check the readme files or the plugin pages for answers to common issues.

If you're still stuck, try the community forums.

Translating

If you'd like to translate this plugin, the language files are in the langs folder.

Please email any translations to wp.plugins@netweblogic.com and we'll incorporate it into the plugin.

[fullcalendar]'); ?> echo WP_FullCalendar::calendar($args);'); ?>

[fullcalendar type="post"]'); ?> [fullcalendar type="post_tag,category"]'); ?>

    true )), 'names') as $post_type ){ $checked = get_option('wpfc_default_type') == $post_type ? 'checked':''; $post_data = get_post_type_object($post_type); echo "
  • "; do_action('wpfc_admin_options_post_type_'.$post_type); $post_type_taxonomies = get_object_taxonomies($post_type); if( count($post_type_taxonomies) > 0 ){ $display = empty($checked) ? 'style="display:none;"':''; echo "
    "; echo "

    ".__('Choose which taxonomies you want to see listed as search options on the calendar.','wp-fullcalendar')."

    "; echo "
      "; foreach( $post_type_taxonomies as $taxonomy_name ){ $taxonomy = get_taxonomy($taxonomy_name); $tax_checked = !empty($selected_taxonomies[$post_type][$taxonomy_name]) ? 'checked':''; echo "
    • "; } echo "
    "; echo "
    "; } echo "
  • "; } ?>

'Month','basicWeek'=>'Week (basic)','basicDay'=>'Day (basic)','agendaWeek'=>'Week (agenda)','agendaDay'=>'Day (agenda)')); ?> see possible combinations. Leave blank for no time display.','wp-fullcalendar'),'http://momentjs.com/docs/#/displaying/format/'), 'h(:mm)a' ); wpfc_options_input_text ( __( 'Events limit', 'wp-fullcalendar'), 'wpfc_limit', __('Enter the maximum number of events to show per day, which will then be preceded by a link to the calendar day page.','wp-fullcalendar') ); wpfc_options_input_text ( __( 'View events link', 'wp-fullcalendar'), 'wpfc_limit_txt', __('When the limit of events is shown for one day, this text will be used for the link to the calendar day page.','wp-fullcalendar') ); ?>
$view_value ): ?> />

jQuery Theme Roller gallery. If you roll your own theme, upload the CSS file and images folder to wp-content/yourtheme/plugins/wp-fullcalendar/ and refresh this page, it should appear an option in the pull down menu below.','wp-fullcalendar'),'http://jqueryui.com/themeroller/'); ?>

jQuery qTips to show excerpts of your events within a tooltip when hovering over a specific event on the calendar. You can control the content shown, positioning and style of the tool tips below.','wp-fullcalendar'); ?>

: :

0 && current_user_can('activate_plugins') ){ include('wpfc-install.php'); } //add admin action hook add_action ( 'admin_menu', array('WPFC_Admin', 'menus') ); /* * Admin UI Helpers */ function wpfc_options_input_text($title, $name, $description, $default='') { ?>


$text): ?>
/>
__('No','dbem'), 1 => __('Yes','dbem')); if( substr($name, 0, 7) == 'dbem_ms' ){ $list_events_page = get_site_option($name); }else{ $list_events_page = get_option($name); } ?> />    />