Event Submission Notification Email with wp-user details

Home Forums Calendar Products Community Events Event Submission Notification Email with wp-user details

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

    How can i put the user-name and user-email in the Community Event Submission Notification Email?
    So like:
    <html>
    <body>

    <?php echo $post->name; ?>

    <?php echo $post->email; ?>


    <?php echo $post->post_title; […]

    #1060584
    Brian
    Member

    Hi,

    Thanks for using our plugins. I can help out here.

    You are not able to add php directly to the comments as it gets stripped out for security.

    I have this snippet that might get you close.

    Add it to your theme’s functions.php to show a edit link and the name of the person submitted the event if they are a user:

    https://gist.github.com/jesseeproductions/49ec468fac6e729c5a11

    Cheers

    #1078176
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Event Submission Notification Email with wp-user details’ is closed to new replies.