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

tribaliztic
Senior Member

Sweden
1532 Posts

Posted - 31 January 2007 :  03:15:18  Show Profile  Visit tribaliztic's Homepage  Send tribaliztic an ICQ Message  Reply with Quote
quote:
Originally posted by Zuel


Trib usually IM's me at 2-3AM which I don't recommend.



Hey, is it my fault that you live on the wrong side of the planet? =)

Sorry to hear about your sites...
<

/Tribaliztic
- www.gotlandrace.se -
Go to Top of Page

garyrobar
New Member

Canada
90 Posts

Posted - 31 January 2007 :  07:49:48  Show Profile  Visit garyrobar's Homepage  Reply with Quote
I'd like to recommend NOT displaying the avatar images the way this mod suggests. With most new browsers, they don't display properly, and the code is more bloated than it needs to be.

CURRENTLY, the mod uses tables to display the avatar images. Notice that EVERY display also calls up noavatar.gif:


<table style="background-image: url( ); background-repeat: no-repeat; background-position: center;" border="0" cellpadding="0" cellspacing="0" height="64" width="64">
<tr>
<td align="center"><img src="noavatar.gif" border="0" height="96" width="96"></td>
</tr>
</table>


I suggest using IF statements and DIV files to ensure proper display. This will also allow you to use a non-blank, non-transparent "noavatar.gif" image if you want:
("memberavatarvariable" would differ from spot to spot, and would be the data from the member table that says where to find the users avatar. If the user doesn't have one, then we show "noavatar.gif"...

if isnull(memberavatarvariable) or memberavatarvariable = "" or memberavatarvariable = " " then

<div style="background-image: url(noavatar.gif); background-repeat: no-repeat; background-position: center;" border="0" cellpadding="0" cellspacing="0" height="" & incAvatarHeight & "" width="" & incAvatarWidth & ""></div>

Else

<div style="background-image: url(path-to-member-avatar/avatar.gif); background-repeat: no-repeat; background-position: center;" border="0" cellpadding="0" cellspacing="0" height="" & incAvatarHeight & "" width="" & incAvatarWidth & ""></div>

end if
<

SEO For Snitz Forum
Go to Top of Page

MarkJH
Senior Member

United Kingdom
1722 Posts

Posted - 31 January 2007 :  11:26:37  Show Profile  Visit MarkJH's Homepage  Reply with Quote
quote:
Notice that EVERY display also calls up noavatar.gif
But that does make it a heck of a lot harder for people to 'hotlink' your avatars. Too much bother for most people.<

Bandlink.net - http://www.bandlink.net/
Bandlink Music Forums - http://www.bandlink.net/forum/
Go to Top of Page

Zuel
Average Member

USA
540 Posts

Posted - 10 February 2007 :  19:13:08  Show Profile  Visit Zuel's Homepage  Reply with Quote
quote:
Originally posted by garyrobar

I'd like to recommend NOT displaying the avatar images the way this mod suggests. With most new browsers, they don't display properly, and the code is more bloated than it needs to be.

CURRENTLY, the mod uses tables to display the avatar images. Notice that EVERY display also calls up noavatar.gif:


<table style="background-image: url( ); background-repeat: no-repeat; background-position: center;" border="0" cellpadding="0" cellspacing="0" height="64" width="64">
<tr>
<td align="center"><img src="noavatar.gif" border="0" height="96" width="96"></td>
</tr>
</table>


I suggest using IF statements and DIV files to ensure proper display. This will also allow you to use a non-blank, non-transparent "noavatar.gif" image if you want:
("memberavatarvariable" would differ from spot to spot, and would be the data from the member table that says where to find the users avatar. If the user doesn't have one, then we show "noavatar.gif"...

if isnull(memberavatarvariable) or memberavatarvariable = "" or memberavatarvariable = " " then

<div style="background-image: url(noavatar.gif); background-repeat: no-repeat; background-position: center;" border="0" cellpadding="0" cellspacing="0" height="" & incAvatarHeight & "" width="" & incAvatarWidth & ""></div>

Else

<div style="background-image: url(path-to-member-avatar/avatar.gif); background-repeat: no-repeat; background-position: center;" border="0" cellpadding="0" cellspacing="0" height="" & incAvatarHeight & "" width="" & incAvatarWidth & ""></div>

end if




Good suggestion. I haven't gotten into much CSS but I have jumped into it within the past few months. I'll be sure to include that update.

Update: I got one site up, just gotta fix some tables then create the next one. Other then that I should hop on it soon. Should go smoother since I figured out the host now.<

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

MarkJH
Senior Member

United Kingdom
1722 Posts

Posted - 06 March 2007 :  11:44:13  Show Profile  Visit MarkJH's Homepage  Reply with Quote
quote:
I'll respond back to this with updates on Wednesday.
Zuel? "Wednesday" passed nearly two months ago now.<

Bandlink.net - http://www.bandlink.net/
Bandlink Music Forums - http://www.bandlink.net/forum/
Go to Top of Page

OBmoderator
New Member

98 Posts

Posted - 13 March 2007 :  11:40:22  Show Profile  Reply with Quote
is the version with the fixes mentioned available yet?
I just went to Zuels web and it said the account was suspended<
Go to Top of Page

Swn-Y-Mor
New Member

90 Posts

Posted - 31 March 2007 :  11:55:19  Show Profile  Reply with Quote
His website is still unavailable. Can someone please email me the rar file<
Go to Top of Page

Swn-Y-Mor
New Member

90 Posts

Posted - 08 April 2007 :  06:01:55  Show Profile  Reply with Quote
OK then. I guess not<
Go to Top of Page

MarkJH
Senior Member

United Kingdom
1722 Posts

Posted - 02 July 2007 :  15:37:34  Show Profile  Visit MarkJH's Homepage  Reply with Quote
Zuel, I see that you're active again. Any chance of getting those annoying last few bugs sorted? Really, if members could delete their own avatars it would be about done.<

Bandlink.net - http://www.bandlink.net/
Bandlink Music Forums - http://www.bandlink.net/forum/
Go to Top of Page

Zuel
Average Member

USA
540 Posts

Posted - 02 July 2007 :  16:31:14  Show Profile  Visit Zuel's Homepage  Reply with Quote
quote:
Originally posted by MarkJH

Zuel, I see that you're active again. Any chance of getting those annoying last few bugs sorted? Really, if members could delete their own avatars it would be about done.



I'm working on 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

alltp
Starting Member

36 Posts

Posted - 15 August 2007 :  16:20:16  Show Profile  Visit alltp's Homepage  Reply with Quote
Any chance someone who has this mod could post it on SnitzBitz or email it to me?<

John Hill
www.alltp.com
www.tabletpcbuzz.com
www.tabletpcbuzz.com/3dbuzz
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 15 August 2007 :  16:55:49  Show Profile  Send ruirib a Yahoo! Message  Reply with Quote
I can email it. Email me and I'll reply with the code.<


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

toth
Starting Member

Belgium
13 Posts

Posted - 10 December 2007 :  20:29:16  Show Profile  Visit toth's Homepage  Reply with Quote
For all you guys, I uploaded the ZUELS AVATAR ADDON to SnitzBitz.

Here's the link:
DETAILS:
http://www.snitzbitz.com/mods/details.asp?Version=All&mid=52

DOWNLOAD:
http://www.snitzbitz.com/mods/download.asp?mid=52&fid=359<
Go to Top of Page

n/a
deleted

6 Posts

Posted - 21 February 2008 :  03:53:24  Show Profile  Reply with Quote
quote:
Originally posted by lukenet

Same problem here, forum admin can see personal avatars, but normal member can't see uploaded personal avatar... waiting for a fix

In scouring a LOT of posts about this issue, I couldn't find anything that says it was fixed. I have the most
recent download available for Zuel's avatar MOD and had the same issue, so I fixed it and thought I would
post instructions here for anyone else who wants to fix theirs.

So. Open incAvatarData.asp and look for the following at about line 54:

'=== Loop Through Record Sets ===
For iCat = 0 to iCatCount
strCatName = categoryResults(0, iCat)
Select Case (Request.QueryString("Select"))
Case privateFolderName, "ViewAll"
If (mLev = 4) Then
setCategoryInformation(privateFolderName)
Exit For


Change (mLev = 4) to (mLev > 0). Save. Users can now see and delete their own avatars by clicking on the
Personal (or whatever label you are using for private avatars) category.

Thank you for a terrific MOD, Zuel. Two thumbs up from me.<

Edited by - n/a on 21 February 2008 03:57:16
Go to Top of Page

bud_dadude
Starting Member

Australia
21 Posts

Posted - 23 March 2008 :  06:39:53  Show Profile  Visit bud_dadude's Homepage  Reply with Quote
Cool. Thanks Shmanny. That has been bugging me for a while.
I have modified incAvatarData.asp slightly so it looks nicer and also fixed the bug where avatars with spaces in their file names don't display
correctly in the gallery.
You can download the updated file from here http://slender.mine.nu/incAvatarData.zip

I have put a link on the page as well to a web based picture editor. Most of my users need something simple to create their avatars. :-)

It would be nice if someone could add this to the original package so save others the hassle

Have fun<

Edited by - bud_dadude on 23 March 2008 06:42:10
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.1 seconds. Powered By: Snitz Forums 2000 Version 3.4.07