View Full Version : User title/rank help
bxbigt
01-20-2008, 02:43 AM
any chance somebody knows how can make something like this
see the moderator under his user name but above his user title
Thanks , Steve
Freesteyelz
01-20-2008, 04:05 AM
Look into either Title Ranks or Custom Fields.
UncoderMom
01-20-2008, 04:07 AM
Edit postbit_legacy and change this
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
to this
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if><if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
Should work, though not tested. :eek: :erm:
Freesteyelz
01-20-2008, 04:09 AM
Not the "UncoderMom" after all. :)
bxbigt
01-20-2008, 04:12 AM
Heres another one
heres the view source of his user name
<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>
UncoderMom
01-20-2008, 04:22 AM
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
<span style="font-weight: bold;"><span style="color:#FF9900;">
box two..
</span></span>
bxbigt
01-20-2008, 04:26 AM
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
UncoderMom
01-20-2008, 04:33 AM
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.
Freesteyelz
01-20-2008, 06:55 AM
@UncoderMom
box one
<span style="font-weight: bold;"><span style="color:#FF9900;">
box two..
</span></span>
Change above to:
<span style="color:#ff9900;font-weight:bold">
Box 2:
</span>
:)
UncoderMom
01-20-2008, 01:02 PM
@UncoderMom
Change above to:
<span style="color:#ff9900;font-weight:bold">
Box 2:
</span>
:)
thanks ;)
SVTCobraLTD
01-20-2008, 01:11 PM
I have this setup on mine and actually have the user title removed on the ones that I put an image in there. Works good.
SVT
UncoderMom
01-20-2008, 01:39 PM
I have this setup on mine and actually have the user title removed on the ones that I put an image in there. Works good.
SVTI actually use images instead of text too. :)
74754
eta, actually its the usergroup ranks that I replace with the image. We have lotsa fun with the titles. LOL
But even those you can go nuts with.. using html. you can put darn near anything in that title box. Marquee is always fun.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.