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...
Quote Reply
Re: [scorpioncapital] placing links on top-level category page In reply to
You mean you want to say show something like;

Category List

Sponsored list

Normal Listings

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] placing links on top-level category page In reply to
Given the following hierarchy:

Links

Links/Best Links

Links/Feature Links

Links/Our Links

I want on the index page for Links (/Links/index.html) to display

a) Non-templating regions (easy!)

b) The links of Links/Our Links/

c) The category indexes

So really the only special thing is b) - how to show a single subcategories's links on the top-level category and the rest to operate like a top-level category page...