Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

category pagebuilder page + links_loop problem

Quote Reply
category pagebuilder page + links_loop problem
Hi all,

I am having a problem with pagebuilder category page and page spans.

What i want to do is create a category page that lists the links in that category.
So i created a category page that i can display by entering the following url:cgi-bin/page.cgi?page=category_page;category=2

inside this template i have the results loop as follows:

<%loop links_loop%>
<%ID%> - <%Title%><br>
<%endloop%>

The problem occurs when i have more than mh results in that category. I want to pass in a nh variable into the url so i can see the next results. ie cgi-bin/page.cgi?page=category_page;category=2;nh=2

This doesnt work however. Anybody know how i can display the next page of results?

Thanks,

Hagai