Qustion is how i can permanet delete post. thread ?
i was see there was
./launcher enter app
rails c
Post.find(THE_POST_ID).destroy
but no really undestand how find it id , and how to delete it compleate .
Qustion is how i can permanet delete post. thread ?
i was see there was
./launcher enter app
rails c
Post.find(THE_POST_ID).destroy
but no really undestand how find it id , and how to delete it compleate .
You can permanently delete from the console, but there is now an easier option that will allow you to do it from the UI. You do need to enable a hidden site setting, but you can find the instructions here:
is that will be enabled for all posts or that will be only like option ?
example “hide or delete”
It adds an option to the post wrench:
There are a couple of safeguards too, and a bit more detailed info in this topic:
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.