Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
Who's Online
7 registered (blaaskaak, Jake, Maze, Rick, Ruben Rocha, WebMagic, 1 invisible), 22 Guests and 16 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 05/15/08
Posts: 1
Top Posters (30 Days)
Ruben Rocha 177
Gizmo 110
Rick 109
Thelockman 80
driv 48
AllenAyres 35
Ian 33
ntdoc 27
Sirdude 23
ScriptKeeper 21
Latest Photos
My Home System
test photo gallery
Bernese Mountain Dogs
My Daimler
Dorado and shark
Page 1 of 2 1 2 >
Topic Options
Rate This Topic
#217521 - 10/02/08 04:13 PM [FIXED for 7.4b2] 7.4b1 - Featured Member avatars aren't pixel restricted
ScriptKeeper Offline
old hand
***

Registered: 12/09/06
Posts: 1039
Loc: UK
Attached is what I see when Harold is the Featured Member (one of his ever changing avatars). Should it not have a Max height / width reletive to CP > Profile Settings > Avatars or is it not set on this forum?


Attachments
fmempixels.gif



Top
#217523 - 10/02/08 05:14 PM Re: 7.4b1 - Featured Member avatars aren't pixel restricted [Re: ScriptKeeper]
Gizmo Moderator Offline

***

Registered: 06/04/06
Posts: 12002
Loc: Portland, OR; USA
Originally Posted By: ScriptKeeper
Should it not have a Max height / width reletive to CP > Profile Settings > Avatars
I hope it will...
_________________________
UGN Security, Elite Web Gamers & VNC Web Design Owner
Longtime UBB Supporter, UBB7 Beta Tester & Resident Post-A-Holic

Top
#217526 - 10/03/08 03:33 AM Re: 7.4b1 - Featured Member avatars aren't pixel restricted [Re: Gizmo]
ScriptKeeper Offline
old hand
***

Registered: 12/09/06
Posts: 1039
Loc: UK
Displays the same in both Firefox 3.0.3 and IE7.


Attachments
fmempixels2.gif



Top
#217527 - 10/03/08 05:54 AM Re: 7.4b1 - Featured Member avatars aren't pixel restricted [Re: ScriptKeeper]
Thelockman Offline
addict
****

Registered: 02/10/07
Posts: 438
Loc: Pennsylvania
On the same note it would be nice to be able to click a box killing the pixel restrictions on the avatars in the forums as they distort the avatars if some are smaller then the size limit while others are the size limit.

Every update and release I upload I have to manually edit 2 or 3 files to remove the max width and height restrictions on my board making upgrading and stuff a real pain. Many users have asked in the past as well how to delete those tags and what files to do it in for this same reason.
_________________________
Beagle World - A forum for those who are owned by beagles.
Track Thunder - The Unofficial Racing Forum

Top
#217594 - 10/06/08 10:21 AM Re: 7.4b1 - Featured Member avatars aren't pixel restricted [Re: Thelockman]
Rick Administrator Online   content

*****

Registered: 06/04/06
Posts: 7898
Loc: Aberdeen, WA
Fixed the featured member avatar stretch. As for the pixel restrictions elsewhere, the better way to handle this is for us to actually find a fix so it doesn't distort the images.

It's not actually supposed to resize anything unless it's larger than the set limit. I need to get some examples of where it's doing this and then figure out a proper fix, as removing the restrictions altogether would allow the users to upload large avatars that distort the layout.
_________________________
UBB.threads™ Developer
My Personal Website · StogieSmokers.com

Top
#217621 - 10/06/08 07:10 PM Re: 7.4b1 - Featured Member avatars aren't pixel restricted [Re: Rick]
Thelockman Offline
addict
****

Registered: 02/10/07
Posts: 438
Loc: Pennsylvania
What it is doing is stretching the avatars in both the threads and the show members file.

If your max width and height are 100x100 and someone uses an avatar of say 50x60 it distorts it to 100x100 no matter what, really looks bad and ugly.

