PDA

View Full Version : Default View Age



..::Ryan::..
Sat 14th Feb '09, 7:14pm
Is there a script to execute that will change all of my forums Default View age to "Show all threads" instead of having to do each one individually?

Jake Bunce
Sat 14th Feb '09, 7:19pm
Run this query:



UPDATE forum SET daysprune = -1


After running this query you need to run this counter:

Admin CP -> Maintenance -> Update Counters -> Rebuild Forum Information

..::Ryan::..
Sat 14th Feb '09, 7:21pm
Thanks so much I didn't even know it was an automatic query. Thanks!