The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
![]()
OK, I think you can do something like you want without any php coding. You already have the block of info with the avatar image at the top, you just need to edit that template to move the image abovethe other info. So edit template memberinfo_block_ministats and search for "avatar" to find this block of code:
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> And remove it. Then at the top of that same template, insert the part marked in red below: Code:
<div class="mini_stats blockbody userprof_content userprof_content_border"> <div class="userinfo " > <h5 class="blocksubhead userprof_blocksubhead smaller">{vb:rawphrase mini_statistics}</h5> <div class="blockrow member_blockrow"> <img src="{vb:raw prepared.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw prepared.username}}" {vb:raw prepared.avatarsize} id="user_avatar" /><br /> Hopefully that's close to what you want. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|