In the comments field, when user entered the @ symbol, it allows, through autocompletion system, to quote preceding commentator..
Activate the plugin through 'Plugins WordPress.
You can Easaly overide MCA style, in CSS, because all style use one class.
To disable the inclusion of the sheet, just add this code to the functions php file of your theme add filter ..
There are several reasons why the plugin does not work make sure your theme uses properly comment text filter hook to display the comments make sure your theme uses properly comment form action hook after the comment form make sure your theme uses properly comment post action hook after publishing comments.
Don't forget to pass the arguments to this hook. make sure there are no conflit between the plugin and your javascripts file, maybe your script have to load after the plugin...
If you want to disable this feature, just paste this code to the functions php file of your theme add filter.
To help you filter, the hook embeds the comment and the list of recipients expected..
Helpfull to avoid nested comments and perfect for your SEO ..
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more