The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
(solved)how to remove many title
i am a admin but there 2 time juniar memeber how to remove the title? |
#2
|
|||
|
|||
One looks like a User Title and the Other Looks like a User Rank.
Go into postbit legacy template and remove which ever one you wanted $post[usertitle] or $post[rank] or just remove the rank from your Rank List and/or turn of rank stacking for that particular rank. |
#3
|
|||
|
|||
That appears to be a Rank. Go into your tank manager and tell it not to stack or remove it completely.
|
#4
|
||||
|
||||
So is it fixed now? If not, what is the remaining problem?
|
#5
|
|||
|
|||
NO fixed probleme. |
#6
|
||||
|
||||
As mentioned before, the "Junior Member" looks like it is just a Rank (if that is a standard template, that is what would be there). Check your Ranks and delete that one if you don't want it.
|
#7
|
||||
|
||||
Hmmm, OK, not a User Title or a User Rank. Can you post that column from your postbit_legacy template so we can see what is supposed to be there?
|
#8
|
||||
|
||||
remove <if condition="$post['usertitle']"><div class="smallfont"></div></if>
|
#9
|
||||
|
||||
What I do in situations like this, is add text in there for a second so I can see what's going on:
HTML Code:
us:<if condition="$post['usertitle']"><div class="smallfont"></div></if> rk:<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if> th: $template_hook[postbit_userinfo_left] |
#10
|
||||
|
||||
In post 14, you posted a picture of a postbit, but posted the code for the postbit_legacy. If you are using the postbit, then you need to edit the postbit, not the postbit_legacy.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|