Hello,
I want to change the thumbnail size for the Spy and Mail in the member menu to 33px 33px...
If i change the icon width and height it changes the avatar size of some other avatars that need to be 68px 68px.
I only need to change the dimensions of the thumbnails in the member menu to 33px 33px.
How can i do that?
These are my settings in .../modules/boonex/avatar/include.php
define ('BX_AVA_W', 145); // avatar image width
define ('BX_AVA_H', 145); // avatar image height
define ('BX_AVA_ICON_W', 68); // avatar icon width
define ('BX_AVA_ICON_H', 68); // avatar icon height