Changing members profile thumb size?

I need to change the thumbnail size for the members pics so its larger.

Im referring to the thumbs that appear on home page in the members block, and also on the browse.php page in the people block.

 

They are currently 32x32. I would like at least double this!

 

Anyone know where I need to change so the block pulls up a larger image for this thumbnail?

Ive tried the settings in photo module but this does not refer to this image.

 

Thanks-Tim

Quote · 10 May 2011

I would like to know the answer to this as well. Anyone??

Quote · 1 Jun 2011

Its a mystery...

Quote · 8 Jun 2011

See the function "getMemberThumbnail" in the file templates/base/scripts/BxBaseFunctions.php

You can adjust it there.

Also, you may need to adjust this in the avatar module as well.

----
Quote · 8 Jun 2011

Only ref to pic size I can see there is

 

 'sys_status_img_width'  => 12, 

            'sys_status_img_height' => 12, 

 

But this doesnt seem to relate to the size currently being displayed?

Quote · 8 Jun 2011

Have a look at

 

        $w = $sType == 'medium' ? BX_AVA_W : BX_AVA_ICON_W;
        $h = $sType == 'medium' ? BX_AVA_H : BX_AVA_ICON_H;

----
Quote · 8 Jun 2011

This can't be done in your Modules/Photos/Settings page in your Admin panel? 

You would need to clear your cache if you use them, and it would only apply to new members images, as they are created at the time of the avatar/photo upload.

There are plenty of settings there for you to play with, including the size of your icons, thumbs and photos.

But you may have a problem with your template throwing things out, depending on what you are using. I set my Photos width to 960 and use a single column. But my site is not a dating site and doesn't need too many details. 

Quote · 9 Jun 2011

Will try Praveenks tweak.

 

The settings in admin are not related to these icons, just the regular photos 

Quote · 9 Jun 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.