Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Argent Help on link 2.0. Need help. Please help help help help help help. Thanx

Quote Reply
Argent Help on link 2.0. Need help. Please help help help help help help. Thanx
hey, in bussiness category I have over 29 links, right but when I go to http://indiansite.hypermart.net/pages/business/ It wont show the next button, what happen. How come it doesnt show. I have to type in http://indiansite.hypermart.net/pages/Bussiness/more2.html Manual, doesnt it post to show the next button..??I need help please help
Thank you
Quote Reply
Re: Argent Help on link 2.0. Need help. Please help help help help help help. Thanx In reply to
Hi there,

I checked mentioned url but it gave a 404 error. That's because your business category is miss spelled as bussiness. We come to that later. First your question.

I assume that you use templates,
check your category.html and find this tag: <%if related%>

Now insert the following before that:
Code:
<!-- Next/Previous links if spanning pages. -->
<%if prev%>
</font></font><font size="2" face="Arial,Helvetica"><a href="<%prev%>">Prev <%build_links_per_page%></a>
<%endif%>
<%if next%>
<a href="<%next%>">Next <%build_links_per_page%></a>
<%endif%>
<br>
<a href="<%db_cgi_url%>/add.cgi">Submit</a> your Web site to our directory!</font>
<p>

If it's already there don't insert it, you have another problem, but I think this will fix it.

Now for your misspelled category:
In your admin modify this category and remove the extra 'S'. It's spelled Business.

After this click 'check cat' in the nav panel on the left.
The program will give you a warning that some of your links do not have a correct category. You find an option to move them. DO that to the renamed Business category.
Now click the button, i believe it says update database.

Rebuild your pages, and I think your problems will be solved.

Jeroen


------------------
Free 4U2: a searchable directory of free stuff
http://www.free4u2.com

When something does not function properly, hit it hard.....
.....When it breaks it had to be replaced anyway.


Quote Reply
Re: Argent Help on link 2.0. Need help. Please help help help help help help. Thanx In reply to
By the way,

I also saw your site title on top of your category pages. It could be that there is an extra <%site_title%> tag somewhere in the top of your templates. It only should appear within the <title> </title> tags. the other one can be removed.

Jeroen

[This message has been edited by Jeroen (edited July 31, 1999).]