The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Where to change Custom Avatar Thumbnail Dimensions?
hi guys
I noticed that Custom Avatars automatically create a thumbnail of dimensions 60px by 60px in the customavatar.filedata_thumb table column. I was wondering where to change the dimensions. I can't seem to find it in the Admin CPanel nor do I know where to scour in the code. Thanks and Happy New Year! Mike |
#2
|
||||
|
||||
It's at the top of class_core.php:
Code:
define('FIXED_SIZE_AVATAR_WIDTH', 60); define('FIXED_SIZE_AVATAR_HEIGHT', 80); |
#3
|
|||
|
|||
Awesome, thanks Lynne
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|