Don't forget inc_func_posting.asp .
Find this:
fString = replace(fString, "<pre id=""code""><font face=""courier"" size=""" & strDefaultFontSize & """ id=""code"">","[code]", 1, -1, 1)
fString = replace(fString, "</font id=""code""></pre id=""code"">","[/code]", 1, -1, 1)
And change to this:
fString = replace(fString, "<pre id=""code""><font face=""courier"" size=""" & strDefaultFontSize & """ color=""green"" id=""code"">","[code]", 1, -1, 1)
fString = replace(fString, "</font id=""code""></pre id=""code"">","[/code]", 1, -1, 1)
The replaced code has to be identical in inc_func_common and inc_func_posting or it wont work .
I seen MYLES & Dayves' bold trick with the code tags, up above and I just had to change mine .