vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   How can we hav additional user title ? (https://vborg.vbsupport.ru/showthread.php?t=90614)

secret1980 04-07-2005 05:43 AM

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 ;)

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

Quote:

Originally Posted by Tony
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

Quote:

Originally Posted by Ryan Ashbrook
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?


All times are GMT. The time now is 05:55 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01029 seconds
  • Memory Usage 1,724KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete