Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: dashboard -> manage default status filters?


slambert1971
Member

@slambert1971

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.

Skip to toolbar