• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

[RC2] Change What's New Time Limit

James

Well-known member
Add-on version available here

This simple modification will allow you to manually change how many days worth of unread posts display in the What's New page.

Find in the navigation template (Line 59 default template):
Code:
<li><a href="{xen:link 'find-new/threads'}">{xen:phrase whats_new}</a></li>

Replace:
Code:
<li><a href="{xen:link 'find-new/threads', '', 'days=X'}">{xen:phrase whats_new}</a></li>

Change days=X to however many days you wish (e.g. days=5)
 
Top Bottom