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/O Code)
 Avatar Idea - Comment?
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Zuel
Average Member

USA
540 Posts

Posted - 02 November 2005 :  22:11:58  Show Profile  Visit Zuel's Homepage  Reply with Quote
Alot of members have been asking if they can use a larger image like 96 by 96. But on the other hand other users have images that are 64 by 64. With the current avatar mods there doesn't seem anything that allows images of different sizes to co-exist.

I plan to use something that will fix that problem. Instead of using images to show images, I plan to make it a background image with an inline style.

Features:

(1)If user does not have an avatar assigned, it simply replaces it with a transparent image showing the background color of your snitz forum.

(2)Any type of image under 96 by 96 can be used. If it is small it will appear in the middle of the table. If the image is too big, it will show, but will get cut off accordingly. That should be enough to tell the user to select a new avatar.

(3)In line style is compatible with all broswers.

(4)Will be included in my add on

Good or bad idea? Discuss.<

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

MarcelG
Retired Support Moderator

Netherlands
2625 Posts

Posted - 03 November 2005 :  03:49:37  Show Profile  Visit MarcelG's Homepage  Reply with Quote
Well, had the same challenge, but I 'solved' it in a different way.
I simply removed the fixed dimensions (in topic.asp) and approve/reject avatars upon upload.

I've inserted a blank avatar, called noavatar.gif, and use this code to replace a non-assigned avatar :
if Member_Avatar <> strImageURL & "noavatar.gif" or Member_Avatar <> "" then
	    Response.Write "<img src=""" & STRFORUMURL & Member_Avatar & """ border=""" & intAvatarBorder & """>"
end if
<

portfolio - linkshrinker - oxle - twitter

Edited by - MarcelG on 03 November 2005 03:52:07
Go to Top of Page

Zuel
Average Member

USA
540 Posts

Posted - 03 November 2005 :  07:59:13  Show Profile  Visit Zuel's Homepage  Reply with Quote
quote:
I simply removed the fixed dimensions (in topic.asp) and approve/reject avatars upon upload.


Did you remove both fixed demensions and approve/reject avatars upon upload? Or just fixed demensions?

And how are you making sure the image isn't 1000 by 500?

As for the approving and rejecting, I'm trying to keep the Admins and Mods out of the loop in a way where they still moderate avatars without having to go into the admin panel.<

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

Edited by - Zuel on 03 November 2005 08:01:40
Go to Top of Page

MarcelG
Retired Support Moderator

Netherlands
2625 Posts

Posted - 03 November 2005 :  08:15:53  Show Profile  Visit MarcelG's Homepage  Reply with Quote
Sorry, I now see my sentence wasn't making sense
I removed the fixed dimensions, and added approval/rejection for the uploaded avatars.
If a user uploads an avatar that's too big (in both filesize as well as dimensions), the avatar is rejected.
This can be done only by administrators at this moment. I'm not really sure which avatar Mod I'm using at oxle ; I manually took it from the CrashCode script, and added it to the base install.
If you want you can rip some of my code <

portfolio - linkshrinker - oxle - twitter

Edited by - MarcelG on 03 November 2005 08:17:48
Go to Top of Page

Zuel
Average Member

USA
540 Posts

Posted - 03 November 2005 :  08:39:36  Show Profile  Visit Zuel's Homepage  Reply with Quote
Ah I see. After spending a few minutes playing with the flash header, I went to the forums and saw your forum basically does the same thing I'm doing.

I don't need the code but I'm sure someone will.

Thanks for the feedback! I'll put a demo up soon, I took my other test forum down <

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

MarcelG
Retired Support Moderator

Netherlands
2625 Posts

Posted - 03 November 2005 :  09:13:26  Show Profile  Visit MarcelG's Homepage  Reply with Quote
quote:
Originally posted by Zuel

After spending a few minutes playing with the flash header
Ah, I'm not the only one doing that <

portfolio - linkshrinker - oxle - twitter
Go to Top of Page
  Previous Topic Topic Next Topic  
 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.12 seconds. Powered By: Snitz Forums 2000 Version 3.4.07