The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi,
When I upload an avatar from my PC... even if its bigger that the size specified on my admin cp... it gets resized to the specified size, but when I put a link to an image from internet even if the size of the image is 1000x1000 it will stay like that on the avatar... How can I fix this? Thanks |
#2
|
|||
|
|||
![]()
Yea that's how it is I would believe. The same applies for signatures, If you upload, the size limit restricts images but if you link, you can put any size.
![]() |
#3
|
|||
|
|||
![]()
So there is no way to fix this?
are there any mods wich can fix it? |
#4
|
||||
|
||||
![]()
You could do <img src="path/to/avatar" width=xxx heigh=xxx> in the code. That will make it that size when you view it, although the person will still end up downloading the entire large avatar.
|
#5
|
|||
|
|||
![]()
Is there an option to make a default avatar for everyone in a usergroup?
|
#6
|
|||
|
|||
![]()
bump..
man Ive seen forums that have this issue fixed.... please help me someone! |
#7
|
|||
|
|||
![]()
Why don't you ask them cause they might know something we don't know even though I have a good feeling those forums do not allow linking, only uploading, but that's my guess.
|
#8
|
||||
|
||||
![]()
Did you try putting in the width and height like I suggested? That will make the avatar the size you want.
|
#9
|
|||
|
|||
![]()
I dont know where to do that :P
can you make a step by step list ![]() thanks --------------- Added [DATE]1207756824[/DATE] at [TIME]1207756824[/TIME] --------------- Quote:
![]() |
#10
|
||||
|
||||
![]()
Hmmm, not as straightforward as I thought. Here is the line in the postbit template:
HTML Code:
<if condition="$show['avatar']"><td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td></if> |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|