The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Change Avatar Size for Postbit (Not Legacy)?
I have installed the Select Postbit mod and like the ability to offer members a choice in post layout. However, since I have a larger maximum avatar size than is standard (150wx200h), the standard Postbit does not format as well as my default Postbit Legacy. Since I also feel that the standard (old) Postbit format might be more attractive to members with lower graphic resolution settings, I would like to reduce the height of the avatar and maintain proportionality - but only when viewing the (old) Postbit layout. Is there not a maximum height I can enforce within the code of the Postbit template, which will reduce the image size accordingly?
The suspect code: PHP Code:
|
#2
|
|||
|
|||
Any solution for this?
|
#3
|
|||
|
|||
try adjusting the height and width in this line but only for the one postbit
Code:
<if condition="$show['avatar']"><td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" width="150px" height="150px" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td></if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|