Gossamer Forum
Home : Products : Gossamer Links : Discussions :

different category columns

Quote Reply
different category columns
I want to use regular display of columns on the category pages, but one special-category should have the links listed in 3 columns.

Possible?

Michael

--
Michael Skaide

http://www.cycle24.de

Quote Reply
Re: [Michael Skaide] different category columns In reply to
Hi,

Yes, you can set CategoryTemplate = 'custom_category.html' for the custom category you want. Then edit custom_category.html and replace

<%link_results%>

with:

<table>
<%loop link_results_loop%>
..
<%endloop%>
</table>

You'll need to get tricky with if's, and elses to get the opening tr's and td's correct. You can use <%first%>, <%last%>, <%odd%>, <%even%> and <%row_num%> to help out.

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] different category columns In reply to
http://www.gossamer-threads.com/...orum_view_collapsed;

SmileSmile



------------------------------------------