We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 8489
    • 90 Posts
    Hello,

    When a user register, the manager of the site will receive a notification email with the details of the user.

    This is the notifyTpl with place holders:

    Name: [+post.fullname+]
    Fax: [+post.fax+]
    Photo: [+post.photo+]
    E-mail address: [+uem+]

    All placeholders input are printed out right in the notification email, except for the placeholder [+post.photo+] which prints out like:

    Name: Edski
    Fax: 123
    Photo: [+post.photo+]
    E-mail address: [email protected]


    P.S. When a user register, the photo is uploaded and accessible in the modx manager so the upload is successful.
    I only can’t manage to include the placeholder [+post.photo+] in the notifyTpl to notify the site manager that the new user has upload a user photo.

    Thanks,
    Edski