The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
any chance somebody knows how can make something like this
see the moderator under his user name but above his user title Thanks , Steve |
#2
|
||||
|
||||
![]()
Look into either Title Ranks or Custom Fields.
|
#3
|
|||
|
|||
![]()
Edit postbit_legacy and change this
Code:
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if> <if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if> Code:
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if><if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if> ![]() |
#4
|
||||
|
||||
![]()
Not the "UncoderMom" after all.
![]() |
#5
|
|||
|
|||
![]()
Heres another one
heres the view source of his user name Code:
<font color="#009aff">SEVENTH WONDER</font></b></a> <script type="text/javascript"> vbmenu_register("postmenu_354461", true); </script> </div> <div class="smallfont"><b><font color="#009aff">Super Moderator</font> |
#6
|
|||
|
|||
![]()
You want the color?
That you do in the usergroup settings for each group. Admincp/usergroups/usergroup manager/moderators/add the html tags in each box where it says html mark up. like this.... box one Code:
<span style="font-weight: bold;"><span style="color:#FF9900;"> Code:
</span></span> |
#7
|
|||
|
|||
![]()
no the staff group thats under the user name but above the custom user title , i never saw this on any other site but the one im snagging images from
IDK maybe they custom did it |
#8
|
|||
|
|||
![]()
Its on my site....
but my titles show first. That code I gave you in my first post will flip the mod rank above the title. |
#9
|
||||
|
||||
![]()
@UncoderMom
Quote:
Change above to: Code:
<span style="color:#ff9900;font-weight:bold"> Box 2: Code:
</span> ![]() |
#10
|
|||
|
|||
![]() Quote:
![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|