Log in

View Full Version : Avatar Resize? Any Ideas


boxingscene
07-06-2012, 11:23 PM
I had a fix but just installed the latest version of the arcade which overwrote my fix. How do I resize or eliminate the avatars. They are way too big.

Hippy
07-07-2012, 12:25 AM
in /arcade/functions/functions.php
find

return "<img src='{$member_avatar}' border='0' alt='' ".$sizedata."/>";
change it to

return "<img src='{$member_avatar}' border='0' width='50' height='50' alt='' />";
in the new code your adding change the '50' in width and height to the size you want ..