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

The link is not displayed inside the category

Quote Reply
The link is not displayed inside the category
Hello all!

I have installed Links2 on my server. All works fine, but I have one problem: added links are not displayed inside the category. I can see them through my admin page, they are visible on "what's new" page. On index page near category name written that I have 2 links inside, but I still can see them inside category, just blank page with all messages and without links. I have double check all permissions and try many times to rebuild pages, it still not work. Try to see it: http://www.kolovrat.org/links/

Please, help, what I do wrong? Thanx.

Quote Reply
Re: The link is not displayed inside the category In reply to
Make sure you have the following codes in your category.html:
Code:
<%if category%>
<h2>Categories:</h2>
<%category%>
<%endif%>

<%if links%>
<h2>Links: </h2>
<%links%>
<%endif%>
Thomas
http://www.japanreference.com
Quote Reply
Re: The link is not displayed inside the category In reply to
OK! Thanx a lot, codes was really missed. Now all works fine. Good job! Thanx again.

Best regards.