View Full Version : Add Avatar right beside name in forum home????
raiderlax
06-23-2007, 01:51 AM
How do I add the profile pic to the left of the username on the forum home like the pic attached?
Thanks.
Dave Hawley
06-23-2007, 07:15 AM
In the Navbar Template find;
<div class="navbar" style="font-size:10pt">
<a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong>
</div>
</if>
</td> and add below;
<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>
raiderlax
06-23-2007, 05:03 PM
Hi, thankyou I did just that and it doesn't work, this is what happens(see attached pic)
deezelpope
06-23-2007, 05:11 PM
Try this.:)
https://vborg.vbsupport.ru/showthread.php?t=99498
raiderlax
08-06-2007, 05:56 AM
In the Navbar Template find;
<div class="navbar" style="font-size:10pt">
<a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong>
</div>
</if>
</td> and add below;
<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>
How can I get this to work, because the other mod didn't work and I need this, so please could someone help me get this to work please.
Thanks in advance :)
Dismounted
08-06-2007, 06:21 AM
You'll need to use the code I gave in another post about grabbing avatars.
raiderlax
08-06-2007, 06:23 AM
You'll need to use the code I gave in another post about grabbing avatars.
Okay thanks, where is this other post, I guess I'll try to find it.
Also can't wait till your updated first guest viewing mod is out :)
Thank you :)
bump, sorry I really need this :(
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.