When the code is sent to the browser it sends with all avatar images width="max_avatar_width" height="max_avatar_height" not checking to make sure it is actually smaller or larger.

Not exactly sure I used the correct field stuff but you get the idea.
_________________________
Beagle World - A forum for those who are owned by beagles.
Track Thunder - The Unofficial Racing Forum

Top
#217622 - 10/06/08 07:36 PM Re: 7.4b1 - Featured Member avatars aren't pixel restricted [Re: Thelockman]
Rick Administrator Online   content

*****

Registered: 06/04/06
Posts: 7898
Loc: Aberdeen, WA
But the thing is, it doesn't do that on all servers. For example, take a look at Scriptkeeper's avatar, first one in this thread. That one is only 79px × 50px and it keeps the dimensions properly.
_________________________
UBB.threads™ Developer
My Personal Website · StogieSmokers.com

Top
#217628 - 10/07/08 06:48 AM Re: 7.4b1 - Featured Member avatars aren't pixel restricted [Re: Rick]
Thelockman Offline
addict
****

Registered: 02/10/07
Posts: 438
Loc: Pennsylvania
Well, for one not everyone uses the exact same server setup, OS, Settings, or software. If you would like I will setup a server just for you to try this on my configuration or even give you the install CD so you can setup a box on your own to see what it really happening with the average server (Linux).

This is a problem for many of the users running this software and I have found that the site person either do not know how to modify the software to get around this, just make it so that you have to make your avatar an exact size, ignore the appearance of the crappy looking avatar distortion, or just plain don't use avatars at all when they come across this problem as they don't want to be bothered with fixing it or asking how to fix it.

This day and age everyone wants avatars so it has become a major concern in many places.

I do not have a non modified version of the UBB.threads at this time handy to be able to find the code that is the problem as I have modified every one I have as soon as I download it and test it for bugs and related problems before going live with it or I would post the file and code direct where the problems are coming from. I do know it is 2 distinct files that need to be modified striping out the code mentioned above.
_________________________
Beagle World - A forum for those who are owned by beagles.
Track Thunder - The Unofficial Racing Forum

Top
#217630 - 10/07/08 11:55 AM Re: 7.4b1 - Featured Member avatars aren't pixel restricted [Re: Thelockman]
Rick Administrator Online   content

*****

Registered: 06/04/06
Posts: 7898
Loc: Aberdeen, WA
That would be fantastic if you have a setup I could test/debug on. I'd really like to fix this properly, it's just that none of the sites I have access to have the issue, so a bit hard to debug and fix wink
_________________________
UBB.threads™ Developer
My Personal Website · StogieSmokers.com

Top
#217631 - 10/07/08 12:44 PM Re: 7.4b1 - Featured Member avatars aren't pixel restricted [Re: Rick]
Thelockman Offline
addict
****

Registered: 02/10/07
Posts: 438
Loc: Pennsylvania
I will set you up and PM you the information for the FTP, MySQL Database, and the sub domain location. Would you like a secure site lock down requiring a user name and password to enter the site to make it private and not open the the general public?
_________________________
Beagle World - A forum for those who are owned by beagles.
Track Thunder - The Unofficial Racing Forum

Top
Page 1 of 2 1 2 >


Shout Box

Today's Birthdays
brushie, cass, Monte G., twebman, White Gold Wielder
Recent Topics
Font and column shifts occuring
by Bill B
Yesterday at 06:21 PM
changing colors in quoted thread box
by sbserves
Yesterday at 07:08 AM
[7.3.1] Image Not Found
by BellaOnline
11/29/08 09:48 PM
Private topic (PM) to a user that doesn't exist...
by bakerzdosen
11/29/08 10:56 AM
Forum Permissions - Can see forum
by Geoff
11/29/08 08:55 AM
Forum Stats
4261 Members
33 Forums
30528 Topics
154942 Posts

Max Online: 978 @ 06/24/07 08:19 PM