Sindbad~EG File Manager
<?php if( !function_exists('current_user_can') || !current_user_can('manage_options') ) return; ?>
<!-- PAGE OPTIONS -->
<div class="em-menu-pages em-menu-group" <?php if( !defined('EM_SETTINGS_TABS') || !EM_SETTINGS_TABS) : ?>style="display:none;"<?php endif; ?>>
<?php
$template_page_tip = __( "Many themes display extra meta information on post pages such as 'posted by' or 'post date' information, which may not be desired. Usually, page templates contain less clutter.", 'events-manager');
$template_page_tip .= ' '. __("If you choose 'Pages' then %s will be shown using your theme default page template, alternatively choose from page templates that come with your specific theme.",'events-manager');
$template_page_tip .= ' '. str_replace('#','http://codex.wordpress.org/Post_Types#Template_Files',__("Be aware that some themes will not work with this option, if so (or you want to make your own changes), you can create a file named <code>single-%s.php</code> <a href='#'>as shown on the WordPress codex</a>, and leave this set to Posts.", 'events-manager'));
$body_class_tip = __('If you would like to add extra classes to your body html tag when a single %s page is displayed, enter it here. May be useful or necessary if your theme requires special class names for specific templates.','events-manager');
$post_class_tip = __('Same concept as the body classes option, but some themes also use the <code>post_class()</code> function within page content to differentiate styling between post types.','events-manager');
$format_override_tip = __("By using formats, you can control how your %s are displayed from within the Events Manager <a href='#formats' class='nav-tab-link' rel='#em-menu-formats'>Formatting</a> tab above without having to edit your theme files.",'events-manager');
$page_templates = array(''=>__('Posts'), 'page' => __('Pages'), __('Theme Templates','events-manager') => array_flip(get_page_templates()));
?>
<div class="postbox" id="em-opt-permalinks" >
<div class="handlediv" title="<?php __('Click to toggle', 'events-manager'); ?>"><br /></div><h3><span><?php echo sprintf(__('Permalink Slugs','events-manager')); ?></span></h3>
<div class="inside">
<p class="em-boxheader"><?php _e('You can change the permalink structure of your events, locations, categories and tags here. Be aware that you may want to set up redirects if you change your permalink structures to maintain SEO rankings.','events-manager'); ?></p>
<table class="form-table">
<?php
em_options_input_text ( __( 'Events', 'events-manager'), 'dbem_cp_events_slug', sprintf(__('e.g. %s - you can use / Separators too', 'events-manager'), '<strong>'.home_url().'/<code>'.esc_html(get_option('dbem_cp_events_slug',EM_POST_TYPE_EVENT_SLUG)).'</code>/2012-olympics/</strong>'), EM_POST_TYPE_EVENT_SLUG );
if( get_option('dbem_locations_enabled') && !(EM_MS_GLOBAL && get_site_option('dbem_ms_mainblog_locations') && !is_main_site()) ){
em_options_input_text ( __( 'Locations', 'events-manager'), 'dbem_cp_locations_slug', sprintf(__('e.g. %s - you can use / Separators too', 'events-manager'), '<strong>'.home_url().'/<code>'.esc_html(get_option('dbem_cp_locations_slug',EM_POST_TYPE_LOCATION_SLUG)).'</code>/wembley-stadium/</strong>'), EM_POST_TYPE_LOCATION_SLUG );
}
if( get_option('dbem_categories_enabled') && !(EM_MS_GLOBAL && !is_main_site()) ){
em_options_input_text ( __( 'Event Categories', 'events-manager'), 'dbem_taxonomy_category_slug', sprintf(__('e.g. %s - you can use / Separators too', 'events-manager'), '<strong>'.home_url().'/<code>'.esc_html(get_option('dbem_taxonomy_category_slug',EM_TAXONOMY_CATEGORY_SLUG)).'</code>/sports/</strong>'), EM_TAXONOMY_CATEGORY_SLUG );
}
if( get_option('dbem_tags_enabled') ){
em_options_input_text ( __( 'Event Tags', 'events-manager'), 'dbem_taxonomy_tag_slug', sprintf(__('e.g. %s - you can use / Separators too', 'events-manager'), '<strong>'.home_url().'/<code>'.esc_html(get_option('dbem_taxonomy_tag_slug',EM_TAXONOMY_TAG_SLUG)).'</code>/running/</strong>'), EM_TAXONOMY_TAG_SLUG );
}
echo $save_button;
?>
</table>
</div> <!-- . inside -->
</div> <!-- .postbox -->
<div class="postbox " id="em-opt-event-pages" >
<div class="handlediv" title="<?php __('Click to toggle', 'events-manager'); ?>"><br /></div><h3><span><?php echo sprintf(__('%s Pages','events-manager'),__('Event','events-manager')); ?></span></h3>
<div class="inside">
<table class="form-table">
<?php
//em_options_radio_binary ( sprintf(__( 'Display %s as', 'events-manager'),__('events','events-manager')), 'dbem_cp_events_template_page', sprintf($template_page_tip, EM_POST_TYPE_EVENT), array(__('Posts'),__('Pages')) );
em_options_select( sprintf(__( 'Display %s as', 'events-manager'),__('events','events-manager')), 'dbem_cp_events_template', $page_templates, sprintf($template_page_tip, __('events','events-manager'), EM_POST_TYPE_EVENT) );
em_options_input_text( __('Body Classes','events-manager'), 'dbem_cp_events_body_class', sprintf($body_class_tip, __('event','events-manager')) );
em_options_input_text( __('Post Classes','events-manager'), 'dbem_cp_events_post_class', $post_class_tip );
em_options_radio_binary ( __( 'Override with Formats?', 'events-manager'), 'dbem_cp_events_formats', sprintf($format_override_tip,__('events','events-manager')));
em_options_radio_binary ( __( 'Enable Comments?', 'events-manager'), 'dbem_cp_events_comments', sprintf(__('If you would like to disable comments entirely, disable this, otherwise you can disable comments on each single %s. Note that %s with comments enabled will still be until you resave them.','events-manager'),__('event','events-manager'),__('events','events-manager')));
echo $save_button;
?>
</table>
</div> <!-- . inside -->
</div> <!-- .postbox -->
<div class="postbox " id="em-opt-event-archives" >
<div class="handlediv" title="<?php __('Click to toggle', 'events-manager'); ?>"><br /></div><h3><span><?php echo sprintf(__('%s List/Archives','events-manager'),__('Event','events-manager')); ?></span></h3>
<div class="inside">
<table class="form-table">
<tr>
<th><?php echo sprintf(__( 'Events page', 'events-manager')); ?></th>
<td>
<?php wp_dropdown_pages(array('name'=>'dbem_events_page', 'selected'=>get_option('dbem_events_page'), 'show_option_none'=>sprintf(__('[No %s Page]', 'events-manager'),__('Events','events-manager')) )); ?>
<br />
<em><?php echo __( 'This option allows you to select which page to use as an events page. If you do not select an events page, to display event lists you can enable event archives or use the appropriate shortcodes and/or template tags.','events-manager'); ?></em>
</td>
</tr>
<tbody class="em-event-page-options">
<?php
em_options_radio_binary ( __( 'Show events search?', 'events-manager'), 'dbem_events_page_search_form', __( "If set to yes, a search form will appear just above your list of events.", 'events-manager') );
em_options_radio_binary ( __( 'Display calendar in events page?', 'events-manager'), 'dbem_display_calendar_in_events_page', __( 'This options allows to display the full-sized calendar on the events page, instead of the default list.','events-manager') );
em_options_radio_binary ( __( 'Disable title rewriting?', 'events-manager'), 'dbem_disable_title_rewrites', __( "Some WordPress themes don't follow best practices when generating navigation menus, and so the automatic title rewriting feature may cause problems, if your menus aren't working correctly on the event pages, try setting this to 'Yes', and provide an appropriate HTML title format below.",'events-manager') );
em_options_input_text ( __( 'Event Manager titles', 'events-manager'), 'dbem_title_html', __( "This only setting only matters if you selected 'Yes' to above. You will notice the events page titles aren't being rewritten, and you have a new title underneath the default page name. This is where you control the HTML of this title. Make sure you keep the #_PAGETITLE placeholder here, as that's what is rewritten by events manager. To control what's rewritten in this title, see settings further down for page titles.", 'events-manager') );
?>
</tbody>
<tr class="em-header">
<td colspan="2">
<h4><?php echo sprintf(__('WordPress %s Archives','events-manager'), __('Event','events-manager')); ?></h4>
<p><?php echo sprintf(__('%s custom post types can have archives, just like normal WordPress posts. If enabled, should you visit your base slug url %s and you will see an post-formatted archive of previous %s', 'events-manager'), __('Event','events-manager'), '<code>'.home_url().'/'.esc_html(get_option('dbem_cp_events_slug',EM_POST_TYPE_EVENT_SLUG)).'/</code>', __('events','events-manager')); ?></p>
<p><?php echo sprintf(__('Note that assigning a %s page above will override this archive if the URLs collide (which is the default setting, and is recommended for maximum plugin compatibility). You can have both at the same time, but you must ensure that your page and %s slugs are different.','events-manager'), __('events','events-manager'), __('event','events-manager')); ?></p>
</td>
</tr>
<tbody class="em-event-archive-options">
<?php
em_options_radio_binary ( __( 'Enable Archives?', 'events-manager'), 'dbem_cp_events_has_archive', __( "Allow WordPress post-style archives.", 'events-manager') );
?>
</tbody>
<tbody class="em-event-archive-options em-event-archive-sub-options">
<tr valign="top">
<th scope="row"><?php _e('Default event archive ordering','events-manager'); ?></th>
<td>
<select name="dbem_events_default_archive_orderby" >
<?php
$event_archive_orderby_options = apply_filters('em_settings_events_default_archive_orderby_ddm', array(
'_event_start' => __('Order by start date, start time','events-manager'),
'title' => __('Order by name','events-manager')
));
?>
<?php foreach($event_archive_orderby_options as $key => $value) : ?>
<option value='<?php echo esc_attr($key) ?>' <?php echo ($key == get_option('dbem_events_default_archive_orderby')) ? "selected='selected'" : ''; ?>>
<?php echo esc_html($value); ?>
</option>
<?php endforeach; ?>
</select>
<select name="dbem_events_default_archive_order" >
<?php
$ascending = __('Ascending','events-manager');
$descending = __('Descending','events-manager');
$event_archive_order_options = apply_filters('em_settings_events_default_archive_order_ddm', array(
'ASC' => __('Ascending','events-manager'),
'DESC' => __('Descending','events-manager')
));
?>
<?php foreach( $event_archive_order_options as $key => $value) : ?>
<option value='<?php echo esc_attr($key) ?>' <?php echo ($key == get_option('dbem_events_default_archive_order')) ? "selected='selected'" : ''; ?>>
<?php echo esc_html($value); ?>
</option>
<?php endforeach; ?>
</select>
<br/>
<em><?php _e('When Events Manager displays lists of events the default behavior is ordering by start date in ascending order. To change this, modify the values above.','events-manager'); ?></em>
</td>
</tr>
<?php
em_options_select( __('Event archives scope','events-manager'), 'dbem_events_archive_scope', em_get_scopes() );
?>
</tbody>
<tr class="em-header">
<td colspan="2">
<h4><?php echo _e('General settings','events-manager'); ?></h4>
</td>
</tr>
<?php
em_options_radio_binary ( __( 'Override with Formats?', 'events-manager'), 'dbem_cp_events_archive_formats', sprintf($format_override_tip,__('events','events-manager')));
em_options_radio_binary ( __( 'Override Excerpts with Formats?', 'events-manager'), 'dbem_cp_events_excerpt_formats', sprintf($format_override_tip,__('events','events-manager')));
em_options_radio_binary ( __( 'Are current events past events?', 'events-manager'), 'dbem_events_current_are_past', __( "By default, events that have an end date later than today will be included in searches, set this to yes to consider events that started 'yesterday' as past.", 'events-manager') );
?>
<tbody class="event-active-status-option">
<?php
em_options_radio_binary ( __( 'Include cancelled events?', 'events-manager'), 'dbem_events_include_status_cancelled', sprintf(__( "If an event is cancelled, you can exclude them from event lists. You can display cancelled events in shortcode using the %s parameter.", 'events-manager'), '<code>cancelled</code>') );
?>
</tbody>
<?php
em_options_radio_binary ( __( 'Include in WordPress Searches?', 'events-manager'), 'dbem_cp_events_search_results', sprintf(__( "Allow %s to appear in the built-in search results.", 'events-manager'),__('events','events-manager')) );
?>
<tr class="em-header">
<td colspan="2">
<h4><?php echo sprintf(__('Default %s list options','events-manager'), __('event','events-manager')); ?></h4>
<p><?php _e('These can be overridden when using shortcode or template tags.','events-manager'); ?></p>
</td>
</tr>
<tr valign="top" id='dbem_events_default_orderby_row'>
<th scope="row"><?php _e('Default event list ordering','events-manager'); ?></th>
<td>
<select name="dbem_events_default_orderby" >
<?php
$event_list_orderby_options = apply_filters('em_settings_events_default_orderby_ddm', array(
'event_start_date,event_start_time,event_name' => __('Order by start date, start time, then event name','events-manager'),
'event_name,event_start_date,event_start_time' => __('Order by name, start date, then start time','events-manager'),
'event_name,event_end_date,event_end_time' => __('Order by name, end date, then end time','events-manager'),
'event_end_date,event_end_time,event_name' => __('Order by end date, end time, then event name','events-manager'),
));
?>
<?php foreach($event_list_orderby_options as $key => $value) : ?>
<option value='<?php echo esc_attr($key) ?>' <?php echo ($key == get_option('dbem_events_default_orderby')) ? "selected='selected'" : ''; ?>>
<?php echo esc_html($value); ?>
</option>
<?php endforeach; ?>
</select>
<select name="dbem_events_default_order" >
<?php
$ascending = __('Ascending','events-manager');
$descending = __('Descending','events-manager');
$event_list_order_options = apply_filters('em_settings_events_default_order_ddm', array(
'ASC' => __('All Ascending','events-manager'),
'DESC,ASC,ASC' => __("$descending, $ascending, $ascending",'events-manager'),
'DESC,DESC,ASC' => __("$descending, $descending, $ascending",'events-manager'),
'DESC' => __('All Descending','events-manager'),
'ASC,DESC,ASC' => __("$ascending, $descending, $ascending",'events-manager'),
'ASC,DESC,DESC' => __("$ascending, $descending, $descending",'events-manager'),
'ASC,ASC,DESC' => __("$ascending, $ascending, $descending",'events-manager'),
'DESC,ASC,DESC' => __("$descending, $ascending, $descending",'events-manager'),
));
?>
<?php foreach( $event_list_order_options as $key => $value) : ?>
<option value='<?php echo esc_attr($key) ?>' <?php echo ($key == get_option('dbem_events_default_order')) ? "selected='selected'" : ''; ?>>
<?php echo esc_html($value); ?>
</option>
<?php endforeach; ?>
</select>
<br/>
<em><?php _e('When Events Manager displays lists of events the default behavior is ordering by start date in ascending order. To change this, modify the values above.','events-manager'); ?></em>
</td>
</tr>
<?php
em_options_select( __('Event list scope','events-manager'), 'dbem_events_page_scope', em_get_scopes(), __('Only show events starting within a certain time limit on the events page. Default is future events with no end time limit.','events-manager') );
em_options_input_text ( __( 'Event List Limits', 'events-manager'), 'dbem_events_default_limit', __( "This will control how many events are shown on one list by default.", 'events-manager') );
echo $save_button;
?>
</table>
</div> <!-- . inside -->
</div> <!-- .postbox -->
<?php if( get_option('dbem_locations_enabled') ): ?>
<div class="postbox " id="em-opt-location-pages" >
<div class="handlediv" title="<?php __('Click to toggle', 'events-manager'); ?>"><br /></div><h3><span><?php echo sprintf(__('%s Pages','events-manager'),__('Location','events-manager')); ?></span></h3>
<div class="inside">
<table class="form-table">
<?php
//em_options_radio_binary ( sprintf(__( 'Display %s as', 'events-manager'),__('locations','events-manager')), 'dbem_cp_locations_template_page', sprintf($template_page_tip, EM_POST_TYPE_LOCATION), array(__('Posts'),__('Pages')) );
em_options_select( sprintf(__( 'Display %s as', 'events-manager'),__('locations','events-manager')), 'dbem_cp_locations_template', $page_templates, sprintf($template_page_tip, __('locations','events-manager'), EM_POST_TYPE_LOCATION) );
em_options_input_text( __('Body Classes','events-manager'), 'dbem_cp_locations_body_class', sprintf($body_class_tip, __('location','events-manager')) );
em_options_input_text( __('Post Classes','events-manager'), 'dbem_cp_locations_post_class', $post_class_tip );
em_options_radio_binary ( __( 'Override with Formats?', 'events-manager'), 'dbem_cp_locations_formats', sprintf($format_override_tip,__('locations','events-manager')));
em_options_radio_binary ( __( 'Enable Comments?', 'events-manager'), 'dbem_cp_locations_comments', sprintf(__('If you would like to disable comments entirely, disable this, otherwise you can disable comments on each single %s. Note that %s with comments enabled will still be until you resave them.','events-manager'),__('location','events-manager'),__('locations','events-manager')));
?>
<tr class="em-header">
<td colspan="2">
<h4><?php echo sprintf(esc_html__('Default %s list options','events-manager'), __('event','events-manager')); ?></h4>
<p><?php echo sprintf(esc_html__('The options below are applied to the %s placeholders.', 'events-manager'), '<code>#_LOCATIONNEXTEVENTS</code>, <code>#_LOCATIONPASTEVENTS</code>, <code>#_LOCATIONALLEVENTS</code>'); ?></p>
</td>
</tr>
<tr valign="top" id='dbem_location_events_default_orderby_row'>
<th scope="row"><?php _e('Default event list ordering','events-manager'); ?></th>
<td>
<select name="dbem_location_event_list_orderby" >
<?php foreach($event_list_orderby_options as $key => $value) : ?>
<option value='<?php echo esc_attr($key) ?>' <?php echo ($key == get_option('dbem_location_event_list_orderby')) ? "selected='selected'" : ''; ?>>
<?php echo esc_html($value); ?>
</option>
<?php endforeach; ?>
</select>
<select name="dbem_location_event_list_order" >
<?php foreach( $event_list_order_options as $key => $value) : ?>
<option value='<?php echo esc_attr($key) ?>' <?php echo ($key == get_option('dbem_location_event_list_order')) ? "selected='selected'" : ''; ?>>
<?php echo esc_html($value); ?>
</option>
<?php endforeach; ?>
</select>
<br/>
<em><?php _e('When Events Manager displays lists of events the default behavior is ordering by start date in ascending order. To change this, modify the values above.','events-manager'); ?></em>
</td>
</tr>
<?php
em_options_input_text ( __( 'Event List Limits', 'events-manager'), 'dbem_location_event_list_limit', sprintf(__( "Controls how many events being held at a location are shown per page when using placeholders such as %s. Leave blank for no limit.", 'events-manager'), '<code>#_LOCATIONNEXTEVENTS</code>') );
echo $save_button;
?>
</table>
</div> <!-- . inside -->
</div> <!-- .postbox -->
<div class="postbox " id="em-opt-location-archives" >
<div class="handlediv" title="<?php __('Click to toggle', 'events-manager'); ?>"><br /></div><h3><span><?php echo sprintf(__('%s List/Archives','events-manager'),__('Location','events-manager')); ?></span></h3>
<div class="inside">
<table class="form-table">
<tr>
<th><?php echo sprintf(__( '%s page', 'events-manager'),__('Locations','events-manager')); ?></th>
<td>
<?php wp_dropdown_pages(array('name'=>'dbem_locations_page', 'selected'=>get_option('dbem_locations_page'), 'show_option_none'=>sprintf(__('[No %s Page]', 'events-manager'),__('Locations','events-manager')) )); ?>
<br />
<em><?php echo sprintf(__( 'This option allows you to select which page to use as the %s page. If you do not select a %s page, to display lists you can enable archives or use the appropriate shortcodes and/or template tags.','events-manager'),__('locations','events-manager'),__('locations','events-manager')); ?></em>
</td>
</tr>
<?php
em_options_radio_binary ( __( 'Show locations search?', 'events-manager'), 'dbem_locations_page_search_form', __( "If set to yes, a search form will appear just above your list of locations.", 'events-manager') );
?>
<tr class="em-header">
<td colspan="2">
<h4><?php echo sprintf(__('WordPress %s Archives','events-manager'), __('Location','events-manager')); ?></h4>
<p><?php echo sprintf(__('%s custom post types can have archives, just like normal WordPress posts. If enabled, should you visit your base slug url %s and you will see an post-formatted archive of previous %s', 'events-manager'), __('Location','events-manager'), '<code>'.home_url().'/'.esc_html(get_option('dbem_cp_locations_slug',EM_POST_TYPE_LOCATION_SLUG)).'/</code>', __('locations','events-manager')); ?></p>
<p><?php echo sprintf(__('Note that assigning a %s page above will override this archive if the URLs collide (which is the default settings, and is recommended for maximum plugin compatibility). You can have both at the same time, but you must ensure that your page and %s slugs are different.','events-manager'), __('locations','events-manager'), __('location','events-manager')); ?></p>
</td>
</tr>
<tbody class="em-location-archive-options">
<?php
em_options_radio_binary ( __( 'Enable Archives?', 'events-manager'), 'dbem_cp_locations_has_archive', __( "Allow WordPress post-style archives.", 'events-manager') );
?>
</tbody>
<tbody class="em-location-archive-options em-location-archive-sub-options">
<tr valign="top">
<th scope="row"><?php _e('Default archive ordering','events-manager'); ?></th>
<td>
<select name="dbem_locations_default_archive_orderby" >
<?php
$locations_list_orderby_options = apply_filters('em_settings_locations_default_archive_orderby_ddm', array(
'_location_country' => sprintf(__('Order by %s','events-manager'),__('Country','events-manager')),
'_location_town' => sprintf(__('Order by %s','events-manager'),__('Town','events-manager')),
'title' => sprintf(__('Order by %s','events-manager'),__('Name','events-manager'))
));
?>
<?php foreach($locations_list_orderby_options as $key => $value) : ?>
<option value='<?php echo esc_attr($key) ?>' <?php echo ($key == get_option('dbem_locations_default_archive_orderby')) ? "selected='selected'" : ''; ?>>
<?php echo esc_html($value) ?>
</option>
<?php endforeach; ?>
</select>
<select name="dbem_locations_default_archive_order" >
<?php
$ascending = __('Ascending','events-manager');
$descending = __('Descending','events-manager');
$locations_list_order_options = apply_filters('em_settings_locations_default_archive_order_ddm', array(
'ASC' => __('Ascending','events-manager'),
'DESC' => __('Descending','events-manager')
));
?>
<?php foreach( $locations_list_order_options as $key => $value) : ?>
<option value='<?php echo esc_attr($key) ?>' <?php echo ($key == get_option('dbem_locations_default_archive_order')) ? "selected='selected'" : ''; ?>>
<?php echo esc_html($value) ?>
</option>
<?php endforeach; ?>
</select>
</td>
</tr>
</tbody>
<tr class="em-header">
<td colspan="2">
<h4><?php echo _e('General settings','events-manager'); ?></h4>
</td>
</tr>
<?php
em_options_radio_binary ( __( 'Override with Formats?', 'events-manager'), 'dbem_cp_locations_archive_formats', sprintf($format_override_tip,__('locations','events-manager')));
em_options_radio_binary ( __( 'Override Excerpts with Formats?', 'events-manager'), 'dbem_cp_locations_excerpt_formats', sprintf($format_override_tip,__('locations','events-manager')));
em_options_radio_binary ( __( 'Include in WordPress Searches?', 'events-manager'), 'dbem_cp_locations_search_results', sprintf(__( "Allow %s to appear in the built-in search results.", 'events-manager'),__('locations','events-manager')) );
?>
<tr class="em-header">
<td colspan="2">
<h4><?php echo sprintf(__('Default %s list options','events-manager'), __('location','events-manager')); ?></h4>
<p><?php _e('These can be overridden when using shortcode or template tags.','events-manager'); ?></p>
</td>
</tr>
<tr valign="top" id='dbem_locations_default_orderby_row'>
<th scope="row"><?php _e('Default list ordering','events-manager'); ?></th>
<td>
<select name="dbem_locations_default_orderby" >
<?php
$locations_list_orderby_options = apply_filters('em_settings_locations_default_orderby_ddm', array(
'location_country' => sprintf(__('Order by %s','events-manager'),__('Country','events-manager')),
'location_town' => sprintf(__('Order by %s','events-manager'),__('Town','events-manager')),
'location_name' => sprintf(__('Order by %s','events-manager'),__('Name','events-manager'))
));
?>
<?php foreach($locations_list_orderby_options as $key => $value) : ?>
<option value='<?php echo esc_attr($key) ?>' <?php echo ($key == get_option('dbem_locations_default_orderby')) ? "selected='selected'" : ''; ?>>
<?php echo esc_html($value) ?>
</option>
<?php endforeach; ?>
</select>
<select name="dbem_locations_default_order" >
<?php
$ascending = __('Ascending','events-manager');
$descending = __('Descending','events-manager');
$locations_list_order_options = apply_filters('em_settings_locations_default_order_ddm', array(
'ASC' => __('Ascending','events-manager'),
'DESC' => __('Descending','events-manager')
));
?>
<?php foreach( $locations_list_order_options as $key => $value) : ?>
<option value='<?php echo esc_attr($key) ?>' <?php echo ($key == get_option('dbem_locations_default_order')) ? "selected='selected'" : ''; ?>>
<?php echo esc_html($value) ?>
</option>
<?php endforeach; ?>
</select>
</td>
</tr>
<?php
em_options_input_text ( __( 'List Limits', 'events-manager'), 'dbem_locations_default_limit', sprintf(__( "This will control how many %s are shown on one list by default.", 'events-manager'),__('locations','events-manager')) );
echo $save_button;
?>
</table>
</div> <!-- . inside -->
</div> <!-- .postbox -->
<?php endif; ?>
<?php if( get_option('dbem_categories_enabled') && !(EM_MS_GLOBAL && !is_main_site()) ): ?>
<div class="postbox " id="em-opt-categories-pages" >
<div class="handlediv" title="<?php __('Click to toggle', 'events-manager'); ?>"><br /></div><h3><span><?php echo __('Event Categories','events-manager'); ?></span></h3>
<div class="inside">
<div class="em-boxheader">
<p>
<?php echo sprintf(__('%s are a <a href="%s" target="_blank">WordPress custom taxonomy</a>.','events-manager'), __('Event Categories','events-manager'), 'http://codex.wordpress.org/Taxonomies');?>
<?php echo sprintf(__('%s can be displayed just like normal WordPress custom taxonomies in an archive-style format, however Events Manager by default allows you to completely change the standard look of these archives and use our own <a href="%s">custom formatting</a> methods.','events-manager'), __('Event Categories','events-manager'), EM_ADMIN_URL .'&page=events-manager-help#event-placeholders'); ?>
</p>
<p>
<?php echo sprintf(__('Due to how we change how this custom taxonomy is displayed when overriding with formats it is strongly advised that you assign a %s page below, which increases compatibility with various plugins and themes.','events-manager'), __('categories','events-manager')); ?>
<?php sprintf(__('<a href="%s">See some more information</a> on how %s work when overriding with formats.','events-manager'), '#', __('categories','events-manager')); //not ready yet, but make translatable ?>
</p>
</div>
<table class="form-table">
<tr>
<th><?php echo sprintf(__( '%s page', 'events-manager'),__('Categories','events-manager')); ?></th>
<td>
<?php wp_dropdown_pages(array('name'=>'dbem_categories_page','selected'=>get_option('dbem_categories_page'), 'show_option_none'=>sprintf(__('[No %s Page]', 'events-manager'),__('Categories','events-manager')) )); ?>
<br />
<em><?php echo sprintf(__( 'This option allows you to select which page to use as the %s page.','events-manager'),__('categories','events-manager')); ?></em>
</td>
</tr>
<tr class="em-header">
<td colspan="2">
<h4><?php echo _e('General settings','events-manager'); ?></h4>
<p><?php echo esc_html(sprintf(__('Viewing a general WordPress taxonomy page such as %s will show a list of events just like it would regular posts for a regular category or tag. Below you can edit things such as the order events are displayed, or completely override the archive look with our formats feature.','events-manager'), __('categories', 'events-manager'))); ?></p>
</td>
</tr>
<?php
em_options_radio_binary ( __( 'Override with Formats?', 'events-manager'), 'dbem_cp_categories_formats', sprintf($format_override_tip,__('categories','events-manager'))." ".__('Setting this to yes will make categories display as a page rather than an archive.', 'events-manager'), '', '.em-default-categories-archive-ordering', true);
?>
<tr valign="top" class="em-default-categories-archive-ordering">
<th scope="row"><?php _e('Default event archive ordering','events-manager'); ?></th>
<td>
<select name="dbem_categories_default_archive_orderby" >
<?php foreach($event_archive_orderby_options as $key => $value) : ?>
<option value='<?php echo esc_attr($key) ?>' <?php echo ($key == get_option('dbem_categories_default_archive_orderby')) ? "selected='selected'" : ''; ?>>
<?php echo esc_html($value) ?>
</option>
<?php endforeach; ?>
</select>
<select name="dbem_categories_default_archive_order" >
<?php foreach( $event_archive_order_options as $key => $value) : ?>
<option value='<?php echo esc_attr($key) ?>' <?php echo ($key == get_option('dbem_categories_default_archive_order')) ? "selected='selected'" : ''; ?>>
<?php echo esc_html($value) ?>
</option>
<?php endforeach; ?>
</select>
<br /><?php echo esc_html(sprintf(__('When listing event archives for a %s, this order is applied.', 'events-manager'), __('category', 'events-manager'))); ?>
</td>
</tr>
<tr class="em-header">
<td colspan="2">
<h4><?php echo sprintf(__('Default %s list options','events-manager'), __('category','events-manager')); ?></h4>
<p><?php _e('These can be overridden when using shortcode or template tags.','events-manager'); ?></p>
</td>
</tr>
<tr valign="top" id='dbem_categories_default_orderby_row'>
<th scope="row"><?php _e('Default list ordering','events-manager'); ?></th>
<td>
<select name="dbem_categories_default_orderby" >
<?php
$categories_list_orderby_options = apply_filters('em_settings_categories_default_orderby_ddm', array(
'id' => sprintf(__('Order by %s','events-manager'),__('ID','events-manager')),
'count' => sprintf(__('Order by %s','events-manager'),__('Count','events-manager')),
'name' => sprintf(__('Order by %s','events-manager'),__('Name','events-manager')),
'slug' => sprintf(__('Order by %s','events-manager'),__('Slug','events-manager')),
'term_group' => sprintf(__('Order by %s','events-manager'),'term_group'),
));
?>
<?php foreach($categories_list_orderby_options as $key => $value) : ?>
<option value='<?php echo esc_attr($key) ?>' <?php echo ($key == get_option('dbem_categories_default_orderby')) ? "selected='selected'" : ''; ?>>
<?php echo esc_html($value) ?>
</option>
<?php endforeach; ?>
</select>
<select name="dbem_categories_default_order" >
<?php
$ascending = __('Ascending','events-manager');
$descending = __('Descending','events-manager');
$categories_list_order_options = apply_filters('em_settings_categories_default_order_ddm', array(
'ASC' => __('Ascending','events-manager'),
'DESC' => __('Descending','events-manager')
));
?>
<?php foreach( $categories_list_order_options as $key => $value) : ?>
<option value='<?php echo esc_attr($key) ?>' <?php echo ($key == get_option('dbem_categories_default_order')) ? "selected='selected'" : ''; ?>>
<?php echo esc_html($value) ?>
</option>
<?php endforeach; ?>
</select>
<br /><?php echo __('When listing categories, this order is applied.', 'events-manager'); ?>
</td>
</tr>
<?php
em_options_input_text ( __( 'List Limits', 'events-manager'), 'dbem_categories_default_limit', sprintf(__( "This will control how many %s are shown on one list by default.", 'events-manager'),__('categories','events-manager')) );
?>
<tr class="em-header">
<td colspan="2">
<h4><?php echo sprintf(esc_html__('Default %s list options','events-manager'), __('event','events-manager')); ?></h4>
<p><?php echo sprintf(esc_html__('The options below are applied to the %s placeholders.', 'events-manager'), '<code>#_CATEGORYPASTEVENTS</code>, <code>#_CATEGORYNEXTEVENTS</code>, <code>#_CATEGORYALLEVENTS</code>'); ?></p>
</td>
</tr>
<tr valign="top" id='dbem_category_events_default_orderby_row'>
<th scope="row"><?php _e('Default event list ordering','events-manager'); ?></th>
<td>
<select name="dbem_category_event_list_orderby" >
<?php foreach($event_list_orderby_options as $key => $value) : ?>
<option value='<?php echo esc_attr($key) ?>' <?php echo ($key == get_option('dbem_category_event_list_orderby')) ? "selected='selected'" : ''; ?>>
<?php echo esc_html($value); ?>
</option>
<?php endforeach; ?>
</select>
<select name="dbem_category_event_list_order" >
<?php foreach( $event_list_order_options as $key => $value) : ?>
<option value='<?php echo esc_attr($key) ?>' <?php echo ($key == get_option('dbem_category_event_list_order')) ? "selected='selected'" : ''; ?>>
<?php echo esc_html($value); ?>
</option>
<?php endforeach; ?>
</select>
<br/>
<em><?php _e('When Events Manager displays lists of events the default behavior is ordering by start date in ascending order. To change this, modify the values above.','events-manager'); ?></em>
</td>
</tr>
<?php
em_options_input_text ( __( 'Event List Limits', 'events-manager'), 'dbem_category_event_list_limit', sprintf(__( "Controls how many events belonging to a category are shown per page when using placeholders such as %s. Leave blank for no limit.", 'events-manager'), '<code>#_CATEGORYNEXTEVENTS</code>') );
echo $save_button;
?>
</table>
</div> <!-- . inside -->
</div> <!-- .postbox -->
<?php endif; ?>
<?php if( get_option('dbem_tags_enabled') ): //disabled for now, will add tag stuff later ?>
<div class="postbox " id="em-opt-tags-pages" >
<div class="handlediv" title="<?php __('Click to toggle', 'events-manager'); ?>"><br /></div><h3><span><?php echo __('Event Tags','events-manager'); ?></span></h3>
<div class="inside">
<div class="em-boxheader">
<p>
<?php echo sprintf(__('%s are a <a href="%s" target="_blank">WordPress custom taxonomy</a>.','events-manager'), __('Event Tags','events-manager'), 'http://codex.wordpress.org/Taxonomies');?>
<?php echo sprintf(__('%s can be displayed just like normal WordPress custom taxonomies in an archive-style format, however Events Manager by default allows you to completely change the standard look of these archives and use our own <a href="%s">custom formatting</a> methods.','events-manager'), __('Event Tags','events-manager'), EM_ADMIN_URL .'&page=events-manager-help#event-placeholders'); ?>
</p>
<p>
<?php echo sprintf(__('Due to how we change how this custom taxonomy is displayed when overriding with formats it is strongly advised that you assign a %s page below, which increases compatibility with various plugins and themes.','events-manager'), __('tags','events-manager')); ?>
<?php sprintf(__('<a href="%s">See some more information</a> on how %s work when overriding with formats.','events-manager'), '#', __('tags','events-manager')); //not ready yet, but make translatable ?>
</p>
</div>
<table class="form-table">
<tr>
<th><?php echo sprintf(__( '%s page', 'events-manager'),__('Tags','events-manager')); ?></th>
<td>
<?php wp_dropdown_pages(array('name'=>'dbem_tags_page','selected'=>get_option('dbem_tags_page'), 'show_option_none'=>sprintf(__('[No %s Page]', 'events-manager'),__('Tags','events-manager')) )); ?>
<br />
<em><?php echo sprintf(__( 'This option allows you to select which page to use as the %s page.','events-manager'),__('tags','events-manager'),__('tags','events-manager')); ?></em>
</td>
</tr>
<tr class="em-header">
<td colspan="2">
<h4><?php echo _e('General settings','events-manager'); ?></h4>
<p><?php echo esc_html(sprintf(__('Viewing a general WordPress taxonomy page such as %s will show a list of events just like it would regular posts for a regular category or tag. Below you can edit things such as the order events are displayed, or completely override the archive look with our formats feature.','events-manager'), __('tags', 'events-manager'))); ?></p>
</td>
</tr>
<?php
em_options_radio_binary ( __( 'Override with Formats?', 'events-manager'), 'dbem_cp_tags_formats', sprintf($format_override_tip,__('tags','events-manager')), '', '.em-default-tags-archive-ordering', true);
?>
<tr valign="top" class="em-default-tags-archive-ordering">
<th scope="row"><?php _e('Default event archive ordering','events-manager'); ?></th>
<td>
<select name="dbem_tags_default_archive_orderby" >
<?php foreach($event_archive_orderby_options as $key => $value) : ?>
<option value='<?php echo esc_attr($key) ?>' <?php echo ($key == get_option('dbem_tags_default_archive_orderby')) ? "selected='selected'" : ''; ?>>
<?php echo esc_html($value) ?>
</option>
<?php endforeach; ?>
</select>
<select name="dbem_tags_default_archive_order" >
<?php foreach( $event_archive_order_options as $key => $value) : ?>
<option value='<?php echo esc_attr($key) ?>' <?php echo ($key == get_option('dbem_tags_default_archive_order')) ? "selected='selected'" : ''; ?>>
<?php echo esc_html($value) ?>
</option>
<?php endforeach; ?>
</select>
<br /><?php echo esc_html(sprintf(__('When listing event archives for a %s, this order is applied.', 'events-manager'), __('tag', 'events-manager'))); ?>
</td>
</tr>
<tr class="em-header">
<td colspan="2">
<h4><?php echo sprintf(__('Default %s list options','events-manager'), __('tag','events-manager')); ?></h4>
<p><?php _e('These can be overridden when using shortcode or template tags.','events-manager'); ?></p>
</td>
</tr>
<tr valign="top" id='dbem_tags_default_orderby_row'>
<th scope="row"><?php _e('Default list ordering','events-manager'); ?></th>
<td>
<select name="dbem_tags_default_orderby" >
<?php
$tags_list_orderby_options = apply_filters('em_settings_tags_default_orderby_ddm', array(
'id' => sprintf(__('Order by %s','events-manager'),__('ID','events-manager')),
'count' => sprintf(__('Order by %s','events-manager'),__('Count','events-manager')),
'name' => sprintf(__('Order by %s','events-manager'),__('Name','events-manager')),
'slug' => sprintf(__('Order by %s','events-manager'),__('Slug','events-manager')),
'term_group' => sprintf(__('Order by %s','events-manager'),'term_group'),
));
?>
<?php foreach($tags_list_orderby_options as $key => $value) : ?>
<option value='<?php echo esc_attr($key) ?>' <?php echo ($key == get_option('dbem_tags_default_orderby')) ? "selected='selected'" : ''; ?>>
<?php echo esc_html($value) ?>
</option>
<?php endforeach; ?>
</select>
<select name="dbem_tags_default_order" >
<?php
$ascending = __('Ascending','events-manager');
$descending = __('Descending','events-manager');
$tags_list_order_options = apply_filters('em_settings_tags_default_order_ddm', array(
'ASC' => __('Ascending','events-manager'),
'DESC' => __('Descending','events-manager')
));
?>
<?php foreach( $tags_list_order_options as $key => $value) : ?>
<option value='<?php echo esc_attr($key) ?>' <?php echo ($key == get_option('dbem_tags_default_order')) ? "selected='selected'" : ''; ?>>
<?php echo esc_html($value) ?>
</option>
<?php endforeach; ?>
</select>
<br /><?php echo __('When listing tags, this order is applied.', 'events-manager'); ?>
</td>
</tr>
<?php
em_options_input_text ( __( 'List Limits', 'events-manager'), 'dbem_tags_default_limit', sprintf(__( "This will control how many %s are shown on one list by default.", 'events-manager'),__('tags','events-manager')) );
?>
<tr class="em-header">
<td colspan="2">
<h4><?php echo sprintf(esc_html__('Default %s list options','events-manager'), __('event','events-manager')); ?></h4>
<p><?php echo sprintf(esc_html__('The options below are applied to the %s placeholders.', 'events-manager'), '<code>#_TAGPASTEVENTS</code>, <code>#_TAGNEXTEVENTS</code>, <code>#_TAGALLEVENTS</code>'); ?></p>
</td>
</tr>
<tr valign="top" id='dbem_tag_events_default_orderby_row'>
<th scope="row"><?php _e('Default event list ordering','events-manager'); ?></th>
<td>
<select name="dbem_tag_event_list_orderby" >
<?php foreach($event_list_orderby_options as $key => $value) : ?>
<option value='<?php echo esc_attr($key) ?>' <?php echo ($key == get_option('dbem_tag_event_list_orderby')) ? "selected='selected'" : ''; ?>>
<?php echo esc_html($value); ?>
</option>
<?php endforeach; ?>
</select>
<select name="dbem_tag_event_list_order" >
<?php foreach( $event_list_order_options as $key => $value) : ?>
<option value='<?php echo esc_attr($key) ?>' <?php echo ($key == get_option('dbem_tag_event_list_order')) ? "selected='selected'" : ''; ?>>
<?php echo esc_html($value); ?>
</option>
<?php endforeach; ?>
</select>
<br/>
<em><?php _e('When Events Manager displays lists of events the default behavior is ordering by start date in ascending order. To change this, modify the values above.','events-manager'); ?></em>
</td>
</tr>
<?php
em_options_input_text ( __( 'Event List Limits', 'events-manager'), 'dbem_tag_event_list_limit', sprintf(__( "Controls how many events belonging to a tag are shown per page when using placeholders such as %s. Leave blank for no limit.", 'events-manager'), '<code>#_TAGNEXTEVENTS</code>') );
echo $save_button; ?>
</table>
</div> <!-- . inside -->
</div> <!-- .postbox -->
<?php endif; ?>
<div class="postbox " id="em-opt-other-pages" >
<div class="handlediv" title="<?php __('Click to toggle', 'events-manager'); ?>"><br /></div><h3><span><?php echo sprintf(__('%s Pages','events-manager'),__('Other','events-manager')); ?></span></h3>
<div class="inside">
<p class="em-boxheader"><?php _e('These pages allow you to provide an event management interface outside the admin area on whatever page you want on your website. Bear in mind that this is overridden by BuddyPress if activated.', 'events-manager'); ?></p>
<table class="form-table">
<?php
$other_pages_tip = 'Using the %s shortcode, you can allow users to manage %s outside the admin area.';
?>
<tr class="em-header">
<td colspan="2">
<h4><?php _e('My Bookings','events-manager'); ?></h4>
<p><?php _e('This page is where people that have made bookings for an event can go and view their previous bookings.','events-manager'); ?>
</td>
</tr>
<tr>
<th><?php echo sprintf(__( '%s page', 'events-manager'),__('My bookings','events-manager')); ?>
</th>
<td>
<?php wp_dropdown_pages(array('name'=>'dbem_my_bookings_page', 'selected'=>get_option('dbem_my_bookings_page'), 'show_option_none'=>'['.__('None', 'events-manager').']' )); ?>
<br />
<em><?php echo sprintf(__('Users can view their bookings for other events on this page.','events-manager'),'<code>[my_bookings]</code>',__('bookings','events-manager')); ?></em>
</td>
</tr>
<tr valign="top" id='dbem_bookings_default_orderby_row'>
<th scope="row"><?php _e('Default list ordering','events-manager'); ?></th>
<td>
<select name="dbem_bookings_default_orderby" >
<?php
$orderby_options = apply_filters('em_settings_bookings_default_orderby_ddm', array(
'event_name' => sprintf(__('Order by %s','events-manager'),__('Event Name','events-manager')),
'event_start_date' => sprintf(__('Order by %s','events-manager'),__('Start Date','events-manager')),
'booking_date' => sprintf(__('Order by %s','events-manager'),__('Booking Date','events-manager'))
));
?>
<?php foreach($orderby_options as $key => $value) : ?>
<option value='<?php echo esc_attr($key) ?>' <?php echo ($key == get_option('dbem_bookings_default_orderby')) ? "selected='selected'" : ''; ?>>
<?php echo esc_html($value) ?>
</option>
<?php endforeach; ?>
</select>
<select name="dbem_bookings_default_order" >
<?php
$ascending = __('Ascending','events-manager');
$descending = __('Descending','events-manager');
$order_options = apply_filters('em_settings_bookings_default_order_ddm', array(
'ASC' => __('Ascending','events-manager'),
'DESC' => __('Descending','events-manager')
));
?>
<?php foreach( $order_options as $key => $value) : ?>
<option value='<?php echo esc_attr($key) ?>' <?php echo ($key == get_option('dbem_bookings_default_order')) ? "selected='selected'" : ''; ?>>
<?php echo esc_html($value) ?>
</option>
<?php endforeach; ?>
</select>
</td>
</tr>
<tr class="em-header">
<td colspan="2">
<h4><?php _e('Front-end management pages','events-manager'); ?></h4>
<p><?php _e('Users with the relevant permissions can manage their own events and bookings to these events on the following pages.','events-manager'); ?></p>
</td>
</tr>
<tr>
<th><?php echo sprintf(__( '%s page', 'events-manager'),__('Edit events','events-manager')); ?></th>
<td>
<?php wp_dropdown_pages(array('name'=>'dbem_edit_events_page', 'selected'=>get_option('dbem_edit_events_page'), 'show_option_none'=>'['.__('None', 'events-manager').']' )); ?>
<br />
<em><?php echo sprintf(__('Users can view, add and edit their %s on this page.','events-manager'),__('events','events-manager')); ?></em>
</td>
</tr>
<tr>
<th><?php echo sprintf(__( '%s page', 'events-manager'),__('Edit locations','events-manager')); ?></th>
<td>
<?php wp_dropdown_pages(array('name'=>'dbem_edit_locations_page', 'selected'=>get_option('dbem_edit_locations_page'), 'show_option_none'=>'['.__('None', 'events-manager').']' )); ?>
<br />
<em><?php echo sprintf(__('Users can view, add and edit their %s on this page.','events-manager'),__('locations','events-manager')); ?></em>
</td>
</tr>
<tr>
<th><?php echo sprintf(__( '%s page', 'events-manager'),__('Manage bookings','events-manager')); ?></th>
<td>
<?php wp_dropdown_pages(array('name'=>'dbem_edit_bookings_page', 'selected'=>get_option('dbem_edit_bookings_page'), 'show_option_none'=>'['.__('None', 'events-manager').']' )); ?>
<br />
<em><?php _e('Users can manage bookings for their events on this page.','events-manager'); ?></em>
</td>
</tr>
<?php echo $save_button; ?>
</table>
</div> <!-- . inside -->
</div> <!-- .postbox -->
<?php do_action('em_options_page_footer_pages'); ?>
</div> <!-- .em-menu-pages -->
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists