coppermine-gallery.com/forum

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: eddieh on January 23, 2011, 03:51:34 PM

Title: SubCategorie in collums
Post by: eddieh on January 23, 2011, 03:51:34 PM
right now the structure is as follows

MainCatyegorie

SubCat
SubCat

but i would like to have this in collums like this

MainCatyegorie

SubCat  SubCat

You can find my coppermine here http://www.ebonist.nl/portfolio/index.php to see what i mean

My Question is which part of the sampletheme.php do i have to edit and is it even possible.

Thanks in advance Eddie

Title: Re: SubCategorie in collums
Post by: Αndré on January 24, 2011, 12:16:22 PM
Should be possible by editing $template_cat_list. I haven't tested that but it should work if you (re)move the tr tags between
<!-- BEGIN catrow_noalb -->
and
<!-- END catrow -->
Title: Re: SubCategorie in collums
Post by: eddieh on January 24, 2011, 01:17:13 PM
Quote from: Αndré on January 24, 2011, 12:16:22 PM
Should be possible by editing $template_cat_list. I haven't tested that but it should work if you (re)move the tr tags between
<!-- BEGIN catrow_noalb -->
and
<!-- END catrow -->

Great, it works like a charm.
but you don't want to delete the noalb tr because that doesn't seem to work
just remove the tr tags between.
<!-- BEGIN catrow -->
and
<!-- END catrow -->


Thank's verry much i am really verry happy with this!

Cheers Eddie