Gossamer Forum
Home : Products : Gossamer Links : Discussions :

How to not show categories with no links.

Quote Reply
How to not show categories with no links.
I have just purged many links based on them being no longer valid. Several of the categories are now empty of links. I would like to make a change that will dis-allow the categories with no links from appearing on the main page.

Links Ver 3.1.0.

Is this easy to do? Would someone give me a clue? I'd really appreciate it. Smile

Thanks in advance!!

Roger
______________________________
Roger "Teresk" Brown
Stratics Central Content Director
Stratics Forums Programmer
Guild Forums Administrator
teresk@stratics.com

Last edited by:

Teresk: Jun 10, 2006, 11:03 AM
Quote Reply
Re: [Teresk] How to not show categories with no links. In reply to
Add the bold lines in templates where you are calling the subcategories.

<%loop category_loop%>
<%if Number_of_Links '>' '0'%>
<%~set splitmod = $row_num % $split%>
<%~if row_num == 1 or splitmod == 1 or split == 1%><dl><%endif%>
<%~include subcategory.html%>
<%~if row_num == $category_loop.length or splitmod == 0%></dl><%endif%>
<%endif%>
<%~endloop%>
Quote Reply
Re: [Alba] How to not show categories with no links. In reply to
This worked perfectly!!

Thank you Very Much!!! Cool
______________________________
Roger "Teresk" Brown
Stratics Central Content Director
Stratics Forums Programmer
Guild Forums Administrator
teresk@stratics.com