The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How can we hav additional user title ?
how can we have a additional user title.. Tht is there must be an option for one more usertitle in the Admin panel... As when i use some html code in the current user title.. the user ranks obviously is not gettin updated...
so i think by havin another user title.. it would be good.. advance thanks for ur help mates |
#2
|
||||
|
||||
By just adding <br> that will let you have a second line. Is that what you are getting at?
|
#3
|
||||
|
||||
Did you want something like:
Username title title2 in your postbit? |
#4
|
|||
|
|||
Quote:
as if i am using <br> the title is not gettin updated as per the ranks... I hav kept some contests & I hav added some tag as Award Winner.. So I want this in the title 2.. I want the title1 to get updated as usual tht is the default things like Newbie, Regular Member etc,... |
#5
|
|||
|
|||
Quote:
itz affectin the auto update of the user title.. As I usually hav contests & I add Award Winner in the user title.. So when I do tht.. the old one doesnt get updated so i want to add another title .. as title 2 in post bit ... as tht wont get affected |
#6
|
|||
|
|||
any idea how to do that, please?
|
#7
|
||||
|
||||
Best way would be to create a new custom profile field and enter the thing you want to appear in it, and then modify your postbit template to include this new profile field. Beside this, you could bypass the custom profile field altogether and use custom code in your postbit that will show specific content depending on the user id,
so say your userid is 666, you would have: <if condition="$bbuserinfo[userid] == 666">Content Winner</if> |
#8
|
|||
|
|||
Actually, I have done something similar on my forums and the way I did it was to use ranks. Basically, just setup a rank that applies only to members of the secondary user group you are using with a requirement of only 1 post. That will work so long as they have posted at least once, and that will show a title under the primary one.
Make sense? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|