Gossamer Forum
Home : Products : Gossamer Links : Discussions :

modify links

Quote Reply
modify links
Since i upgraded to links SQl 2.0.5 form 2.04 it seems my modify links page does not work

the modify links page comes up and has a listing such as the following

Pages: 1 2 3 4 5 6 7 8 9 10 11 [>] [>>]

Please pick which link you would like to update:
Title Attachment Hits Rating Votes Last Mod

but there are no links listed?? i know i have a few hundred, as is indicated by the number of pages listed.

any help would be appreciated, thanks

here is the code from my template

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html>

<head>
<title><%site_title%>: Modify a Resource</title>
</head>
<body bgcolor="#FFFFFF">
<%include header.txt%>
<%if next%>
<p>Pages: <%next%>
<%endif%>

<p>Please pick which link you would like to update: <br>
<Table WIDTH=95%>
<tr bgcolor="#ffffff" valign="middle">
<td height="10"></td>
<td align="Center" height="10"><B>Title</B></td>
<td align="Center" height="10"><B>Attachment</B></td>
<td align="Center" height="10"><B>Hits</B></td>
<td align="Center" height="10"><B>Rating</B></td>
<td align="Center" height="10"><B>Votes</B></td>
<td align="Center" height="10"><B>Last Mod</B></td>
</tr>
<%loop link_results%>
<P><%include modify_link.html%>
<%endloop%>
</TABLE>

<%if next%>
<p>Pages: <%next%>
<%endif%>

<%include footer.txt%>
</body>
</html>

Last edited by:

knewt: Nov 13, 2001, 8:56 PM
Subject Author Views Date
Thread modify links knewt 2575 Nov 13, 2001, 8:53 PM
Thread Re: [knewt] modify links
brewt 2516 Nov 13, 2001, 10:00 PM
Thread Re: [brewt] modify links
knewt 2522 Nov 13, 2001, 10:11 PM
Thread Re: [knewt] modify links
brewt 2513 Nov 13, 2001, 10:21 PM
Thread Re: [brewt] modify links
knewt 2525 Nov 13, 2001, 10:30 PM
Thread Re: [knewt] modify links
knewt 2518 Nov 13, 2001, 10:43 PM
Post Re: [knewt] modify links
knewt 2529 Nov 14, 2001, 1:01 AM
Thread Re: [knewt] modify links
Alex 2502 Nov 14, 2001, 11:04 AM
Thread Re: [Alex] modify links
knewt 2495 Nov 14, 2001, 7:30 PM
Post Re: [knewt] modify links
Alex 2475 Nov 16, 2001, 3:29 PM