The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to add UserGroup title UNDER Username?
I would want to add the UserGroup title under the Username, but above the "Custom Title" and "Image Rank"
I have this: I would want to have this (with the UserGroup under the Username): If I add a usergroup rank for the Admins, for example, that new Rank appears next to the image from the other Rank [based on postcount]... But I want to display that text UNDER the Username and above the "Custom Title" [see the image] Thanks in advance! |
#2
|
|||
|
|||
Use this:
HTML Code:
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if> HTML Code:
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if> |
#3
|
|||
|
|||
The problem is that I have 2 Usergroup Ranks... One is an Image [based on postcount], and the other would be the text for each Usergroup ["Administrator", "Moderator", etc]
And i want to have those two Usergroup Ranks separated by the "Custom Title" in the middle... But I have only one var for the Usergroup Rank, "$post[rank]".... So... I don't know how to do it... BTW: My Postbit template is exactly as that Steve: <if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if> <if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if> |
#4
|
|||
|
|||
Ok, if I remember correctly I might have to create a quick plugin for you to use that will allow the use of 2 ranks, one as an image, the other as the default rank. I can't do it right now as I'm heading off to bed but I could do it tomorrow afternoon if your willing to wait that long.
|
#5
|
|||
|
|||
That would be great Steve, thanks!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|