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

    Please, does anybody know how to change the template for the little "email message" that is sent from the "view user profile" (&service=viewprofile) ?.
    I noticed that the email message will arrive almost empty if there’s no user curretly logged in, so I would like to change that and some other details.

    Your help will be appreciated.

    thanks.

    Mc
      • 4041
      • 788 Posts
      Not exactly sure this is what you are looking for, but check the webloginpe.templates.php file around line 408 in the $wlpeViewProfileTpl section which is the form itself, then the mail sending code is in webloginpe.class.php around line 1722 in the function SendMessageToUser() section.

      * note that line numbers may not be precise depending on which version you are using *
        xforum
        http://frsbuilders.net (under construction) forum for evolution
        • 18878
        • 210 Posts
        Quote from: Breezer at Sep 02, 2008, 11:07 AM

        Not exactly sure this is what you are looking for, but check the webloginpe.templates.php file around line 408 in the $wlpeViewProfileTpl section which is the form itself, then the mail sending code is in webloginpe.class.php around line 1722 in the function SendMessageToUser() section.

        * note that line numbers may not be precise depending on which version you are using *

        Thanks a lot Breezer!