AZOD1
Starting Member
USA
9 Posts |
Posted - 31 July 2005 : 23:18:20
|
Hi Folks; Having a little problem here with topic.asp or at least I think thats were the problem is. After installation of poll mod and Avatar Mod, ( I need to let folks post their personnal Pic (avitar)on our forum. Now I can't get new folks registered and I also can't the the avatar / user pics to work. Here is my code. http://www.azod.chat/topic.txt. I think the problem lies in the last part to the changes to the topic.asc file. __________________________________________________________
Instructions I used. ___________________________________________________________ For snitz 3.4, 3.4.0.1 and 3.4.0.2 follow this step
Look for this code arond line 584
Response.Write " </p>" & vbNewLine & _ " <p><font color=""" & strForumFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """><small>" & Reply_MemberCountry & "</small></font><br />" & vbNewLine & _
Replace that with the following code
Response.Write " </p>" & vbNewLine if Reply_MemberAvatar <> "noavatar.gif" then response.write" <img src=""" & Reply_MemberAvatar & """ width=""" & intAvatarWidth & """ height=""" & intAvatarHeight & """ border=""" & intAvatarBorder & """>" end if response.write " <p><font color=""" & strForumFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """><small>" & Reply_MemberCountry & "</small></font><br />" & vbNewLine & _
_______________________________________________________________ I think I'm a little comfused here so some expert help would be nice. A txt file is for the Thanks very much in advance. Snitz has been great for AZOD.com. I just wish I was better at this sort of stuff. Check out our stats www.azod.com/chat and
Glenn |
Edited by - AZOD1 on 01 August 2005 14:51:48 |
|