Info
- 3 posts
- 3 voices
- Started 3 years ago by asymmetrik
- Latest reply from LaFaucon
- This topic is not resolved
dashboard -> manage default status filters?
-
- Posted 3 years ago #
is there an easy way to set the Topic Status/Post Status filters in the Dashboard -> Manage -> sub-tabs to default to All? it currently defaults to Deleted.
thanks.
-
- Posted 3 years ago #
Unfortunately the only way I have found to do this is to edit the "content.php" and "content-posts.php" files in the bb-admin folder and edit line 9 in each file as follows:
content.php: Change 'topic_status' => 1 to 'topic_status' => 'all'
content-posts.php: Change 'post_status' => 1 to 'post_status' => 'all'I hate to modify core code, but I don't see any other way to change this as it is hard coded in the files. Perhaps an option could be added under "General Settings", but this would need to be done in the core code. It wouldn't be that hard to do, I would think.
-
- Posted 3 years ago #
Argh, this was driving me batty. Thank you!
-
You must log in to post.