The Arcive of vBulletin Modifications Site. |
|
Username Image For 4.1.x Details »»
|
|||||||||||||||||||||||||
https://vborg.vbsupport.ru/showthread.php?t=198287
I'v made this mod work for vbulletin 4.1.x Find "Postbit" in styles, find: Code:
<div class="username_container">
<vb:if condition="$post['userid']">
{vb:raw memberaction_dropdown}
{vb:raw post.onlinestatus}
Code:
<div class="username_container">
<vb:if condition="$post['userid']">
<div id="postmenu_{vb:raw post.postid}">
<vb:if condition="$show['profile']">
<a href="member.php?{vb:raw session.sessionurl}u={vb:raw post.userid}">
<vb:if condition="$post['field5']">
<img src="{vb:raw post.field5}" border="0" /></a>
<vb:else />
{vb:raw memberaction_dropdown}</a>
</vb:if></vb:if>
{vb:raw post.onlinestatus}
</div>
if you have any questions, or need some help, add me on skype: //removed Thanks, Loaep ![]() ~All credits to the maker of https://vborg.vbsupport.ru/showthread.php?t=198287 for this, all I did was convert the code.~ Code:
Video how to install this: http://www.youtube.com/watch?v=JwRrZCcu6oI Show Your Support
|
|||||||||||||||||||||||||
| Благодарность от: | ||
| Erica1977 | ||
| Comments |
|
#2
|
|||
|
|||
|
I like this but I have made many template edits and i cant get it to work correctly as the posts get disturbed looking weird.
I mean that the image shows great but is messing my posts content Can yyou tell me the correct way to do this? HTML Code:
<div class="username_container"> <vb:if condition="$post['userid']"> <center><div class="eti_postbit">{vb:raw memberaction_dropdown} <span class="usertitle">{vb:raw post.usertitle} <vb:else /> <span class="username guest">{vb:raw post.musername}</span> </center> </vb:if> </span> </div> </div> |
|
#3
|
||||
|
||||
|
installed
Quote:
|
|
#4
|
|||
|
|||
|
Quote:
:up:
|
|
#5
|
||||
|
||||
|
aha thank you
i see |
|
#6
|
|||
|
|||
|
Quote:
and I'll take a look for you
|
|
#7
|
|||
|
|||
|
Quote:
Quote:
I shall make a video of how to do it tonight.
|
|
#8
|
||||
|
||||
|
I have been waiting for this for a long time. The only issue I have is that the dropdown does not open when you click on the username image. It only takes you straight to the profile page. Is there a way to keep that function??
|
|
#10
|
||||
|
||||
|
any screen shots?
|
![]() |
|
|