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

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 MOD: Avatar MOD (version 2.0)
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 12

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 25 March 2001 :  20:48:55  Show Profile
aston, I emailed the file to you.
Go to Top of Page

HellRazor
New Member

59 Posts

Posted - 27 March 2001 :  01:06:24  Show Profile
Richard, the mod works great...thanks a ton!

Question...if someone is using an avatar, can someone else use the same avatar? Or does an admin need to reserve it for someone in order to keep someone else from using it?

Also, one request...I'd like for the dropdown list of available Avatars to be sorted by the assigned name...can you provide code to do that?

Thanks again!

HR

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 27 March 2001 :  01:15:12  Show Profile
quote:
Question...if someone is using an avatar, can someone else use the same avatar? Or does an admin need to reserve it for someone in order to keep someone else from using it?


The Admin has to reserve it for that person.

quote:
Also, one request...I'd like for the dropdown list of available Avatars to be sorted by the assigned name...can you provide code to do that?


in the inc_avatar.asp file on line #81

change this:


strSql = strSql & " ORDER BY " & strTablePrefix & "AVATAR.A_ID ASC;"


to this:


strSql = strSql & " ORDER BY " & strTablePrefix & "AVATAR.A_NAME ASC;"
Go to Top of Page

Sirius
Starting Member

45 Posts

Posted - 02 April 2001 :  20:24:44  Show Profile
Okay, stupid question, but how does one select an avatar once they have been added? When I click on profile, there's no option in that window, and I can't seem to find it anywhere else...
I've done the db mod, and edited the files as directed. I can add/edit avatars from the admin page successfully. Is there something I've missed here?
How is this supposed to go?

Edited by - Sirius on 02 April 2001 20:31:47
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 02 April 2001 :  20:57:07  Show Profile
are you going to the edit profile page or the view profile page?

If you have edited all of the files correctly, when you edit your profile, you should have a place to choose an Avatar.
Go to Top of Page

Sirius
Starting Member

45 Posts

Posted - 02 April 2001 :  23:26:21  Show Profile
ARG! I know I'm prolly just doing something stupid, but I can't find anywhere that I haven't edited the files exactly as directed. I've run the database update, and have added avatars to the db, and can view and edit them fine from the admin page.

Question: When I'm in the edit profile window, should the option to select an avatar be in there regardless of any other forum settings, or does anything else have to be set/checked/etc. in conjunction with this? Because right now the edit profile window doesn't contain any reference to avatars.

Does this help you diagnose which files need fixing? Failing anything from my question above I'm not sure what else to investigate. Maybe I can send you my files for your inspection or something... ?


Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 02 April 2001 :  23:31:30  Show Profile
Can you post a link to your forum so I can take a look at it.
Go to Top of Page

Sirius
Starting Member

45 Posts

Posted - 02 April 2001 :  23:36:33  Show Profile
http://utknights.dhs.org/forum/default.asp

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 02 April 2001 :  23:47:45  Show Profile
Can you e-mail your inc_profile.asp file to richard_kinser@yahoo.com ?

You don't have enough of the other fields turned on to invoke the strUseExtendedProfile to be true, so the section where the Avatar should show up, isn't showing up.

I'll edit your file so that it will show up either way.
Go to Top of Page

Sirius
Starting Member

45 Posts

Posted - 03 April 2001 :  00:05:50  Show Profile
On the way. Thanks!

Go to Top of Page

Giapai
New Member

92 Posts

Posted - 03 April 2001 :  13:23:35  Show Profile  Visit Giapai's Homepage  Send Giapai an ICQ Message
hi,
could you do me a favour and add the codes to these files for me?
pop_profile.asp
register.asp
topic.asp
somehows i cant find the places where i have to add them
tell me if i can send them to you or perhaps someone else can do it for me cause like i said i cant find the places to add the codes
I also have banip installed and email random password mod both from Davio
greetings Giapai


Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 03 April 2001 :  16:05:04  Show Profile
sure, e-mail the files to me and I should be able to edit them tonight and send them back to you.
Go to Top of Page

Giapai
New Member

92 Posts

Posted - 03 April 2001 :  16:31:40  Show Profile  Visit Giapai's Homepage  Send Giapai an ICQ Message
thank you very much

Go to Top of Page

Id
Junior Member

USA
129 Posts

Posted - 03 April 2001 :  22:51:35  Show Profile  Visit Id's Homepage
I'm not sure if I mod'd my forum wrong or if this is just normal, but after selecting an avatar if I go back in to modify my profile it automatically just selects the last avatar on the list and makes that my avatar. If i want to keep the same avatar after editing my profile i have to go back in and reselect it rather than it just staying on the currently selected avatar. Am I doing something wrong here?

Go to Top of Page

babygate
Starting Member

32 Posts

Posted - 03 April 2001 :  23:09:05  Show Profile  Visit babygate's Homepage
quote:

I'm not sure if I mod'd my forum wrong or if this is just normal, but after selecting an avatar if I go back in to modify my profile it automatically just selects the last avatar on the list and makes that my avatar. If i want to keep the same avatar after editing my profile i have to go back in and reselect it rather than it just staying on the currently selected avatar. Am I doing something wrong here?




You are probably missing the following code(in red) in the SQL statement around line 800 in pop_profile.asp. It's the SQL statement for the case "goModify"

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


If it's not there, just add it and it should solve your problem.



BabyGate
http://forum.g4systems.net/babygate/

Edited by - babygate on 03 April 2001 23:10:48
Go to Top of Page
Page: of 12 Previous Topic Topic Next Topic  
Previous Page | Next Page
 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.17 seconds. Powered By: Snitz Forums 2000 Version 3.4.07