vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin.org Site Feedback (https://vborg.vbsupport.ru/forumdisplay.php?f=7)
-   -   Question Regarding Titles (https://vborg.vbsupport.ru/showthread.php?t=116680)

Gio~Logist 05-25-2006 11:36 PM

Question Regarding Titles
 
Just out of curiosity, is it ever going to be made so that if we're both a designer and coder, it will show?

akanevsky 05-25-2006 11:40 PM

I highly doubt so o.O) ... Although, yes, it should be implemented.

Gio~Logist 05-25-2006 11:46 PM

It's already done to separate certain titles from coder/designer titles. Therefore, the implementation should not be to difficult.

akanevsky 05-25-2006 11:55 PM

I am not saying that it is hard to implement, I'm just saying it's not likely it will be implemented on this site :)

Xenon 05-26-2006 10:46 AM

why not

it is doable, i just have to think about how i'll do it ^^

Gio~Logist 05-26-2006 12:40 PM

Quote:

Originally Posted by Xenon
why not

it is doable, i just have to think about how i'll do it ^^

Why not just something like this?

PHP Code:

if(the check to see if user is a coder){
$post[usertitle] .= $vbphrase[coder];
}

if(
the check to see if user is a designer){
$post[usertitle] .= $vbphrase[designer];



Xenon 05-26-2006 04:04 PM

because then it will be just visible on the postbit ^^

Gio~Logist 05-26-2006 04:13 PM

Quote:

Originally Posted by Xenon
because then it will be just visible on the postbit ^^

lol. Even if it's just in like the profile and postbit for now that's fine. Don't really see the need for it to be anywhere else. Even if it does, it'll just be a matter of copying and pasting a coder and changing $post or $userinfo.
PHP Code:

if(the check to see if user is a coder){
$userinfo[usertitle] .= $vbphrase[coder];
}

if(
the check to see if user is a designer){
$userinfo[usertitle] .= $vbphrase[designer];



akanevsky 05-26-2006 05:41 PM

Quote:

Originally Posted by Xenon
why not

it is doable, i just have to think about how i'll do it ^^

It's called "custom title". :) When one is automatically updated, keep in mind the other :)

Dan 05-26-2006 05:43 PM

Well I think they are probably changing titles with a modified promotions system... at least I think >_> so that might not work gio :p


All times are GMT. The time now is 07:59 PM.

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.01109 seconds
  • Memory Usage 1,737KB
  • 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_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete