How do I display all forum topics from the beginning, instead of the last 100 days?
For NewBB < 2.0.1: modules/newbb/viewforum.php:
$sortsince = !empty($HTTP_GET_VARS[\'sortsince\']) ? intval($HTTP_GET_VARS[\'sortsince\']) : 100; $sel_since_array = array(1, 2, 5, 10, 20, 30, 40, 60, 75, 100); ... $forum_selection_since .= \'\';
This Q&A was found on XOOPS Web Application System : https://xoops.org/modules/smartfaq/faq.php?faqid=361