Hello,
I installed the avator mod (avatar34.zip), but have this error in topic.asp:
Microsoft VBScript compilation error '800a0400'
Expected statement
/topic.asp, line 795
" <font color=""" & strForumFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """><small>" & Member_Posts & " Posts</small></font></p></td>" & vbNewLine & _
^
The code I'm using:
Response.Write " </p>" & vbNewLine
if Member_Avatar <> "noavatar.gif" then
response.write" <img src=""" & Member_Avatar & """ width=""" & intAvatarWidth & """ height=""" & intAvatarHeight & """ border=""" & intAvatarBorder & """>"
end if
Any ideas? If not, can someone mail me a 3.4.2 topic.asp with the mod code already in it? Thanks (email sven@nt-admin.com)