The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Bah. I tried to make a product out of it, but I just couldn't get it to work right.
Install the attached plugin first. Then make this template edit. You may edit it as you like... In USERCP, add this at the very top: HTML Code:
<!-- ############## AVATAR / SIGNATURE ############## --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="tcat"> $bbuserinfo[username]</span> </td> </tr> <tr> <td class="thead"> Avatar </td> </tr> <tr> <td class="alt2"> <img src="$bbuserinfo[avatarurl]" border="0" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" /> </td> </tr> <tr> <td class="thead"> Signature </td> </tr> <tr> <td class="alt2"> $bbuserinfo[signature] </td> </tr> </table> <br /> <!-- ############## END AVATAR / SIGNATURE ############## --> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|