The Arcive of vBulletin Modifications Site. |
|
Resize my Avatar Details »»
|
|||||||||||||||||||||||||
I just got v2.6.7+ installed and it is working fine. However, I have large avatars on my site. is it possible to change something in ibProArcade that will make my avatars display at a fixed size? Adding something that will force the width and height to 100 would be nice.
Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Quote:
https://vborg.vbsupport.ru/showthread.php?t=182412 |
|
#3
|
|||
|
|||
|
Thank you for your reply. However the link you sent me allows me to change the category image size. What I am looking for is a way in the arcade listing to change the user's avatar size.
--------------- Added 03 Sep 2008 at 11:11 --------------- Let me restate my question. Avatars on my site can be as large as 250px x 250px. What I am asking is, how, in the arcade only, can I force them to be only 100px x 100px? --------------- Added [DATE]1220542947[/DATE] at [TIME]1220542947[/TIME] --------------- Anybody? Anybody? |
|
#4
|
|||
|
|||
|
Is there anybody offering support?
|
|
#5
|
||||
|
||||
|
The way I did it is,,
Editing the functions/functions.php file.. around line 925 look for,, Code:
return "<img src='{$member_avatar}' border='0' alt='' ".$sizedata."/>";
Code:
return "<img src='{$member_avatar}' width='100' height='100' border='0' alt='' ".$sizedata."/>";
|
|
#6
|
|||
|
|||
|
Perfect. Thank you very much.
|
|
#7
|
||||
|
||||
|
Oh yea another edit that needs to be default and built in! THANKS!
|
![]() |
|
|