Profile Pic in Postbit Legacy
This modification is in the archives.
This simple template >> postbit_legacy code change shows your profilepicture under your Username in showthread ( topics )
Time to install: 52 seconds :ninja: log into your admin control panel , go to StyleManager >>> Edit Templates >>> Postbit Templates >>> Postbit Legacy >>> search for Code:
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if> Code:
<if condition="$show['profilepic']"> <img src="$userinfo[profilepicurl]" $userinfo[profilepicsize] alt="<phrase 1="$userinfo[username]">$vbphrase[xs_picture]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" /> </div> </if> <div class="smallfont"> <br /> <a href="member.php?$session[sessionurl]u=$post[userid]"><img src="image.php?u=$post[userid]&type=profile&dateline=$userinfo[profilepicdateline]" width="110" /> <br /></a> <br /> Code:
<if condition="$show['avatar']"> <div class="smallfont"> <br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a> </div> </if> updated: Profile pic is now clickable to view profile note1: to above, you can place the code in other places if you want note2: may also add this to regular postbit ( I just use Legacy for my test ) Known bugs when you change your profilepic, the image does NOT change in your posts maybe an EXPERIENCED coder has idea how to fix this (?) .. Download No files for download. Screenshots
|
Similar Mods
Show Thread Enhancements Showing Custom Profile Fields On Postbit And Postbit Legacy | vBulletin 3.6 Template Modifications |
Mini Mods Your Orkut Profile link in your postbit legacy | vBulletin 3.6 Template Modifications |