Events Made Easy Forums Bug fixed or feature request implemented Array in hook eme_update_event_action misses "event_id" and "event_author"

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #43508
    Anonymous
    Inactive

    This is my code :

    add_action(’eme_update_event_action’,’email_to_confirm’);

    function email_to_confirm($event) {

    $to = the_author_meta(‘user_email’,$event);

    $subject = ‘Published activity’;

    $message = “Hello…”;

    echo “Email :”.get_the_author_meta(‘user_email’,$event).””;

    print_r($event);

    }

    The result of print_r =

    Array ( [event_name] => test [event_status] => 2 [event_start_date] => 2011-09-22 [event_end_date] => 2011-09-22 [event_start_time] => 00:00:00 [event_end_time] => 00:00:00 [event_rsvp] => 0 [rsvp_number_days] => 0 [registration_requires_approval] => 0 [registration_wp_users_only] => 0 [event_seats] => 0 [use_paypal] => 0 [price] => 0 [currency] => EUR [event_contactperson_id] => -1 [event_notes] => test234567 [event_page_title_format] => [event_single_event_format] => [event_contactperson_email_body] => [event_respondent_email_body] => [event_url] => [event_slug] => test/ [event_category_ids] => [event_attributes] => a:0:{} [location_id] => 0 [recurrence_id] => 0 [modif_date] => 2011-09-09 14:25:48 [modif_date_gmt] => 2011-09-09 18:25:48 )

    #48656
    Franky
    Keymaster
    #48657
    Anonymous
    Inactive

    Since the last update (Version 4.0.1), In the hook add_action(’eme_update_event_action’,’email_to_confirm’); I do not see anymore the . Could you check this?

    #48658
    Franky
    Keymaster

    Errr … did you check the mentioned changeset? It is for 4.0.2:

    Bugfix: array in hook eme_update_event_action missed event_id and event_author

    #48659
    Anonymous
    Inactive

    When I activate the plugin with the new files in Trunk, I always have this message : Warning: the plugin ‘Events Management Extended’ is being renamed to ‘Events Made Easy’. To switch to the renamed plugin: just deactivate the plugin ‘Events Management Extended’ and download and activate the new plugin ‘Events Made Easy’.

    The message is always there even if I desactivate and reactivate the plugin…

    #48660
    Franky
    Keymaster

    @nicomania: please don’t hijack a bug report for something about trunk.

    #48661
    Anonymous
    Inactive

    Sorry. I will know this for the future.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.
Scroll to Top