PDA

View Full Version : Question Regarding Titles


Gio~Logist
05-25-2006, 11:36 PM
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
why not

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

Why not just something like this?


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
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.

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

Gio~Logist
05-26-2006, 06:04 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

Not sure what you mean, however, it has been said i believe that titles such s coder and designer are based upon a calculation and such. Therefore, using ifs and .= combined with the calculation should work. However, like Xenon said, it would only work in the postbit and obviously probably the profile as well.

akanevsky
05-26-2006, 06:04 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

Modified promotions system can be modified further :)

Logikos
05-26-2006, 06:09 PM
Remember those points you saw Gio? *hint hint* :p

akanevsky
05-26-2006, 06:15 PM
it would only work in the postbit

Not if the database is changed instead of the post variable.

Gio~Logist
05-26-2006, 06:15 PM
Remember those points you saw Gio? *hint hint* :p

Yes, that much i know. However, what i am trying to say is why not use those points and calculations in order to come up with the usertitle(s)?

Logikos
05-26-2006, 06:18 PM
Yes, that much i know. However, what i am trying to say is why not use those points and calculations in order to come up with the usertitle(s)?
I'm sure thats what they do right now, that was the hint ;)

Gio~Logist
05-26-2006, 06:22 PM
I'm sure thats what they do right now, that was the hint ;)

Ah, i thought you were disagreeing with me hehe. Exactly, which is why i was telling fewyn that it shouldn't be to difficult to implement the different usertitles as far as coder and designer is concerned.

Logikos
05-26-2006, 06:47 PM
I'm sure it's on there really long to-do list.

akanevsky
05-26-2006, 07:18 PM
I'm sure it's on there really long to-do list.

That's exactly what I meant by saying:

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


:)

Roms
05-27-2006, 04:53 AM
I think being able to earn both titles would be nice... ;)

Gio~Logist
05-30-2006, 07:33 PM
Any update on how/if this is going?

Gio~Logist
06-02-2006, 03:27 PM
I just took a look and i'm actually both an advanced designer and advanced coder. Now, you have no choice but to implement it :p