quote:
Originally posted by leatherlips
On my forum, if a member does not choose an avatar...
In the files where you have that problem (probably topic.asp & profile), look for this phrase:
Member_Avatar <> "noavatar.gif"
Change those lines to something like this:
if (Member_Avatar > " ") and (Member_Avatar <> "noavatar.gif") then
Problem solved.<