Display bigger Avatar in your forum

in file : /modules/boonex/forum/integrations/base/callback.php

 

Find this line:

$aRet['avatar'] = BX_AVA_URL_USER_AVATARS . $aProfileInfo['Avatar'] . 'i' . BX_AVA_EXT;

 

And remove the . 'i'

$aRet['avatar'] = BX_AVA_URL_USER_AVATARS . $aProfileInfo['Avatar']  . BX_AVA_EXT;

 

And it will use the bigger avatar thumbnail instead of the small one.

 

Don't forgot to tweak CSS and the AVATAR size in file:

/modules/boonex/forum/layout/base/xsl/avatar.xsl


Quote · 7 Nov 2010

This works great, thank you.

 

I am having a tough time manipulating the forums, where can I start to learn the code that they are using? I don't understand how they are parsing the xsl files. Just trying to add a simple text line anywhere (trying for next to the author image/title) and it blows the forums up :(

Skype: shawn.nelson
Quote · 18 Jan 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.