Re: Number of Columns Displayed for Categories
"wwalkerbout" <[email protected]>
| Newsgroups | gmane.comp.cms.xaraya.user |
|---|---|
| Organization | Walkerbout Technologies |
| Message-ID | <[email protected]> |
Hi, I don't know if there is a configuration setting still, but I found that a change to the code in the: /themes/<themename>/modules/categories/user-navigation-trails.xt file (or equivalent core .xd file), did the trick. The line of code is: <xar:if condition="$loop:icons:item['catnum'] % 2 eq 0"> Change the numver after the % sign to however many number of columns needed. In case anyone else is interested. Cheers, Wayne "wwalkerbout" <[email protected]> wrote in message news:[email protected]... > Hi, > > The Categories by default seems to display 2 columns of images in the user > area (via user-navigation-trails.xd). > > Is there a setting that can be defined to choose additional columns? Or > does that need to be done via code? > > Cheers, > > > Wayne >