Set the permissions in each forum to *Display all Threads*. As it is now if there are no new posts or threads in 1 day, the threads are hidden and the user has to dig them up by clicking onto *view all threads in the past 30 days* or whatever.....Can anybody offer any help?
Viewing threads
Collapse
X
-
Your users might have set their own daysprune setting in their user preferences. You can mass update all users by running this query:
Code:UPDATE user SET daysprune = 0
-
You run queries here:
Admin CP -> Import & Maintenance -> Execute SQL Query
Then choose the appropriate query and click on 'Continue'.
To run queries you first need to give yourself permission to run queries in the Admin CP. To do this, edit this section of config.php:
// ****** USERS WITH QUERY RUNNING PERMISSIONS ******
// The users specified here will be allowed to run queries from the control panel.
// See the above entries for more information on the format.
// Please note that the ability to run queries is quite powerful. You may wish
// to remove all user IDs from this list for security reasons.
$canrunqueries = 'x';
...with x being your userid number.Steve 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.
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment