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/O Code)
 Avatar Idea - Comment?

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 [?]

 
   

T O P I C    R E V I E W
Zuel Posted - 02 November 2005 : 22:11:58
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.<
5   L A T E S T    R E P L I E S    (Newest First)
MarcelG Posted - 03 November 2005 : 09:13:26
quote:
Originally posted by Zuel

After spending a few minutes playing with the flash header
Ah, I'm not the only one doing that <
Zuel Posted - 03 November 2005 : 08:39:36
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 <
MarcelG Posted - 03 November 2005 : 08:15:53
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 <
Zuel Posted - 03 November 2005 : 07:59:13
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.<
MarcelG Posted - 03 November 2005 : 03:49:37
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
<

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