View Full Version : Miscellaneous Hacks - Username Image For 4.1.x
MegaManSec
10-24-2011, 10:00 PM
https://vborg.vbsupport.ru/showthread.php?t=198287
I'v made this mod work for vbulletin 4.1.x
Find "Postbit" in styles,
find:
<div class="username_container">
<vb:if condition="$post['userid']">
{vb:raw memberaction_dropdown}
{vb:raw post.onlinestatus}
and replace it with
<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>
You'll have to add your own fields, you can do that by going to admincp->User Profile Fields->Add new | then replace field5 in the code with fieldNUMBER which you made the new field
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.~
Video how to install this: http://www.youtube.com/watch?v=JwRrZCcu6oI
FReeSTER
10-26-2011, 12:05 PM
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?
<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>
Dr.osamA
10-26-2011, 09:21 PM
installed
You'll have to add your own fields,
what field we have to add and what to put in it plzzz??
FReeSTER
10-26-2011, 11:35 PM
installed
what field we have to add and what to put in it plzzz??
Look at the old mod, on the zip file are the instructions that works with this one. :D:up:
Dr.osamA
10-27-2011, 02:53 AM
aha thank you
i see
MegaManSec
10-27-2011, 08:34 AM
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?
<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>
hey, add my skype: //removed
and I'll take a look for you :)
MegaManSec
10-27-2011, 08:35 AM
installed
what field we have to add and what to put in it plzzz??
Hey, I see that FReeSTER helped you, if you need any more help ; add my skype - //removed
Look at the old mod, on the zip file are the instructions that works with this one. :D:up:
Thanks ;) I shall make a video of how to do it tonight. :)
Taurus1
10-28-2011, 06:17 AM
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??
MegaManSec
10-29-2011, 06:31 AM
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??
yes, there is a way, I will work on it now
abdobasha2004
10-29-2011, 08:53 PM
any screen shots?
FReeSTER
10-30-2011, 03:25 PM
any screen shots?
No need for screenshots mate. it just replace your Username text into an image on your Postbit or Postbit Legacy, Check out at the old mod
Taurus1
10-30-2011, 11:48 PM
yes, there is a way, I will work on it now
Any update on this? Thanks.
MegaManSec
11-08-2011, 08:10 AM
Any update on this? Thanks.
Sorry for the late responce.
Sorry I couldn't do it, I'm not sure what the problem is.. I created a new memberaction_dropdown called memberaction_dropdown_UI and make it that if their is a username image, it will show it, and if there isnt it will then use memberaction_dropdown, but it didnt work.. I guess I'll try again now ;)
MegaManSec
11-08-2011, 08:39 AM
Okay.
So the current dropdown box code is this:
<div class="popupmenu memberaction<vb:if condition="$page_class"> {vb:raw page_class}</vb:if>">
<a class="username {vb:raw memberinfo.online} popupctrl" href="{vb:link member, {vb:raw memberinfo}}" title="{vb:rawphrase {vb:raw memberinfo['onlinestatusphrase']}, {vb:raw memberinfo.username}}"><strong><vb:if condition="$memberinfo['musername']">{vb:raw memberinfo.musername}<vb:else />{vb:raw memberinfo.username}</vb:if></strong></a>
<ul class="popupbody popuphover memberaction_body">
<li class="left">
<img src="{vb:stylevar imgdir_siteicons}/profile.png" alt="" />
<a href="{vb:link member, {vb:raw memberinfo}}">
{vb:rawphrase view_profile}
</a>
</li>
<li class="right">
<img src="{vb:stylevar imgdir_siteicons}/forum.png" alt="" />
<a href="search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw memberinfo.userid}&contenttype=vBForum_Post&showpo sts=1" rel="nofollow">
{vb:rawphrase view_forum_posts}
</a>
</li>
<vb:if condition="$show['pmlink']">
<li class="left">
<img src="{vb:stylevar imgdir_siteicons}/message.png" alt="" />
<a href="private.php?{vb:raw session.sessionurl}do=newpm&u={vb:raw memberinfo.userid}" rel="nofollow">
{vb:rawphrase private_message}
</a>
</li>
</vb:if>
<vb:if condition="$show['viewblog']">
<li class="right">
<img src="{vb:stylevar imgdir_siteicons}/blog.png" alt="" />
<a href="{vb:raw $vboptions.vbblog_url}{vb:if "$vboptions['vbblog_url']", '/', ''}blog.php?{vb:raw session.sessionurl}u={vb:raw memberinfo.userid}" rel="nofollow">
{vb:rawphrase view_blog_entries}
</a>
</li>
</vb:if>
<vb:if condition="$show['homepage']">
<li class="left">
<img src="{vb:stylevar imgdir_siteicons}/homepage.png" alt="" />
<a href="{vb:raw memberinfo.homepage}" rel="nofollow">
{vb:rawphrase visit_homepage}
</a>
</li>
</vb:if>
<vb:if condition="$show['viewarticles']">
<li class="right">
<img src="{vb:stylevar imgdir_siteicons}/article.png" alt="" />
<a href="list.php/author/{vb:raw memberinfo.userid}-{vb:raw memberinfo.username}" rel="nofollow">
{vb:rawphrase view_articles}
</a>
</li>
</vb:if>
<vb:if condition="$show['addfriend']">
<li class="left">
<img src="{vb:stylevar imgdir_siteicons}/add.png" alt="" />
<a href="profile.php?{vb:raw session.sessionurl}do=addlist&userlist=buddy&u={vb :raw memberinfo.userid}">
{vb:rawphrase add_as_contact}
</a>
</li>
</vb:if>
<vb:if condition="$show['emaillink']">
<li class="right">
<img src="{vb:stylevar imgdir_siteicons}/email.png" alt="" />
<a href="sendmessage.php?{vb:raw session.sessionurl}do=mailmember&u={vb:raw memberinfo.userid}" rel="nofollow">
{vb:rawphrase send_email}
</a>
</li>
</vb:if>
{vb:raw template_hook.memberaction_dropdown_items}
</ul>
</div>
Now let's make it how we want it.
<div class="popupmenu memberaction<vb:if condition="$page_class"> {vb:raw page_class}</vb:if>">
<a class="username {vb:raw memberinfo.online} popupctrl" href="{vb:link member, {vb:raw memberinfo}}" title="{vb:rawphrase {vb:raw memberinfo['onlinestatusphrase']}, {vb:raw memberinfo.username}}"><strong><vb:if condition="$post['field5']"><img src="{vb:raw post.field5}" border="0" /><vb:else />{vb:raw memberinfo.username}</vb:if></strong></a>
<ul class="popupbody popuphover memberaction_body">
<li class="left">
<img src="{vb:stylevar imgdir_siteicons}/profile.png" alt="" />
<a href="{vb:link member, {vb:raw memberinfo}}">
{vb:rawphrase view_profile}
</a>
</li>
<li class="right">
<img src="{vb:stylevar imgdir_siteicons}/forum.png" alt="" />
<a href="search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw memberinfo.userid}&contenttype=vBForum_Post&showpo sts=1" rel="nofollow">
{vb:rawphrase view_forum_posts}
</a>
</li>
<vb:if condition="$show['pmlink']">
<li class="left">
<img src="{vb:stylevar imgdir_siteicons}/message.png" alt="" />
<a href="private.php?{vb:raw session.sessionurl}do=newpm&u={vb:raw memberinfo.userid}" rel="nofollow">
{vb:rawphrase private_message}
</a>
</li>
</vb:if>
<vb:if condition="$show['viewblog']">
<li class="right">
<img src="{vb:stylevar imgdir_siteicons}/blog.png" alt="" />
<a href="{vb:raw $vboptions.vbblog_url}{vb:if "$vboptions['vbblog_url']", '/', ''}blog.php?{vb:raw session.sessionurl}u={vb:raw memberinfo.userid}" rel="nofollow">
{vb:rawphrase view_blog_entries}
</a>
</li>
</vb:if>
<vb:if condition="$show['homepage']">
<li class="left">
<img src="{vb:stylevar imgdir_siteicons}/homepage.png" alt="" />
<a href="{vb:raw memberinfo.homepage}" rel="nofollow">
{vb:rawphrase visit_homepage}
</a>
</li>
</vb:if>
<vb:if condition="$show['viewarticles']">
<li class="right">
<img src="{vb:stylevar imgdir_siteicons}/article.png" alt="" />
<a href="list.php/author/{vb:raw memberinfo.userid}-{vb:raw memberinfo.username}" rel="nofollow">
{vb:rawphrase view_articles}
</a>
</li>
</vb:if>
<vb:if condition="$show['addfriend']">
<li class="left">
<img src="{vb:stylevar imgdir_siteicons}/add.png" alt="" />
<a href="profile.php?{vb:raw session.sessionurl}do=addlist&userlist=buddy&u={vb :raw memberinfo.userid}">
{vb:rawphrase add_as_contact}
</a>
</li>
</vb:if>
<vb:if condition="$show['emaillink']">
<li class="right">
<img src="{vb:stylevar imgdir_siteicons}/email.png" alt="" />
<a href="sendmessage.php?{vb:raw session.sessionurl}do=mailmember&u={vb:raw memberinfo.userid}" rel="nofollow">
{vb:rawphrase send_email}
</a>
</li>
</vb:if>
{vb:raw template_hook.memberaction_dropdown_items}
</ul>
</div>
But for some reason, this leaves everyone's name with their username, without the <strong>..
Now, let's try changing <img src="{vb:raw post.field8}" border="0" /> to "hi"
Same thing.
Now let's try and keep the "hi" but remove the vb:if condition="$post['field8']">
Everybodys name is "hi" but they are still not <strong>...
This is strange because the "hi" is wraped around strong tags...
Let's try and replace hi just with <img src="{vb:raw post.field8}" border="0" />
This causes all usernames, and username images to dissapear.. So it seems that you cannot connect to the post.field part of vbulletin from the dropdown.. Hmm. Well I'm not sure what to do..
I will contact some other coders to help me with this.
MegaManSec
11-10-2011, 10:50 AM
I wont be updating this.
DDyceCB
11-24-2011, 08:46 AM
Hey man, how would i make it so it shows up in the profile as well.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.