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
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 -->
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