Gossamer Forum
Home : Products : Links 2.0 : Customization :

What's New is not working

Quote Reply
What's New is not working
Hello the What's New part of links is not working. I added links and categories and then I build the pages. Then I go and check out the What's New page and I get a 404 file not found. So to try and fix the problem I went in the directory that hold the New category and deleted the index file of What's New. Then I went back and rebuilt the pages and I tried the What's New link. I can get to the main page of What's New but there are no New days or anything there. What can be the problem?
Quote Reply
Re: What's New is not working In reply to
Make sure that you have the $db_new_cutoff variable set to a number like 14.

Example:

Code:
$db_new_cutoff = 14; # 14 days old.

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
----------------------


Quote Reply
Re: What's New is not working In reply to
Thanks for the help but where can I find that code at?
Quote Reply
Re: What's New is not working In reply to
UH...In your links.cfg file. That file holds most of the configuration variables for the scripts.

Smile

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
----------------------


Quote Reply
Re: What's New is not working In reply to
Elliot
Is there any other reason that might effect What's New page? I have cheked my links.cfg file and it says 14 days.
I have added so many Mod so not which is creating this problem and I don't see any links on What's new page? Is there anyone else have this problem? I think one of the Mod is making this happen..if anyone has any clue let me know.



Quote Reply
Re: What's New is not working In reply to
I'm having the exact same problem. Everything I can see is set correctly (paths, urls, etc.) The NEW page is building but there are no NEW links on it. I checked build permissions (OK). The COOL page is working just fine. What could I be doing wrong?