Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter systus232

    (@systus232)

    Hi,

    I have add the lines

    $body = str_replace( ‘[POLL_NAME]’, $this->poll[‘name’], $poll_options[’email_notifications_body’] );

    $user_info = get_userdata($voter[‘user_id’]);
    $body = str_replace( ‘[EMAIL_USER]’, $user_info->user_email , $body );
    $body = str_replace( ‘[NAME_USER]’, $user_info->user_lastname , $body );

    $body = str_replace( ‘[QUESTION]’, $this->poll[‘question’], $body );

    And into the Yop Poll

    <p>Un nouveau vote [VOTE_DATE] pour [POLL_NAME]</p>

    <p>Details:</p>

    [QUESTION]

    <p><b>Réponse:</b>

    [ANSWERS]

    </p>

    <p><b>VoteID:</b>
    [VOTE_ID]</p>

    [EMAIL_USER] and [NAME_USER]

    But I get

    Details:
    Votez pour le thème que vous voulez voir créé par Hypnose Attitude.
    Réponse:
    Prendre confiance
    VoteID:
    vote_id_54108f39629f2
    [EMAIL_USER] and [NAME_USER]

    Where is my mistake?

    Regards

    Thread Starter systus232

    (@systus232)

    Hi Yop,

    thanks that’s better, If I have a registered user what are the values I should add? I need their email adress and last_name?

    Thanks and regards

    Hi,

    i have exactly the same issue. And I have just install a fresh 2.1.6 release.

    Needs some help as well

Viewing 3 replies - 1 through 3 (of 3 total)