|
[F] Maximum Avatar Dimensions in Posts PROBLEM [C-Chris]
|
|
10-26-2008, 03:32 AM
(This post was last modified: 10-27-2008 09:59 PM by Michael S..)
Post: #1
|
|||
|
|||
|
[F] Maximum Avatar Dimensions in Posts PROBLEM [C-Chris]
This setting allows for a 100x100 (width by height). If you use a capital X...width is zero and height it blank.
Same problem for "Maximum Display Avatar Dimensions" setting too. Easy fix would be strtolower before input to database. Join MyBB Central for exclusive plugins. Downloads require a paid membership. Do you need free Mybb Support? |
|||
|
10-26-2008, 03:40 AM
Post: #2
|
|||
|
|||
|
RE: Maximum Avatar Dimensions in Posts PROBLEM
Would be nice if PHP had a case insensitive explode()
![]() My Blog - My Mods |
|||
|
10-26-2008, 03:42 AM
Post: #3
|
|||
|
|||
|
[F] Maximum Avatar Dimensions in Posts PROBLEM
Thank you for your bug report.
This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated. With regards, MyBB Group ![]() My Blog - My Mods |
|||
|
11-11-2008, 01:38 PM
Post: #4
|
|||
|
|||
|
RE: [F] Maximum Avatar Dimensions in Posts PROBLEM
Revision 4254
This fix is incomplete. The problem still appears in the memberlist. In memberlist.php find: PHP Code: list($max_width, $max_height) = explode("x", $mybb->settings['memberlistmaxavatarsize']); PHP Code: list($max_width, $max_height) = explode("x", my_strtolower($mybb->settings['memberlistmaxavatarsize'])); Greets, Michael ------------- German MyBB-Site MyBBoard.de Get the german languagepack here |
|||
|
11-11-2008, 06:35 PM
Post: #5
|
|||
|
|||
|
RE: [F] Maximum Avatar Dimensions in Posts PROBLEM
Ah, that was a completely separate setting
![]() My Blog - My Mods |
|||
|
« Next Oldest | Next Newest »
|
Search
Member List
Calendar
Help



![[Image: ryangordon.png]](http://files.bellomandesign.com/signatures/mybb/ryangordon.png)