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

Help! Problems with showing Links on the Categorie page

Quote Reply
Help! Problems with showing Links on the Categorie page
Hi,

I installed Links 2 on my homepage. It worked. Then I changed somthing in the templates. It doesn´t show the links in the categorie, even there are links. What did I wrong. Here is the extract of the code :
==================
<!-- Subcategories-->
<%if category%>
<TABLE WIDTH="752" BORDER="0" CELLSPACING="2" CELLPADDING="0">
<TR>
<TD WIDTH="100%" BGCOLOR="#013e84"><FONT SIZE="-1" COLOR="#ffffff" FACE="Verdana"> Kategorien</td></tr>
<%category%>
<%endif%>

<!-- Links in this category. -->
<%if links%>
<TABLE WIDTH="752" BORDER="0" CELLSPACING="2" CELLPADDING="0">
<TR>
<TD WIDTH="100%" BGCOLOR="#013e84"><FONT SIZE="-1" COLOR="#ffffff" FACE="Verdana"> Links</td></tr></table>
<h2>Links: </h2>
<%links%>
<%endif%>

<!-- Next/Previous links if spanning pages. -->
<p align=center>
<%if prev%>
<small><a href="<%prev%>">Pre <%build_links_per_page%></a></small>
<%endif%>
<%if next%>
<small><a href="<%next%>">Next <%build_links_per_page%></a></small>
<%endif%>
</p>

<!-- Related Categories -->
<%if related%>
<TABLE WIDTH="752" BORDER="0" CELLSPACING="2" CELLPADDING="0">
<TR>
<TD WIDTH="100%" BGCOLOR="#013e84"><FONT SIZE="-1" COLOR="#ffffff" FACE="Verdana"> Verwandte Kategorien</td></tr>
<ul><%related%></ul>
<%endif%>
</font>
<!-- Search Bar -->
<form action="<%db_cgi_url%>/search.cgi" method="GET">

<TABLE WIDTH="752" BORDER="0" CELLSPACING="2" CELLPADDING="0">
<TR>
<TD WIDTH="100%" BGCOLOR="#013e84"><FONT SIZE="-1" COLOR="#ffffff" FACE="Verdana">Suchen</td></tr>
<div class="margin"></font>
<table border="0" cellspacing="0" cellpadding="0">
<tr><td><strong class="search"><FONT SIZE="-1" FACE="Verdana">
Neue Suche ?</td></tr>
<tr><td><input type="text" size=15 name="query"> <input type=submit value="Suchen!"></td></tr>
<tr><td><a href="<%db_cgi_url%>/search.cgi">Optionen</a></td></tr>
</table>
</div>
</font></form>
==========================
You can watch the pages on http://free.power-lists.de (it´s a german page but you´ll find the categories ;-)

Thanx, Daniel

P.S.: I saw that the search results doesn´t show the links - may it be that the variable <%links%> is the problem ???

[This message has been edited by DanielF (edited March 06, 1999).]
Subject Author Views Date
Thread Help! Problems with showing Links on the Categorie page DanielF 8374 Mar 6, 1999, 7:52 PM
Post Re: Help! Problems with showing Links on the Categorie page
Bobsie 8085 Mar 6, 1999, 8:12 PM
Post Re: Help! Problems with showing Links on the Categorie page
DanielF 8083 Mar 6, 1999, 9:16 PM
Post Re: Help! Problems with showing Links on the Categorie page
Bobsie 8043 Mar 7, 1999, 8:39 AM
Post Re: Help! Problems with showing Links on the Categorie page
DanielF 8074 Mar 7, 1999, 9:18 AM
Post Re: Help! Problems with showing Links on the Categorie page
DanielF 8117 Mar 7, 1999, 9:17 PM
Post Re: Help! Problems with showing Links on the Categorie page
Bobsie 8003 Mar 8, 1999, 8:12 AM
Post Re: Help! Problems with showing Links on the Categorie page
Bobsie 7992 Mar 9, 1999, 5:05 PM
Post Re: Help! Problems with showing Links on the Categorie page
DanielF 7907 Mar 10, 1999, 2:57 AM
Post Re: Help! Problems with showing Links on the Categorie page
TriJason 8052 Mar 10, 1999, 5:47 PM
Post Re: Help! Problems with showing Links on the Categorie page
Bobsie 8032 Mar 10, 1999, 8:21 PM
Post Re: Help! Problems with showing Links on the Categorie page
DanielF 8095 Mar 10, 1999, 9:41 PM
Post Re: Help! Problems with showing Links on the Categorie page
Alex 8036 Mar 11, 1999, 10:09 AM
Post Re: Help! Problems with showing Links on the Categorie page
DanielF 7993 Mar 11, 1999, 6:58 PM
Post Re: Help! Problems with showing Links on the Categorie page
DanielF 8053 Mar 11, 1999, 9:45 PM
Post Re: Help! Problems with showing Links on the Categorie page
Alex 8023 Mar 12, 1999, 8:48 AM
Post Re: Help! Problems with showing Links on the Categorie page
Alex 7922 Mar 12, 1999, 12:50 PM
Post Re: Help! Problems with showing Links on the Categorie page
DanielF 7947 Mar 13, 1999, 8:34 AM