The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Avatar Size Question
Right now members can have a maximum avatar size of 130x130. I want to change it to 100x100, but when I do that, the users with avatars larger than 100x100 are still the same size. Shouldn't it automatically shrink or get rid of them if they are larger than the maximum avatar size?
Thank you. |
#2
|
||||
|
||||
If I'm not mistaken, I think the way it works is all avatars added/edited after the change will be affected. Avatars set before your changes won't be affected. More likely you'll need to adjust it manually by editing your templates to force the width and height settings. There may be a query you can do but I don't know it.
In your postbit or postbit legacy find and change: Code:
$post[avwidth] $post[avheight] To: Code:
width="130px" height="130px" |
#3
|
|||
|
|||
That won't work, because not all avatars are perfectly square.
|
#4
|
||||
|
||||
Then your users will have to re-upload their avatars.
|
#5
|
|||
|
|||
Okay. I PM'd the users with large avatars and told them to change them.
Thanks for replying to my thread. |
#6
|
||||
|
||||
NP and have a happy and safe new year.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|