The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Change default days till threads are hidden
Hi all,
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? |
#2
|
||||
|
||||
You can change this on a per-forum basis in the control panel. Forums can be set to show all threads or threads by various cut off points.
|
#3
|
|||
|
|||
Quote:
Allthough it would probably be more efficient if you could also apply it for all forums as well |
#4
|
||||
|
||||
Quote:
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. |
#5
|
|||
|
|||
Quote:
|
#6
|
|||
|
|||
Quote:
|
#7
|
||||
|
||||
Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|