The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Code to display avatars
One of our old Administrators deleted the code to show avatars in peoples posts a long time ago, we're looking to bring that back. Is there anyway I can simply get the code and be told where to put it in(Haha, perverted comment) because I don't want to revert all my other template edits back.
|
#2
|
|||
|
|||
Go to the "postbit" template
Find: Code:
<!-- user info --> <table cellpadding="0" cellspacing="$stylevar[cellpadding]" border="0" width="100%"> <tr> Code:
<if condition="$show['avatar']"><td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td></if> Find: Code:
$template_hook[postbit_userinfo_left] Code:
<if condition="$show['avatar']"> <div class="smallfont"> <br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a> </div> </if> |
#3
|
|||
|
|||
Weird thing is....those codes are there...
--------------- Added [DATE]1247122664[/DATE] at [TIME]1247122664[/TIME] --------------- Nevermind, I'm retarded. for some reason in my option I had it to not show Avatars |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|