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

Can't find links!!

Quote Reply
Can't find links!!
I can add links, but they aren't in the categories!!
If I search after them I find them, but If I go to the category it's in, the link don't show up??
I have added one earlier and that link work,but the other once doesen't come up.
They aren't in the New links section either!!
What can I do??

Quote Reply
Re: Can't find links!! In reply to
As discussed in many tag problem related Threads, you need to have tags on separate lines in your template files.

Like in the category.html file:

Code:

<%if links%>
<%links%>
<%endif%>


-OR-

install the Enhanced Template.pm code hack listed in the Resources section that will allow you to have tags on the same line, like the following:

Code:

<%if links%><%links%><%endif%>


Very useful if you are using a WYSIWYG editor, like Front Page or Dreamweaver, to edit your template files.

----this is a recording-----

Regards,

Eliot Lee