Back to vBulletin 3.7 Template Modifications

Avatar Position 2
Mod Version: 1.02, by MrPHD

This modification is in the archives.
vB Version: 3.7.x Rating: (2 votes - 5.00 average) Installs: 8
Released: 25 Feb 2008 Last Update: Never Downloads: 2
Not Supported Template Edits  

To changes Profile information and put below to avatar your Rank and Nickname please follow this steps.

Admincp -> Template Manager -> choose your style and Template editor -> Postbit

FIND:

PHP Code:
<if condition="$show['avatar']"><td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]$post[avwidth$post[avheightalt="<phrase 1="$post[username]">$vbphrase[xs_avatar] </phrase>" border="0" /></a></td></if>

            <
td nowrap="nowrap">
            
                <
div id="postmenu_$post[postid]">
                    <if 
condition="$show['profile']">
                    <
class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
                    
                    <
script type="text/javascript"vbmenu_register("postmenu_$post[postid]"true); </script>
                    <else />
                    
$post[musername]
                    </if>

                </
div>
                
                <if 
condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
                <if 
condition="$post['rank']"><div class="smallfont">$post[rank]</div></if> 
REPLACE WHIT:
PHP Code:
$template_hook[postbit_userinfo_left]
        
            <if 
condition="$show['avatar']">
                <
div class="smallfont">
                    &
nbsp;<br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]$post[avwidth$post[avheightalt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
                </
div>
            </if>
<
div id="postmenu_$post[postid]">
                <if 
condition="$show['profile']">
                <
class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
                <
script type="text/javascript"vbmenu_register("postmenu_$post[postid]"true); </script>
                <else />
                
$post[musername]
                </if>
            </
div>

                <if 
condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
            <if 
condition="$post['rank']"><div class="smallfont">$post[rank]</div></if> 
Done.

Example

Download

No files for download.

Screenshots

Click image for larger version
Name:	ie1.jpg
Views:	3297
Size:	16.6 KB
ID:	76353  

Similar Mods

Profile Enhancements Avatar Position vBulletin 3.7 Template Modifications

vblts.ru supports vBulletin®, 2022-2024