I don't have too much activity yet and I'd like to keep all messages viewable reagrdless of age to keep the forum looking busy. Right now all messages over 30 days old are hidden unless you change the view. How do I change all the forums to "view all" until I get more traffic?
Announcement
Collapse
No announcement yet.
Message age
Collapse
X
-
Admin CP -> Forums & Moderators -> Modify -> {forum name} [edit] -> Default view age -> 1000
Repeat this for each forum.
Or if you have access to your db you can do all at once with the query:
UPDATE forum SET daysprune = 1000Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
Change CKEditor Colors to Match Style (for 4.1.4 and above)
Steve Machol Photography
Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.
-
Thank you!
Originally posted by Steve MacholAdmin CP -> Forums & Moderators -> Modify -> {forum name} [edit] -> Default view age -> 1000
Repeat this for each forum.
Or if you have access to your db you can do all at once with the query:
UPDATE forum SET daysprune = 1000
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment