Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
"Deleted Discussions/Comments Visible" do nothing?
Apparently, irrespective of whether I have "Deleted Discussions Visible" and "Deleted Comments Visible" selected on my role, it refuses to show deleted comments and discussions. I checked, they're in the database, but they don't seem to appear. Thinking that maybe they were just hidden by the CSS, I looked in the raw html, but they were not visible there either.
Did I screw something up upgrading to 1.0.1?
0
This discussion has been closed.
Comments
Good idea for an add-on? Force user-prefrences... sets defaults for new users...
EDIT: Bingo. Just add
$Configuration['PREFERENCE_ShowDeletedDiscussions'] = '1'; $Configuration['PREFERENCE_ShowDeletedComments'] = '1';
to conf/settings.php