Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Missing next 10 link, only 10 links shown

Quote Reply
Missing next 10 link, only 10 links shown
I have 25 links on the TEST category, but script shows only 10 at once. The problem is that there is visible NEXT 10 link on the bottom of the screen, but it isn't actual link i.e. it doesīn work / link anywhere.

The category.html includes the following html:

<%if next%>
<a href="<%next%>">Next <%build_links_per_page%></a>
<%endif%>

Iīm wondering what would be the problem?


Quote Reply
Re: Missing next 10 link, only 10 links shown In reply to
Hi


What is the <%build_links_per_page%> tag is this a mod.

check via ftp that the pages exist, suggest you remove the above mentioned tag and see if that works

Quote Reply
Re: Missing next 10 link, only 10 links shown In reply to
test category includes index.html, more2.html and more3.html, so these pages are generated correctly and there are 25 links in total, but all of these pages are missing working prev / next links... i.e. links to sub

Hereīs the html from category.html file:


<%if prev%> </font><a href="<%prev%>"><font size="2" face="Arial,Helvetica">Prev </font></a><font size="2" face="Arial,Helvetica"> <%endif%>

<%if next%> </font><a href="<%next%>"><font size="2" face="Arial,Helvetica">Next </font></a><font size="2" face="Arial,Helvetica"> <%endif%>


</font><a href="<%db_cgi_url%>/add.cgi"><font size="2" face="Arial,Helvetica">Submit</font></a><font size="2" face="Arial,Helvetica"> your Web site to the our directory!</font>

XXX Hereīs "admin" generated report:

Building Category Pages . . .Building Category:
TEST Subcategories: 0
Links: 25 Directory: /htdocs/mlaamane/test.com/TEST
Filename : /htdocs/mlaamane/test.com/TEST/index.html
Subpage : /htdocs/mlaamane/test.com/TEST/more2.html
Subpage : /htdocs/mlaamane/test.com/TEST/more3.html

Does anyone know what mod this is, if this is not a standard feature? I donīt know.

Quote Reply
Re: Missing next 10 link, only 10 links shown In reply to
Did you install the enhanced templates mod? If not, you can't have multiple Links tags on the same line.

--Drew
Quote Reply
Re: Missing next 10 link, only 10 links shown In reply to
Thanks! I have not installed it.
I have modified category.html code -> one tag per line
and now it works! Thanks for help!