@Boofoo:
There are two ways, it depends on what you want:
first find
Code:
eval("\$messages .= \"".gettemplate("privbackup_message")."\";");
right before it insert
Code:
$message[message]=nl2br($message[message]);
or
Code:
$message[message]=pmcodeparse($message[message],0,$allowsmilies);
With the first one, the Linebreaks would show up correctly, the second one shows the message as it would be shown in the board (with smillies, lists, ... ) (but the paths to images are relative, so you wont ?see the smilies, if you save it to disk)
Hope that helps you
Maybe I find a way to include the first one in the next release...
Cano2