Quote:
Originally Posted by roundhost
Ah thanks
Allthough it would probably be more efficient if you could also apply it for all forums as well 
|
Run this query:
UPDATE forum SET daysprune = -1;
Will set all forums to show all threads.
Or for a specific number of days:
UPDATE forum SET daysprune = 30;
Will set all forums to show threads from the last 30 days, for example.