Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Altavista Span Pages

Quote Reply
Altavista Span Pages
I tried to install this mod, and it messed up my whole links listing. None of the links showed on my database. Can someone please tell me how the coding is to be inserted on the categories pages etc?

Quote Reply
Re: Altavista Span Pages In reply to
In category.html just replace
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%>
with the following:
Code:
<%if prev%>
<%prev%>
<%endif%>
<%if next%>
<%next%>
<%endif%>
Thomas
http://links.japanref.com