Gossamer Forum
Home : Products : Links 2.0 : Customization :

Next and previous option

Quote Reply
Next and previous option
Hi how can I make a next and previous option in the new links?

I want to display only 10 at a time?



How should I do it?


I asked this fot the 'Cool' list too, but I need to know it for the New list too


Jantje
Quote Reply
Re: [jantje] Next and previous option In reply to
From links.cfg:
Code:
# The script can now break up category pages that have more then x
# number of links in it. It will also create next and previous links
# to help navigate. Set this to 1 if you want to break up pages or 0 if
# you want to have only one page per category.
# Setting this to one, will also break up the What's New pages into
# per day sections (not affected by number of links per page).
$build_span_pages = 1;# Number of links per page.
$build_links_per_page = 10;


Search results for "span cool pages": http://www.gossamer-threads.com/...0cool%20pages;#32820 or here: http://www.simball.de/...ynpop_template.shtml

and for new, look here: http://www.simball.de/links_mods/dynnew.shtml

Search is a wonderful thing: a little time, no tellin' what ya might find!


Leonard
aka PerlFlunkie
Quote Reply
Re: [PerlFlunkie] Next and previous option In reply to
In Reply To:
Search is a wonderful thing: a little time, no tellin' what ya might find!

SmileSmileSmileSmileSmile
Quote Reply
Re: [PerlFlunkie] Next and previous option In reply to
Smile Yep, the cool mod I found, but the new span mod is a prob. I'm a newbie Crazy in the forum.

But thanx for the links!