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.
Best way for an extension to selectively prohibit comment posting
I see that CommentManager::SaveComment is the method that does the heavy lifting for adding and editing comments. What delegates or other things can I use to selectively (as in programmatically, based on an algorithm in my extension) prohibit SaveComment from going through with the Database::Insert or Database::Update that it is called to do? Thanks.
0
This discussion has been closed.
Comments