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

mod, fix, anything, help....

Quote Reply
mod, fix, anything, help....
Has anyone recoded the nph-build.cgi build_cool_page section so that it splits up the whats cool links onto multiple pages like the search results and category listings, Based on the LINKS{build_links_per_page}?
Right now, it builds them on one huge page, and with 50 on my site, the page is 170k!

Any help greatly appreciated,
Chris
Quote Reply
Re: mod, fix, anything, help.... In reply to
you can just edit the LIMIT to

0, $LINKS{build_links_per_page}

you'll also need a COUNT of the total first.. before and then a loop to make the rest of the pages..

jerry
Quote Reply
Re: mod, fix, anything, help.... In reply to
Could you post a small example?