Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Change links show in the category

Quote Reply
Change links show in the category
I want to change the why that the links are show in the category, instead of one link per line I want to present three links in one line something like this
Link1 link2 link3
Link4 link5 link6

Can somebody know who to do this?
Quote Reply
Re: [nir1] Change links show in the category In reply to
You change the number of columns on the category pages in the globals..

link 1 link 3 link 5
link 2 link 4 link 6
Quote Reply
Re: [Alba] Change links show in the category In reply to
Thanks Alba, I try to do but I not sure we main to the same thing,
I want to change the why the link are build not the why the category build. If now it looks like:
Title 1
Description 1
Title 2
Description 2
Title 3
Description 3

I want it will look
-----------------------------------------------------------------------------
Title 1 Description 1 | Title 2 Description 2 | Title 3 Description 3
-----------------------------------------------------------------------------
Title 4 Description 4 | Title 5 Description 5 | Title 6 Description 6
-----------------------------------------------------------------------------

In the category page where it call to the like with this code
<%if paging.num_hits%><div class="paging"><%Links::Utils::paging()%></div><%endif%>

<%loop links_loop~%>
<%include link.html%>
<%~endloop%>

What I need to do so it change the why the link are build?