author details in email

Home Forums Calendar Products Community Events author details in email

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1069480
    Philip Nederkoorn
    Participant

    When someone post an event… how can i get the autor detail such as name and email in the confirm (concept) mail?

    Best regards
    Philip Nederkoorn

    #1069488
    George
    Participant

    Hey Philip,

    Doing this would unfortunately require custom coding. I say “unfortunately” because we cannot help with custom coding 🙁 See the “Product Support” section here for more information on this → http://theeventscalendar.com/terms

    What I wrote above is true, and the support we can provide here is very limited but still, I’m wondering: when you say, “autor detail such as name and email,” who is the “autor”? Do you mean the name and email of the person who submitted the event? Or the name and email of the “Organizer” that is entered for the event submission?

    Thank you,
    George

    #1074816
    Philip Nederkoorn
    Participant

    I solve this with adding this:
    $user = get_user_by( ‘id’, $post->post_author );
    echo ‘

    naam: ‘ . $user->user_login . ‘

    ‘;
    echo ‘

    email: ‘ . $user->user_email . ‘

    ‘;
    to email-template.php
    thnx!

    #1075079
    George
    Participant

    Nice, thanks for sharing your solution @nederkoorn!

    Keep good backups of all custom code like this, just in case it gets lost in a theme or plugin update which can sometimes happen….

    Best of luck with your project,
    George

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘author details in email’ is closed to new replies.