The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
4.1.6 update - Avatar issue
Once I updated our 4.1.5 forum to 4.1.6 today, all avatars that were previously set at 150x150 have changed.
When you make your initial post in Quick reply it looks correct. once you refresh the page the avatar re sizes to 60x??something. All settings are still at the same prior to upgrade but something seems to be funneling all avatar sizes down to this smaller size. Any ideas on what could be causing this? |
#2
|
||||
|
||||
Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php PHP Code:
Create a new style with no parent:
|
#3
|
|||
|
|||
I will do that now and post back.
--------------- Added [DATE]1317062635[/DATE] at [TIME]1317062635[/TIME] --------------- the php edit did not work But when I did change the Style to the newly created one that fixed it. Thanks! I found the fix. Inside the Stlye of my current default. I scrolled down to Common avatar_height. That has been coded with 60. Hence the 60 height it was passing through. I will now change that to the Maximum of the board. Thank you for your help. --------------- Added [DATE]1317062809[/DATE] at [TIME]1317062809[/TIME] --------------- Well I made the change and saved it, but it does not seem to effect the posts. Do I need to reload the style? |
#4
|
||||
|
||||
Try going to AdminCP > Maintenance > Update Counters > Rebuild Avatars
|
#5
|
|||
|
|||
All styles are fine except for the GrayFolio style that is currently the default for the forum. Brilliant!
--------------- Added [DATE]1317063399[/DATE] at [TIME]1317063399[/TIME] --------------- The rebuild did not work for that one style. The 4 others are fine, including the new one I just created for troubleshooting. Maybe just a reload of that style is in order. --------------- Added [DATE]1317065101[/DATE] at [TIME]1317065101[/TIME] --------------- So it seems if I change the board default to a different style the avatars are then mess up on that one. So somewhere in the Admin Panel the Default Style has a setting on it. I just am not finding it. |
#6
|
||||
|
||||
A link to your site would help so we can view the problem using firebug.
|
#7
|
|||
|
|||
I'm having the same issue, seems to only happen on the quick reply.
--------------- Added [DATE]1318982410[/DATE] at [TIME]1318982410[/TIME] --------------- This worked for me, open up /includes/class_core.php Change this line to the dims you want Code:
* The maximum sizes for the "small" profile avatars */ define('FIXED_SIZE_AVATAR_WIDTH', 130); define('FIXED_SIZE_AVATAR_HEIGHT', 130); |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|