Quote:
Originally Posted by CoreIssue
Thanks. In tracking that by search back to the old topic I agree with the admin who said it is too complex for a lot of users. And if you don't do them all in one session they are marked read and not displayed again.
|
This is incorrect for vBulletin 3.5 - a thread only disappears from the search pages once you've visited it. Today's Posts does not behave like this and they will still appear even if read.
Quote:
Code:
$_REQUEST['do'] = 'getdaily';
if ($vbulletin->GPC['days'] < 1)
{
$vbulletin->GPC['days'] = 1;
}
$datecut = TIMENOW - (24 * 60 * 60 * $vbulletin->GPC['days']);
Change the 1 in = 1; to however many days you wish displayed.
|
To avoid file modifications you can just replace $datecut with a new value in the search_getnew_start plugin.
Quote:
Grrr. What to blazes!
That was not a double post. Should not have been merged.
Will it merge this as well?
|
It is a
pathetic modification that is aparently necessary to stop people bumping. I totally disagree, but anyway, thats what the admins of this forum believe.