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
 avatar problems
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

mneedham
New Member

United Kingdom
84 Posts

Posted - 25 June 2001 :  11:26:27  Show Profile
in the readme file it says this:

*******************************
In the file: POP_PROFILE.ASP *
*******************************

Below this line: (you will need to do this for both occurences of this line) (around line #616 & #722)
----------------

strsql = strsql & ", " & strMemberTablePrefix & "MEMBERS.M_PHOTO_URL"

Add this line:
--------------

strsql = strsql & ", " & strMemberTablePrefix & "MEMBERS.M_AVATAR_URL"



Below this code: (you will need to do this for both occurences of this code) (around line #870 & #1058)
----------------

if strPicture = "1" then
strsql = strsql & ", M_PHOTO_URL = '" & ChkString(Request.Form("Photo_URL"),"") & "'"
end if

Add this line:
--------------

strsql = strsql & ", M_AVATAR_URL = '" & ChkString(Request.Form("Avatar_URL"),"") & "'"

however, my pop_profile only has 62 lines so this has left me somewhat confused

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 25 June 2001 :  15:00:08  Show Profile
something is wrong with your pop_profile.asp file if it's only got 62 lines. You should try to get a fresh copy of it from the .zip file you downloaded from here.
Go to Top of Page

Bear the gozerian
Starting Member

21 Posts

Posted - 25 June 2001 :  16:51:14  Show Profile
It does says those lines, and I have them

Go to Top of Page

mneedham
New Member

United Kingdom
84 Posts

Posted - 25 June 2001 :  17:02:06  Show Profile
Yeh its ok now I found out why that had happened

Go to Top of Page
  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.34 seconds. Powered By: Snitz Forums 2000 Version 3.4.07