coppermine-gallery.com/forum

Support => cpg1.4 plugins => cpg1.4.x Support => Older/other versions => cpg1.4 JUpload by etienne_sf => Topic started by: Icmesa3000 on July 25, 2008, 01:44:24 AM

Title: Better looking category levels - Suggestion
Post by: Icmesa3000 on July 25, 2008, 01:44:24 AM
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]
Title: Re: Better looking category levels - Suggestion
Post by: etienne_sf on July 25, 2008, 01:35:33 PM
Added to my todo list ...

(it's easy to do)

Etienne
Title: Re: Better looking category levels - Suggestion
Post by: Icmesa3000 on July 25, 2008, 06:41:18 PM
Thank you very much  :). I think different colors are better looking(see my suggestions).
Title: Re: Better looking category levels - Suggestion
Post by: Icmesa3000 on August 04, 2008, 01:50:04 AM
Its to confusing for every user  - how can I add different colors / text sizes?
Title: Re: Better looking category levels - Suggestion
Post by: etienne_sf on August 04, 2008, 09:50:31 AM
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
Title: Re: Better looking category levels - Suggestion
Post by: Icmesa3000 on August 07, 2008, 01:10:10 AM
I'll look on weekend, I hope I can do it  ;)
Title: Re: Better looking category levels - Suggestion
Post by: etienne_sf on August 07, 2008, 01:37:33 PM
FYI: I'll be off for three weeks.

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

Etienne
Title: Re: Better looking category levels - Suggestion
Post by: Icmesa3000 on August 26, 2008, 10:06:46 PM
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 . '            ');
Title: Re: Better looking category levels - Suggestion
Post by: etienne_sf on September 01, 2008, 12:16:14 PM
Ok,

  Commited in the current dev version.

Etienne