Update Version 2.3 - minor template mod
I realized that I forgot to do something simple when I released the hack - include the name of the PM sender and time of PM in the automatic quote section.
To update from 2.2 to 2.3 is easy:
In the "privmsg" template, find:
Code:
[quote]
$pmquote
[/quote]
Replace with:
Code:
[quote]
$fromuserinfo[username] wrote on $message[postdate] $message[posttime]:
$pmquote
[/quote]
Done!