Author |
Topic |
tribaliztic
Senior Member
Sweden
1532 Posts |
Posted - 31 January 2007 : 03:15:18
|
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 -
|
|
|
garyrobar
New Member
Canada
90 Posts |
Posted - 31 January 2007 : 07:49:48
|
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 |
|
|
MarkJH
Senior Member
United Kingdom
1722 Posts |
Posted - 31 January 2007 : 11:26:37
|
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/ |
|
|
Zuel
Average Member
USA
540 Posts |
Posted - 10 February 2007 : 19:13:08
|
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
|
|
|
MarkJH
Senior Member
United Kingdom
1722 Posts |
|
OBmoderator
New Member
98 Posts |
Posted - 13 March 2007 : 11:40:22
|
is the version with the fixes mentioned available yet? I just went to Zuels web and it said the account was suspended< |
|
|
Swn-Y-Mor
New Member
90 Posts |
Posted - 31 March 2007 : 11:55:19
|
His website is still unavailable. Can someone please email me the rar file< |
|
|
Swn-Y-Mor
New Member
90 Posts |
Posted - 08 April 2007 : 06:01:55
|
OK then. I guess not< |
|
|
MarkJH
Senior Member
United Kingdom
1722 Posts |
Posted - 02 July 2007 : 15:37:34
|
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/ |
|
|
Zuel
Average Member
USA
540 Posts |
Posted - 02 July 2007 : 16:31:14
|
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
|
|
|
alltp
Starting Member
36 Posts |
Posted - 15 August 2007 : 16:20:16
|
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 |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
toth
Starting Member
Belgium
13 Posts |
|
n/a
deleted
6 Posts |
Posted - 21 February 2008 : 03:53:24
|
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 |
|
|
bud_dadude
Starting Member
Australia
21 Posts |
Posted - 23 March 2008 : 06:39:53
|
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 |
|
|
Topic |
|