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)
 Zuel's Avatar Add On - Yeah Really! Done. [;)]
 New Topic  Reply to Topic
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 11

TonyB7
Junior Member

USA
267 Posts

Posted - 27 August 2006 :  23:15:14  Show Profile  Send TonyB7 an AOL message  Send TonyB7 a Yahoo! Message  Reply with Quote
In Firefox, it's a red diamond. In MSIE, it's a red X. It's not on all of them.

I don't see the reset problem anymore. Dunno what it could have been.<
Go to Top of Page

Zuel
Average Member

USA
540 Posts

Posted - 01 September 2006 :  13:06:09  Show Profile  Visit Zuel's Homepage  Reply with Quote
quote:
Originally posted by TonyB7

In Firefox, it's a red diamond. In MSIE, it's a red X. It's not on all of them.

I don't see the reset problem anymore. Dunno what it could have been.



Oh, thats easy. Move or copy the noavatar.gif into your images folder or the place where you keep all your images for your forum. Throughout the code, I changed the location of that path to be in line with the Forum Image Location like all other images. Because that wasn't done in the first avatar version where I thought it should have been.<

My Completed Mods: News Mod | Zuel's Avatar Add-on
In Development: World of Warcraft Member Roster | [C# Based Forum]

Note - I may take a few days to recieve your email. Hotmail filters all new emails as junk. Would be best to post all questions, concerns in a forum topic to catch my immediate attention. This way others can assist and also correct any similar mistakes.

MSN / E-Mail: ucyimDa_Ruler@Hotmail.com

Personal Bookmarks: How to work a DBS File
Go to Top of Page

Zuel
Average Member

USA
540 Posts

Posted - 01 September 2006 :  13:56:08  Show Profile  Visit Zuel's Homepage  Reply with Quote
This goes to anyone. If you have any problems and it seems I haven't visited in a while then you may contact via email or IM listed below.

I know how it is trying to get something done but the solution is out of reach. I'm usally online logged in somewhere, so leave a message or just drop me an email.

MSN: ucyimDa_Ruler@Hotmail.com - Preferred
Email: ucyimDa_Ruler@Hotmail.com - Second
Work: DorityDM@ci.richmond.va.us - Last

Also keep in mind, I have to dig through my junkmail folder to find you for the first time. May take a few days, IM will help me notice it faster.<

My Completed Mods: News Mod | Zuel's Avatar Add-on
In Development: World of Warcraft Member Roster | [C# Based Forum]

Note - I may take a few days to recieve your email. Hotmail filters all new emails as junk. Would be best to post all questions, concerns in a forum topic to catch my immediate attention. This way others can assist and also correct any similar mistakes.

MSN / E-Mail: ucyimDa_Ruler@Hotmail.com

Personal Bookmarks: How to work a DBS File
Go to Top of Page

TonyB7
Junior Member

USA
267 Posts

Posted - 01 September 2006 :  20:55:09  Show Profile  Send TonyB7 an AOL message  Send TonyB7 a Yahoo! Message  Reply with Quote
quote:
copy the noavatar.gif into your images folder
I already had one in both /images and my avatar folder /pics/avatars/. Since I've changed my avatar path, could there still be a hardcoded path in the code somewhere?<
Go to Top of Page

Zuel
Average Member

USA
540 Posts

Posted - 02 September 2006 :  11:37:57  Show Profile  Visit Zuel's Homepage  Reply with Quote
quote:
Originally posted by TonyB7

quote:
copy the noavatar.gif into your images folder
I already had one in both /images and my avatar folder /pics/avatars/. Since I've changed my avatar path, could there still be a hardcoded path in the code somewhere?



Could be a change somewhere that was left out. I'm sure I hit them all.

Yours is looking in your forum folder. So you need to put it here:
http://www.Shannondale.org/forum/noavatar.gif


<

My Completed Mods: News Mod | Zuel's Avatar Add-on
In Development: World of Warcraft Member Roster | [C# Based Forum]

Note - I may take a few days to recieve your email. Hotmail filters all new emails as junk. Would be best to post all questions, concerns in a forum topic to catch my immediate attention. This way others can assist and also correct any similar mistakes.

MSN / E-Mail: ucyimDa_Ruler@Hotmail.com

Personal Bookmarks: How to work a DBS File
Go to Top of Page

TonyB7
Junior Member

USA
267 Posts

Posted - 02 September 2006 :  15:35:58  Show Profile  Send TonyB7 an AOL message  Send TonyB7 a Yahoo! Message  Reply with Quote
That fixes it, but I wonder why it's looking there?<
Go to Top of Page

Zuel
Average Member

USA
540 Posts

Posted - 03 September 2006 :  10:11:04  Show Profile  Visit Zuel's Homepage  Reply with Quote
quote:
Originally posted by TonyB7

That fixes it, but I wonder why it's looking there?



You would have to search through your inc_profile.asp and pop_profile.asp for noavatar.gif and see how its linked up.<

My Completed Mods: News Mod | Zuel's Avatar Add-on
In Development: World of Warcraft Member Roster | [C# Based Forum]

Note - I may take a few days to recieve your email. Hotmail filters all new emails as junk. Would be best to post all questions, concerns in a forum topic to catch my immediate attention. This way others can assist and also correct any similar mistakes.

MSN / E-Mail: ucyimDa_Ruler@Hotmail.com

Personal Bookmarks: How to work a DBS File
Go to Top of Page

TonyB7
Junior Member

USA
267 Posts

Posted - 03 September 2006 :  22:27:31  Show Profile  Send TonyB7 an AOL message  Send TonyB7 a Yahoo! Message  Reply with Quote
Hm. There are no instances of noavatar.gif in my inc_profile.asp. There are 4 in pop_profile.asp, but none of them seem to be 'linked' to anything.
quote:
" <input type=""hidden"" name=""AVATAR_URL"" value=""noavatar.gif"">" & vbNewLine & _
...align=""center""><img src=""" & imagestrurl & "noavatar.gif"" width=""" & intAvatarWidth & """ height=""" &...
Case "on": strsql = strsql & ", M_AVATAR_URL = 'noAvatar.gif'"
Case "on": strsql = strsql & ", M_AVATAR_URL = 'noAvatar.gif'"

<
Go to Top of Page

libertariandeist
Starting Member

1 Posts

Posted - 13 September 2006 :  13:34:24  Show Profile  Visit libertariandeist's Homepage  Reply with Quote
I'm having a problem with the avatars showing up in the forum. If I remove the noavatar.gif, I can see them in the moderator view (with a broken link X above). However, in the actual posts I am unable to view ANYTHING- with or without the noavatar.gif file loaded. I've made sure to create my own clear gif just to see if maybe that's what was wrong and still have the same issue. To do some more testing I created a black gif to use and it's covering all as it should - and it displays. However, nothing I do seems to cause the avatar to display in the posts. Has anyone had this problem and can anyone suggest a way/code to remove the "security" of the noavatar.gif???? Any help is greatly appreciated. BTW, THANK YOU FOR PUTTING YOUR HARD WORK IN FOR THIS MOD!!!<
Go to Top of Page

TonyB7
Junior Member

USA
267 Posts

Posted - 14 September 2006 :  14:40:27  Show Profile  Send TonyB7 an AOL message  Send TonyB7 a Yahoo! Message  Reply with Quote
To clarify, you still see the avatars you had before you installed this mod?
<
Go to Top of Page

Zuel
Average Member

USA
540 Posts

Posted - 15 September 2006 :  00:11:35  Show Profile  Visit Zuel's Homepage  Reply with Quote
Hey there,

Post a link to your forum or if you prefer, send a link to some screenshots so I can help you fix this.

I need to see the actually topic.asp like this one so I can see how it is currently displaying and also the source code. By that I mean right click on browser and hit view source. I'm interested in how it looks in HTML.

Send me those and we'll go from there.<

My Completed Mods: News Mod | Zuel's Avatar Add-on
In Development: World of Warcraft Member Roster | [C# Based Forum]

Note - I may take a few days to recieve your email. Hotmail filters all new emails as junk. Would be best to post all questions, concerns in a forum topic to catch my immediate attention. This way others can assist and also correct any similar mistakes.

MSN / E-Mail: ucyimDa_Ruler@Hotmail.com

Personal Bookmarks: How to work a DBS File
Go to Top of Page

OBmoderator
New Member

98 Posts

Posted - 01 October 2006 :  01:44:49  Show Profile  Reply with Quote
Zuel,
This is the version I downloaded and installed today.
The issue I have is if I upload an avatar for a member and then assign it to them in edit/review avatars it says they own it.
When I view all avatars using frmAvatarMain.asp it shows it belongs to them.
When they log on they can't see it. It doesn't show in their personal avatar section.
If I upload the same one to the general avatar folder and assign it to them like above everyone sees it and can use it
Did I do something wrong or is this a glitch.
Everything else works GREAT!

Mike<
Go to Top of Page

Zuel
Average Member

USA
540 Posts

Posted - 01 October 2006 :  11:23:50  Show Profile  Visit Zuel's Homepage  Reply with Quote
Post a link to your forum.

This mod allows users to upload their own avatars. You don't need to upload anything for them. Access the Admin Panel and allow users to upload to a category, once they upload an avatar they will be assigned that avatar.<

My Completed Mods: News Mod | Zuel's Avatar Add-on
In Development: World of Warcraft Member Roster | [C# Based Forum]

Note - I may take a few days to recieve your email. Hotmail filters all new emails as junk. Would be best to post all questions, concerns in a forum topic to catch my immediate attention. This way others can assist and also correct any similar mistakes.

MSN / E-Mail: ucyimDa_Ruler@Hotmail.com

Personal Bookmarks: How to work a DBS File
Go to Top of Page

OBmoderator
New Member

98 Posts

Posted - 01 October 2006 :  12:50:58  Show Profile  Reply with Quote
Yes zuel,
That's why we went with your mod. That and the fact it list the thumbs of the public avatars.
Very professional.
This was for our technically challanged users.
Here is a link to our main forum
http://www.orientbeach.com/sxmforum2006/
If we lost the assign feature no big deal they will just have to figure it out on their own.
<
Go to Top of Page

Zuel
Average Member

USA
540 Posts

Posted - 01 October 2006 :  16:54:31  Show Profile  Visit Zuel's Homepage  Reply with Quote
quote:
Originally posted by OBmoderator

Yes zuel,
That's why we went with your mod. That and the fact it list the thumbs of the public avatars.
Very professional.
This was for our technically challanged users.
Here is a link to our main forum
http://www.orientbeach.com/sxmforum2006/
If we lost the assign feature no big deal they will just have to figure it out on their own.




I'm not understanding your question or concern.

I registered on your forum.

In the Avatars Category, I selected an avatar by just clicking on it. It assigned it to me which is working as intended.

In the personal avatars category I uploaded my very own avatar, and it assigned it to me. Which is working as intended.

In the edit/review avatars, it only shows who uploaded it.<

My Completed Mods: News Mod | Zuel's Avatar Add-on
In Development: World of Warcraft Member Roster | [C# Based Forum]

Note - I may take a few days to recieve your email. Hotmail filters all new emails as junk. Would be best to post all questions, concerns in a forum topic to catch my immediate attention. This way others can assist and also correct any similar mistakes.

MSN / E-Mail: ucyimDa_Ruler@Hotmail.com

Personal Bookmarks: How to work a DBS File
Go to Top of Page
Page: of 11 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.15 seconds. Powered By: Snitz Forums 2000 Version 3.4.07