Lost status colors

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
dcomo
Posts: 22
Joined: 13 Mar 2006, 21:55

Lost status colors

Post by dcomo »

For some reason, I lost my status colors. I haven't changed anything to do with them, however I cannot figure out exactly what I did that made them lose color.

In the HTML code, each of them is listed as #ffffff (Hex for white).

What did I touch that broke this???

Thanks! :-)
dcomo
Posts: 22
Joined: 13 Mar 2006, 21:55

DOH! Problem fixed...

Post by dcomo »

I found the problem and it's now fixed... Here is what NOT to do...

I made changes to $g_status_enum_string (Changed the first letter from lowercase to Uppercase), which didn't play well with the status color array.

So, if you choose to change your first letter to uppercase as well, make sure
that you also update the first letter in the array.
Post Reply