Better looking category levels - Suggestion Better looking category levels - Suggestion
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Better looking category levels - Suggestion

Started by Icmesa3000, July 25, 2008, 01:44:24 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Icmesa3000

Hi Etienne,

I'm building a gallery and had made my categories into Subcategories but the drop down menue looks very confusing now. I think it is more clearly represented if the first levels are bold written, the second levels are normal written and  the third levels are italic written .

http://img155.imageshack.us/my.php?image=image1ci1.jpg [Edit GauGau] Replaced hotlinked image with attachment [/Edit]

etienne_sf

Added to my todo list ...

(it's easy to do)

Etienne

Icmesa3000

Thank you very much  :). I think different colors are better looking(see my suggestions).

Icmesa3000

Its to confusing for every user  - how can I add different colors / text sizes?

etienne_sf

If you wish, you can update the 'j_cat_list_box' function, in plugins/jupload/include/j_catmgr.inc.php

  Once you're done, I could re-integrate it into the main stream.

Etienne

Icmesa3000


etienne_sf

FYI: I'll be off for three weeks.

  I guess I won't be reactive during this period...

Etienne

Icmesa3000

I had some trouble with changing the code, so I had found a easier way.

find in include\j_catmgr.inc.php

Quotej_get_subcat_data($subcat['cid'], $ident . '   ');

and add just some " ", now it will look clearer

Quotej_get_subcat_data($subcat['cid'], $ident . '            ');

etienne_sf

Ok,

  Commited in the current dev version.

Etienne