I would like to have avatars (photos, actually) for selected members of my forum (moderators, and ranking contributors). I think I can do this by storing the photos on my own server, using member id as the image file name, and then referencing those images through a code addition to topic.asp after (unmodified) line 583 (following this code:
if strShowRank = 2 or strShowRank = 3 then
Response.Write " " & getStar_Level (Reply_MemberLevel, Reply_MemberPosts) & "<br />" & vbNewLine
end if
Response.Write " </p>" & vbNewLine & _
" <p>" & vbNewLine
Can someone tell me if I'm on the right track, or if this has already been done?
I didn't find anything exactly parallel to this in my search for avatar mods.
Thanks.