The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
I don't know what else to tell you. I've asked you to post the lines from your postbit (or postbit_legacy) template around the line I quoted in post 4. I can't help if you don't post that.
|
#12
|
|||
|
|||
Here's postbit template code:
Code:
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if> <if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if> $template_hook[postbit_userinfo_left] Code:
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if> <if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if> $template_hook[postbit_userinfo_left] |
#13
|
||||
|
||||
well you see the problem is both locatations are store in one line
so i doubt just editing the template will work.. <if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if> Is containing both rank and usergroup img. to prove this you can add <!-- infront and --> after then look at you posts. they are both gone. im not sure where to edit, searching around a little though interesting. |
#14
|
||||
|
||||
As said in the post above, it looks like you are using the rank system for both the rank and the usergroup image. It seems like what you want is to put an order to the rank images so the usergroup one is always on the bottom. I have seen threads where users ask about this, but don't know if an answer was posted. Do a search on "rank" and you should find the thread(s).
|
#15
|
|||
|
|||
|
#16
|
||||
|
||||
Quote:
|
#17
|
|||
|
|||
There's no easy way to put the usergroup image below the rank image..?
|
#18
|
||||
|
||||
Since you are using the Ranks system for both the usergroup image and the rank image, there is no easy way. You may install a mod that allows you to 'order' your ranks and then it should do what you want.
|
#19
|
||||
|
||||
If you are not really using User Titles, you can use a user title and user rank together.
|
#20
|
|||
|
|||
Is it possible to assign images for specific usergroups somehow instead of using the rank system then..?
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|