Its been a long time but no one has replied. I just wanted to see if someone could try this out.
I would really a hack like this. I think it will do wonders for people that have alot of forums but needs a place where they could join all the threads together so it will be much more convenient for their members to see what people are posting.
Nevermind! I found out how to change the amount of days you want on "Todays Posts" just open search.php and search for:
$_REQUEST['do'] = 'getdaily';
if ($vbulletin->GPC['days'] < 1)
{
$vbulletin->GPC['days'] = 1;
}
and just replace the two 1's with the amount of days you would like it to be. However just make sure you make them both the same number.
Upload and checkout your Todays Posts. Tada! ^_^
|