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