Gossamer Forum
Home : Products : Links 2.0 : Customization :

What's New Page - Want more links displayed

Quote Reply
What's New Page - Want more links displayed
Where do I change the number of new links displayed. It currently shows 15 by default.

Also can I make that page display every page created in my Whats New Folder?
Quote Reply
Re: [pflyz] What's New Page - Want more links displayed In reply to
Just edit db_new_cutoff in links.def.

The number of pages displayed on new.html also depends on that setting.
Quote Reply
Re: [Tho:mas] What's New Page - Want more links displayed In reply to
as i recall this changes from which date a link is considered new
Code:
Number of days a link is considered New.
$db_new_cutoff = 4; # 4 days old.

the number of links displayed in your New sections depends on actual number of new links added in i.e. 4 days (as entered above)

bye


Gregor