View Full Version : How can we hav additional user title ?
secret1980
04-07-2005, 05:43 AM
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 ;)
Ryan Ashbrook
04-07-2005, 10:18 PM
By just adding <br> that will let you have a second line. Is that what you are getting at?
Tony G
04-08-2005, 12:09 AM
Did you want something like:
Username
title
title2
in your postbit?
secret1980
04-08-2005, 04:53 AM
Did you want something like:
Username
title
title2
in your postbit?
yes i want some thing like this as title , title 2 ..
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,...
secret1980
04-08-2005, 04:55 AM
By just adding <br> that will let you have a second line. Is that what you are getting at?
no i dont want tht... I know how to do.. I am doin tht only at present
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 :)
Super Jinni
05-21-2008, 11:16 PM
any idea how to do that, please?
GameWizard
05-22-2008, 07:13 AM
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>
Farcaster
05-22-2008, 10:50 PM
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?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.