Page 1 of 1

Cataloger ( How to change Category table?)

Posted: Mon May 22, 2006 8:12 am
by jem71
Hi - my question is about the catalgoer module if anyone else is working with it perhaps you can help.

How do you change the table layout on the category template? I want it to be 2 cols but it always seems to default to 3. Any ideas?

Thanks

jeremy

Re: Cataloger ( How to change Category table?)

Posted: Sun May 28, 2006 9:41 pm
by sjg
I answered this in a private message, but figured it would be good to throw it out here as well....

If you look at the "Category-Table-based" template, the first line is:

Code: Select all

{assign var="cols" value="3"}
Change that number to the number of columns you want.

Or switch to using the CSS-based category page, and style it as you wish.

___Samuel___