Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 Zuel's Avatar Add On - Yeah Really! Done. [;)]

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!
Before posting, make sure you have read this topic!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
Zuel Posted - 27 July 2006 : 22:00:26
I am personally sorry for the delay and I hope this mod will still help those who have been waiting.

Zuel's Avatar Addon MOD for Snitz 3.4

This mod is Dependent on Richard Kinser's Avatar Mod.

http://www.snitzbitz.com/mods/details.asp?Version=All&mid=52
http://www.snitzbitz.com/mods/download.asp?mid=52&fid=140

Download: http://www.twistingshadows.com/newforum/Zuelsavatarmod.rar

Update: Beta Version 3 is out. Please see the previous thread for updates and status as in what was request and going on. All reported errors should be fixed.
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=60156

Features:

Forum Members can upload their own avatars.
Forum Members can upload their own Personal avatars. (Personal avatars are not seen by other members. )
Categories allow avatar organization.
Admins and Moderators can moderator avatars by deleting them.
Dynamic Extensions. Admins can specify extensions within the admin panel.
Max file size check to the byte.
Easy interface to select an avatar. Simply click the one you want.
You can specify URLS to images outside of the website.
Integrated with Richard Kinser's Avatar Mod.
Automatically takes the look and feel of your Snitz Board.
Added Tooltips to some of the settings to go in depth with explantions.
Added file size translations to both the Admin Page and Main page. E.g. Doesn't show 100000 anymore, it will show 97.66KB.
Admins can reset a user avatar. (TonyB )
Added limit to the number of personal avatars.
Added uploading history. Admins can view the history of who uploaded which avatar.
Admins can view personal avatar owners.

Version History:

Reworded a few pieces on the Interface to make more sense.
Recoded most of the pages. Before there were two pages and now there are six. I spanned out the functions, classes and sub routines into their own pages for organization.
Added more functionality to Adding Extensions to check if the Extension was valid.
Added an option to change the Avatar path folder. See help readme for more information. To change do so on incAvatarFunctions.asp
Fixed readme.html to match new revisions.
All members can view the Private Folder. (Where Personal Avatars are kept)
Only shows avatars that the user uploaded so they can delete them or reassign them.

Test Account:
http://www.twistingshadows.com/newforum/

tester/tester

This application has been tested with Microsoft Access 2003.

I encourage you to test with other environments to post your results.

If you get any errors please post them below so I can fix them. Please keep in mind this is my first and I am still learning. The code is fully documented and is clean through my eyes. I am here happy to answer any questions you may have.

Cheers!

Daniel M. Dority
a.k.a. Zuel on Snitz Forums<
15   L A T E S T    R E P L I E S    (Newest First)
IWishToLearn Posted - 26 March 2008 : 16:21:08
I added the updated file in the previous post and prob seems to be solved. Thanks!<
IWishToLearn Posted - 26 March 2008 : 16:15:32
I've got the mod installed but I'm having trouble uploading or gallery viewing any avatars. I keep coming up with an error that says Admin options are set wrong or .gif or .jpg are not allowed. The only two file extensions I set as allowed are the .gif or .jpg. Thoughts?<
bud_dadude 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<
n/a 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.<
toth Posted - 10 December 2007 : 20:29:16
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<
ruirib Posted - 15 August 2007 : 16:55:49
I can email it. Email me and I'll reply with the code.<
alltp Posted - 15 August 2007 : 16:20:16
Any chance someone who has this mod could post it on SnitzBitz or email it to me?<
Zuel 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. <
MarkJH 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.<
Swn-Y-Mor Posted - 08 April 2007 : 06:01:55
OK then. I guess not<
Swn-Y-Mor Posted - 31 March 2007 : 11:55:19
His website is still unavailable. Can someone please email me the rar file<
OBmoderator 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<
MarkJH Posted - 06 March 2007 : 11:44:13
quote:
I'll respond back to this with updates on Wednesday.
Zuel? "Wednesday" passed nearly two months ago now.<
Zuel 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.<
MarkJH 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.<

Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.09 seconds. Powered By: Snitz Forums 2000 Version 3.4.07