Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Span Pages Problem

Quote Reply
Span Pages Problem
Hi,

I recently upgraded from Links2.0 to LinksSQL and I have a problem with the span pages code. I tried both of these code fragments and neither work:

This . . .
Code:
<%if prev%>
<small><a href="<%prev%>">Prev <%build_links_per_page%></a></small>
<%endif%>
<%if next%>
<small><a href="<%next%>">Next <%build_links_per_page%></a></small>
<%endif%>
And this . . .
Code:
<%if prev%>
<small><%prev%></small>
<%endif%>

<%if next%>
<small><%next%></small>
<%endif%>

What I see on the pages is the URL to the next page printed out and not a series of numbers from 1 2 3, etc with underlines linking to the subsequent pages.

I have the span pages toggle turned "ON" in Links.pm so I'm at a loss.

Douglas

Any ideas?
Subject Author Views Date
Thread Span Pages Problem Douglas 1909 Jan 14, 2000, 8:47 AM
Post Re: Span Pages Problem
Alex 1849 Jan 14, 2000, 10:34 AM
Post Re: Span Pages Problem
Douglas 1851 Jan 14, 2000, 10:34 AM