The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Change the size of the Avatar in "My Profile"
Hi Guys!
So I decided to scrap profile pictures as I didn't want them on my board. I have shifted the location of the Avatar in the "view profile" to where the profile pictures used to be. The only problem is, is that it's too small. This is the code. How can I change the size to 110x110 pixels? It is currently 60x60 pixels. Code:
<vb:if condition="$prepared['avatarurl']"> <dl class="stats"> <dt>{vb:rawphrase avatar}</dt> <dd class="avatar"><img src="{vb:raw prepared.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw prepared.username}}" {vb:raw prepared.avatarsize} id="user_avatar" /></dd> </dl> </vb:if> Many Thanks, Goshee. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|