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
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 *