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.
Allowing users to delete their own posts?
Geng
New
Is it possible to allow users to delete their own threads and posts? (Within a specified time after thread or post creation, say within an hour).
0
Comments
they can self delete comments with this config option
$Configuration['Vanilla']['Comments']['AllowSelfDelete'] = TRUE; // allow self-delete of comments.
not sure about the time option. but you can surely test it your self. as a test user to see if the deletion option goes away when edit post time limit expires.
you don't want them deleting discussions. other user might have commented.
then you can report back so other users will know your testing results.
then add your question and results to here as well:
http://vanillaforums.org/discussion/28420/faq-what-frequently-asked-questions-would-you-like-to-see-in-a-faq-help
after that:
you can add to here:
http://vanillaforums.org/discussion/28401/vanilla-awards-for-best-community-developed-plugin-theme-and-application (if you don't know now, you probably will have an idea by the end of year, based on the plugins and theme you are using).
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Thanks
thanks for adding to the faq in the near future, I might be able to answer more questions after you do
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.