The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
is there a way......
is there a way to Let usertitles Have images cuz i have rank images like "Corporal; Private; Private First Class, etc" and I want to have images for them, not just text.
|
#2
|
||||
|
||||
Usertitles are different than Ranks. Ranks may have images; usertitles may not.
|
#3
|
||||
|
||||
Unless you use conditionals in conjunction with your usertitles.
HTML Code:
<if condition="$post[usertitle] == 'Corporal'"><img src="images/ranks/Corporal.gif" /></if> |
#4
|
||||
|
||||
Yeah, you could do what Gio suggested also.
|
#5
|
||||
|
||||
So where would i put that code? in postbit?
|
#6
|
||||
|
||||
If that is where you want to change it, yes. (could be postbit_legacy or postbit, depending on which you use).
But I still wonder if you mean usertitles or ranks. |
#7
|
||||
|
||||
I made it so that if you have 500 posts you become a Corporal for example. Instead of showing text in the usertitle, I want to show an Army image.
|
#8
|
||||
|
||||
What I don't understand is you say "if you have 500 posts you become a Corporal". Those are Ranks, no? If so, you can just set an image in the Ranks Manager instead of showing the word.
|
#9
|
||||
|
||||
No, ranks images are only to be added with usergroups. I don't want an image for usergroups. I want it for a usertitle.
|
#10
|
||||
|
||||
Well, then I guess you can do what Gio suggested in your postbit or postbit_legacy template.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|