The Arcive of vBulletin Modifications Site. |
|
Avatar Resize? Any Ideas Details »»
|
|||||||||||||||||||||||||
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.
Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
in /arcade/functions/functions.php
find Code:
return "<img src='{$member_avatar}' border='0' alt='' ".$sizedata."/>";
Code:
return "<img src='{$member_avatar}' border='0' width='50' height='50' alt='' />";
|
![]() |
|
|