Skip to:
Content
Pages
Categories
Search
Top
Bottom

dashboard -> manage default status filters?

  • 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.

Viewing 2 replies - 1 through 2 (of 2 total)

  • 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.


    LaFaucon
    Member

    @lafaucon

    Argh, this was driving me batty. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar