PDA

View Full Version : Advanced Todays Posts ~ Topic Activity


CrystaStarLight
09-27-2006, 09:01 PM
Hi! I was wondering if someone could make it to where members can select how many days back they want the post list to be. Which would be every post from every forum like the Todays Posts for 3.6.0.

Also a feature where the Admin can say how many days back they want the default search of every post from every forum to be, when people first open the page.

I don't know too much about the forum coding but maybe we could do it with the search function somehow.

Thank you!

CrystaStarLight
10-30-2006, 11:18 PM
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! ^_^