when i reply the private message to other members
it shows
-- Previous Private Message --
Sent by : forum members
Sent : 2005-03-01 at 13:22
00000000000000000000
not
-- Previous Private Message --
Sent by : jmser
Sent : 2005-03-01 at 13:22
00000000000000000000
|
so i add a little code in pm_new_message_form.asp to change it
pm_new_message_form.asp
find
'Place a couple of carridge returns infront of the reply pm
strMessage = vbCrLf & vbCrLf & vbCrLf & strMessage
change
'Place a couple of carridge returns infront of the reply pm
strMessage = vbCrLf & vbCrLf & vbCrLf & "[ QUOTE]" & strMessage & "[/ QUOTE]"
i test it,and it is ok
maybe it is useful
Edited by jmser - 01 March 2005 at 12:37am