Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 topic.asp ver 3.4.05 problems
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

AZOD1
Starting Member

USA
9 Posts

Posted - 31 July 2005 :  23:18:20  Show Profile  Visit AZOD1's Homepage
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
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.29 seconds. Powered By: Snitz Forums 2000 Version 3.4.07