Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Links not showing up

Quote Reply
Links not showing up
My links are not showing up under the categories. But they do show up in the What's new section. Can anyone help please.
Thanks
Quote Reply
Re: Links not showing up In reply to
Make sure that you have tags in the category.html file on separate lines, like the following:

Code:
<%if links%>
<%links%>
<%endif%>

OR you can install the codes in the Enhanced Template.pm file located in the Resource Center that will allow you to have tags on the same line, like the following:

Code:
<%if links%><%links%><%endif%>

BTW: This has been discussed before...please try using the search feature in these Forums.

Wink

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
* Check Resource Center
* Search Forums