The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
[solved] full size avatar instead of thumb in profile?
Hi, I was wondering if someone could help me figure out how to make my user's profile use the fullsize avatar instead of the thumbnail one in the "mini statistics" box. that one is just too small.
ideally id like to put it next to the user name as well (instead of the mini statistics box). this is what my profile pages look like right now. http://squattheplanet.com/forum/members/mattpist Thanks in advance for any help you can give! |
#2
|
|||
|
|||
<a href="https://vborg.vbsupport.ru/showthread.php?t=179172" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=179172</a>
|
#3
|
|||
|
|||
that worked! thanks! now to just move it over by the user name... hmm...
--------------- Added [DATE]1245109585[/DATE] at [TIME]1245109585[/TIME] --------------- i decided against moving it over by the user name, as it looked better in the mini statistics box. here's my code changes for anyone that's curious. find this code: Code:
<if condition="$prepared['avatarurl']"> <td><img src="$prepared[avatarurl]" alt="<phrase 1="$prepared[username]">$vbphrase[xs_avatar]</phrase>" $prepared[avatarsize] class="alt2" id="user_avatar" /></td> </if> find this code (at the very top of the edit box): Code:
<div class="alt1 block_row"> <table cellpadding="0" cellspacing="0" border="0"> <tr valign="top"> Code:
<if condition="$prepared['avatarurl']"> <td><img src="$prepared[avatarurl]" alt="<phrase 1="$prepared[username]">$vbphrase[xs_avatar]</phrase>" class="alt2" id="user_avatar" width="246"/></td> </if> |
#4
|
||||
|
||||
I guess that you mean paste "below" the last part of code and not "above".
Thanks for the tip! :up: |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|