colors for categories colors for categories
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

colors for categories

Started by sharky, October 28, 2007, 12:45:48 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sharky

hi all! when you upload files, youre asked to select a category and a album for the upload. it looks like this:

category A --> album 1
category A --> album2
category A --> album3
category A --> album4
category A --> album5
category A --> album6
category B --> album7
category B --> album8
category C --> allbum9
category C --> album10

is it possible to have the categories in different colors? something like this:

red text --> album 1
red text--> album2
red text --> album3
red text --> album4
red text --> album5
red text --> album6
blue text --> album7
blue text --> album8
green text --> allbum9
green text --> album10

it would make the category recognition much easier if you have (like me) more then 20 categories.

thank you

igor



sharky

oh sorry i forgot to say that i am talking about the OSX template. in the others it is different.

sharky

#2
sorry MAC OX X

François Keller

It's not a feature request,but a support request, moved from the feature request board to here

next time, post in the appropriate board.
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog

Joachim Müller

You can't use font colors within <select><option>-constructs afaik, so the answer would be: impossible.

Nibbler

You can, actually. I don't know if it is valid but it works.

sharky

thank you all for your replies.

nibbler is it difficult to create the mod youre talking about?

could you please do it?

thank you

igor

Joachim Müller

Edit upload.php, find <optionand edit the stuff around that section as you see fit.

sharky

hi gau gau!
thanks for your reply.
i found the peace youre talking about but i never coded in php and have no idea of it. could you please help me? thank you

igor

Joachim Müller

Plain HTML and CSS, no PHP involved.