I am looking for a mod that changes the amount in days till forums are hidden...for example if a forum is not posted in for 30 days you get the message "There have been no posts in the last 30 days in this forum.", is there a way to change the default time for that?
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.
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.
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.