SubCategorie in collums SubCategorie in collums
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

SubCategorie in collums

Started by eddieh, January 23, 2011, 03:51:34 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

eddieh

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


Αndré

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

eddieh

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