Member menu Status icon Size

Anyone know how to change the status icon size (16px) ..I changed the icon for one of a smaller size(11px) .....but on the member menu the status icon remains the same size. Any idea of how to change this ?


Cheari

Quote · 29 May 2010

Not sure where it gets the size from but if you look at line 161 and 162 of BxDolMemberMenu.php you see the following lines:

 

'item_img_width'    => ($aLinkInfo['item_img_width'])  ? $aLinkInfo['item_img_width']  : 16,

'item_img_height'   => ($aLinkInfo['item_img_height']) ? $aLinkInfo['item_img_height'] : 16,

 

 

Dedicated servers for as little as $32 (28 euro) - See http://denre.com for more information
Quote · 29 May 2010

Tried that but it did not work ...Any more ideas ??

Quote · 29 May 2010

What did you try?

Dedicated servers for as little as $32 (28 euro) - See http://denre.com for more information
Quote · 29 May 2010

I tried changing the size in : from 16 to 11

'item_img_width'    => ($aLinkInfo['item_img_width'])  ? $aLinkInfo['item_img_width']  : 11

'item_img_height'   => ($aLinkInfo['item_img_height']) ? $aLinkInfo['item_img_height'] : 11

It did not work ..and Ideas on how to get this member menu  status icon size to change ??

Quote · 29 May 2010

I had a closer look at how it works and found that the 16 is hardcoded in the template extra_top_menu.html

Dedicated servers for as little as $32 (28 euro) - See http://denre.com for more information
Quote · 29 May 2010
 
 
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.