Mazinger
12-08-2008, 10:00 PM
Avatars' thumbnails are which you see in new profiles, albums, social groups, comments and visitor messages.
The maximum dimensions by default are 60px width and 80px height.
1) You can change them from includes/class_core.php (line 17):
/**#@+
* The maximum sizes for the "small" profile avatars
*/
define('FIXED_SIZE_AVATAR_WIDTH', 60);
define('FIXED_SIZE_AVATAR_HEIGHT', 80);
/**#@-*/
Change the 60 and the 80 to the new values you want and save.
2) Then go to your admincp to rebuild the thumbnails:
Maintenance -> Update Counters -> Rebuild Avatar Thumbnails
And you're done! :)
The maximum dimensions by default are 60px width and 80px height.
1) You can change them from includes/class_core.php (line 17):
/**#@+
* The maximum sizes for the "small" profile avatars
*/
define('FIXED_SIZE_AVATAR_WIDTH', 60);
define('FIXED_SIZE_AVATAR_HEIGHT', 80);
/**#@-*/
Change the 60 and the 80 to the new values you want and save.
2) Then go to your admincp to rebuild the thumbnails:
Maintenance -> Update Counters -> Rebuild Avatar Thumbnails
And you're done! :)