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
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 ?
|
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 |
Tried that but it did not work ...Any more ideas ?? |
What did you try? Dedicated servers for as little as $32 (28 euro) - See http://denre.com for more information |
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 ?? |
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 |