1
This simple hack? will change the default display of "last 100 days" in newbb forum to all the post from the beginning...
Look in viewforum.php for
$sortsince = !empty($HTTP_GET_VARS['sortsince']) ? intval($HTTP_GET_VARS['sortsince']) : 100;
and change the 100 to 1000
It's a simple trick but it will do you good if you want searchengines to keep your forumposts indexed :)