11
Quote:
ackbarr wrote:
in newbb v2 /modules/newbb/viewforum.php change:
$sortsince = !empty($_GET['sortsince']) ? intval($_GET['sortsince']) : 100;
to:
$sortsince = !empty($_GET['sortsince']) ? intval($_GET['sortsince']) : [color=008000][b]1000[/b][/color];
I wanted to do the same thing, but I'm not finding that line in viewforum.php
Has it changed in version 2.02?