events->link . 'my-events/'; //url to this page $order = ( !empty($_REQUEST ['order']) ) ? $_REQUEST ['order']:'ASC'; $limit = ( !empty($_REQUEST['limit']) ) ? $_REQUEST['limit'] : 20;//Default limit $page = ( !empty($_REQUEST['pno']) ) ? $_REQUEST['pno']:1; $offset = ( $page > 1 ) ? ($page-1)*$limit : 0; $EM_Events = EM_Events::get( array('group'=>'my','scope'=>'future', 'limit' => 0, 'order' => $order) ); $events_count = count ( $EM_Events ); $future_count = EM_Events::count( array('status'=>1, 'owner' =>get_current_user_id(), 'scope' => 'future')); $pending_count = EM_Events::count( array('status'=>0, 'owner' =>get_current_user_id(), 'scope' => 'all') ); $use_events_end = get_option('dbem_use_event_end'); echo $EM_Notices; ?>
event_name); ?>
can_manage('manage_bookings','manage_others_bookings') && get_option('dbem_rsvp_enabled') == 1 && $event->event_rsvp == 1 ){
?>
– : get_bookings()->get_booked_spaces()."/".$event->get_spaces(); ?> | : get_bookings()->get_pending_spaces(); ?> |
+ |
name) ) : ?>
: name ?> |
start_time, 0, 5 ) . " - " . substr ( $event->end_time, 0, 5 ); ?> |
is_recurrence() && $event->can_manage('edit_events','edit_others_events') ) {
$recurrence_delete_confirm = __('WARNING! You will delete ALL recurrences of this event, including booking history associated with any event in this recurrence. To keep booking information, go to the relevant single event and save it to detach it from this recurrence series.','dbem');
?>
get_recurrence_description(); ?> |