PDA

View Full Version : "Another" Colored Username Question


HTP
03-06-2002, 02:31 AM
Link (http://forums.gaminguru.com/showthread.php?threadid=2111)

I was wondering if anyone had the hack for colored usernames like that.

Thanks :D

~HTP

Neo
03-06-2002, 02:48 AM
Well I am sure I could roll one out for you... I dont think I have seen one like that though.... what colors do you want / what # of post new colors will come into effect... same with mods/admins

HTP
03-06-2002, 02:53 AM
Well, If anyones visited IGN.com's message boards, They will know that type of name setup. I know who has the script, But that bumb wont give it to me.

He has to set up the code individually for each user, But i'm sort of clueless.

~HTP

Neo
03-06-2002, 02:58 AM
I see....so what do you want done then

HTP
03-06-2002, 03:01 AM
I want to be able to do that on my forums. :p
So i need to figure out "the" script, And then where to place the script.

<span style="color: #000000;font-weight: bold;font-style: normal;background-color: #FFFFFF;text-decoration: none;border-top: 1px solid #000000;border-bottom: 1px solid #000000;border-right: 1px solid #000000;border-left: 1px solid #000000;">Henry</span>

I pulled that little bit of HTML out of there, And i know thats how they set up the color/border/whatever. I need to figure out how to implement it.

~HTP

Neo
03-06-2002, 05:19 AM
if ($bbuserinfo[posts]<=20) { $colorname = "<that html code>$post[username]</end that html code>"; }

or something like that.....

*yet another usfull code sniplet from "Neo"*

HTP
03-06-2002, 11:37 AM
And where am i putting that code?

ZiRu$
03-06-2002, 05:06 PM
i sort of wanted a hack like this....could you release it neo?

The names shoulf GLOW in posts

and you can customize which color you want it to glow.....like blue for members, green for mods, red for admins and so on,

you should take a stab at it

okrogius
03-06-2002, 08:00 PM
Originally posted by HTP
Well, If anyones visited IGN.com's message boards, They will know that type of name setup. I know who has the script, But that bumb wont give it to me.

He has to set up the code individually for each user, But i'm sort of clueless.

~HTP

As for bumb I won't comment on that. Next time if you want it perhaps try asking for it in the first place.

For now I do have to set up manually for every user. haven't gotten round to an implementation of a new mysql columns to make it updatabale by anyone due to a ton of other work you rely on me to do.

okrogius
03-06-2002, 08:03 PM
Originally posted by HTP
I want to be able to do that on my forums. :p
So i need to figure out "the" script, And then where to place the script.

<span style="color: #000000;font-weight: bold;font-style: normal;background-color: #FFFFFF;text-decoration: none;border-top: 1px solid #000000;border-bottom: 1px solid #000000;border-right: 1px solid #000000;border-left: 1px solid #000000;">Henry</span>

I pulled that little bit of HTML out of there, And i know thats how they set up the color/border/whatever. I need to figure out how to implement it.

~HTP

Mind if I inquire who do you refer to as "they"?

okrogius
03-06-2002, 08:06 PM
Originally posted by neo
if ($bbuserinfo[posts]<=20) { $colorname = "<that html code>$post[username]</end that html code>"; }

or something like that.....

*yet another usfull code sniplet from "Neo"*

$bbuserinfo[posts] definetely does not reflect user group id or user id. You probably meant $bbuserinfo[usergroupid], however let me note you taht it won't work as designed with that variable.

okrogius
03-06-2002, 08:42 PM
Anyways, since I'm nice...

https://vborg.vbsupport.ru/showthread.php?threadid=35792

Lucrecia
05-31-2002, 11:04 PM
Anyway to have it so thatr members can choose their own color via usercp?

g-force2k2
06-01-2002, 03:09 AM
Lucrecia ;)

https://vborg.vbsupport.ru/showthread.php?s=&postid=256410#post256410

As for altering or choosing certain colors im pretty sure that i could think something up ;) just need some time though...

g-force2k2