Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Description not appearing on site!

Quote Reply
Description not appearing on site!
Hi there,

Maybe I am going slightly crazy. After getting Links installed without too much trouble I am frustrated why I cannot solve this problem!

http://www.findmp3.org/gosearch

It's a new site I set up (started yesterday infact!) and everything is fantastic so far. I have used Links with the Webcrawler templates (but have tweaked them to my own needs)

For some reason the description of the entries is not showing up!


I am using:

<!-- Subcategories-->
<%if category%>
<h2>Categories:</h2>
<%category%>
<%endif%>

<!-- Links in this category. -->
<%if links%>
<h2>Links: </h2>
<%links%>
<%endif%>


Please help before all my hair is torn out!

Cheers,

Tim
Quote Reply
Re: Description not appearing on site! In reply to
:P

Ooppss...I have worked it out! I needed to put:

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

In the link.html

Thanks Smile

Quote Reply
Re: Description not appearing on site! In reply to
Which Description are you referring to? The Link Description? Or the Category Description?

Please be more specific.

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
----------------------


Quote Reply
Re: Description not appearing on site! In reply to
Sorry Smile

The Category Description!

It's rather strange as the description information is there when I need to modify the entry on the admin page Frown

[This message has been edited by timbouk (edited December 20, 1999).]