Recheck that you added the code below in forum.asp:
Look for this code: (at approx line #455)
tM_NAME = 13
tLAST_POST_AUTHOR_NAME = 14
replace it with this code:
tM_NAME = 13
tLAST_POST_AUTHOR_NAME = 14
tT_MSGICON = 15
If you have added any other mods in forum.asp, which have already modified this part, you must continue the numbering from your last number, and not use the ones in the code above.