Log in

View Full Version : How do I change 'last 30 days' default?


mattcary
12-25-2002, 03:01 AM
On forumdisplay.php, I want to change the 'last 30 days' as the dault to 'last 100 days'.

Anyone have any idea where this default is set?

Regards,

Matt

nuno
12-25-2002, 03:43 AM
Admin CP -> Forums & Moderators -> Modify -> [edit]

mattcary
12-26-2002, 03:38 PM
Thanks, that's exactly right!

TLucent
01-21-2003, 09:09 PM
What if you have 500 forums and you want to change them all?? Can you do them all at once through phpMyAdmin?

N9ne
01-21-2003, 09:20 PM
Run this query then:

UPDATE forum SET daysprune = '100'

Should work, backup your DB before doing so ;).

TLucent
01-21-2003, 09:32 PM
...