Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How to delete or cleanup ALL messages/topics?
How do I cleanup/delete all messages in my discussion board? Including all categories.
Inside a topic: how to "default" to sort by "date" (instead of sort by most popular)? I want to set all my topics to sort by date by default.
Inside a topic: how to "default" to sort by "date" (instead of sort by most popular)? I want to set all my topics to sort by date by default.
Tagged:
0
Comments
truncate table GDN_Comment; truncate table GDN_Discussion; truncate table GDN_Category;
Run that in MySQL or however you query a database on your host.
$Configuration['Vanilla']['Discussions']['SortField'] = 'd.DateInserted';