Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

placing links on top-level category page

Quote Reply
placing links on top-level category page
Spanning category pages seem to have 2 sections:

<%if categories%> and <%if links%>

Can you do something like this to put the links of a particular section on the top level page?

Code:


<%if categories%>

<%if links%>

<%links_loop%>

<%if fatherid=43%>

<%display_link%>

<%end_loop%>

<%endif%>

Continue top-level category code

<%endif%>


I want to dump one particular categories links on the top-level category section. Vice versa would work too - dump the top level categories in the links page of a particular category...
Subject Author Views Date
Thread placing links on top-level category page scorpioncapital 1765 Oct 20, 2003, 8:38 AM
Thread Re: [scorpioncapital] placing links on top-level category page
Andy 1774 Oct 20, 2003, 10:03 AM
Post Re: [Andy] placing links on top-level category page
scorpioncapital 1721 Oct 20, 2003, 10:41 AM