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]
Added to my todo list ...
(it's easy to do)
Etienne
Thank you very much :). I think different colors are better looking(see my suggestions).
Its to confusing for every user - how can I add different colors / text sizes?
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
I'll look on weekend, I hope I can do it ;)
FYI: I'll be off for three weeks.
I guess I won't be reactive during this period...
Etienne
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 . ' ');
Ok,
Commited in the current dev version.
Etienne