Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: SubCategorie in collums  (Read 2949 times)

0 Members and 1 Guest are viewing this topic.

eddieh

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 9
    • De Ebonist
SubCategorie in collums
« 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

Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: SubCategorie in collums
« Reply #1 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
Code: [Select]
<!-- BEGIN catrow_noalb -->and
Code: [Select]
<!-- END catrow -->
Logged

eddieh

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 9
    • De Ebonist
Re: SubCategorie in collums
« Reply #2 on: January 24, 2011, 01:17:13 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
Code: [Select]
<!-- BEGIN catrow_noalb -->and
Code: [Select]
<!-- 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.
Code: [Select]
<!-- BEGIN catrow -->and
Code: [Select]
<!-- END catrow -->

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

Cheers Eddie
Logged
Pages: [1]   Go Up
 

Page created in 0.017 seconds with 19 queries.