PDA

View Full Version : Posts from last x days?


user02934123123
05-22-2006, 07:56 AM
Does anyone know if a hack exists that would also the user to display all posts made within the last x days? i.e. similar to vB's inbuilt 'posts from last 24 hours' feature, but which could provide variable options (e.g. posts from last 1, 3, 7, 10 days).

Many thanks in advance.

TheMusicMan
05-22-2006, 08:04 AM
Simple... append ?do=getdaily&days=x to the end of the search.php so you have:

yourforum/search.php?do=getdaily&days=5

for the last 5 days posts. Change 5 to however many days you need.

user02934123123
05-27-2006, 12:53 PM
Many thanks - precisely what's needed.

Of course, the fact that the search screen still says 'posts from the last day', no matter how many days are in fact being queried, is somewhat confusing for users.

But alas.