Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

No Link Template

Quote Reply
No Link Template
Dear all,

I would like to know whether it's possible for me to have a template page to show if there is no link in a category? It seems there is a mod in Links but not in SQL.

Bear

Quote Reply
Re: No Link Template In reply to
Hi,

there is an easy possibility to do this without hacking the code. Use the tags if links and ifnot links in your category.html template.

<%if links%>
.. display links
<%endif%>

<%ifnot links%>
.. display other Text
or insert a refresh to an other page
<%endif%>

regards, alexander