Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

Links not shows

Quote Reply
Links not shows
Hi
I've created a portal, but in the categories, I can only see the site Title and can't see the description.
Please help me

Quote Reply
Re: Links not shows In reply to
As discussed before...(in threads of similar title and content)....you need to have tags on separate lines in ALL your TEMPLATE files.

So, in your link.html, you need to have the following:

Code:

<%if Description%>
<%Description%>
<%endif%>


NOT

Code:

<%if Description%><%Description%><%endif%>


AND DEFINITELY NOT:

Code:

<%if Description%>
<%Description%><%endif%>


BTW: If you install and use the Enhanced Template.pm Mod in the Resource Center, you can have tags on the same line.

Regards,

Eliot Lee