Comment Connection

Comment Connection is a plugin that turns an element of comment text to a link for a previous comment. Whenever an author uses @commenter, the text after @ is automatically linked to the previous comment it refers to.
The plugin works by searching each comment for an occurance of @. Where it finds one, the plugin searches the comment database for a comment on the same post written by the person being referenced. By doing it this way, the plugin only adds one database query for each referencing comment.
If the type after the @ symbol does not correspond to a comment, no changes are made.
Currently tested successfully with the most current version of WP, 2.7. If you have trouble with earlier versions, or even have it work properly on earlier versions, please let me know.
For a complete list of the changes from each version, please visit the plugin homepage.
Be sure to check out my other plugins at my WordPress profile.
USAGE
Inside a comment, write @commenter where commenter is the name of the author you are replying to. The plugin will successfully find a link when the commenter text is followed by a new line, colon (:), comma (,) or a dash (-).
LIMITATIONS
- Commenter must be an exact match of the original author’s name.
- Many database queries can occur for a post with many referencing comments.
- Only links to the last comment made by commenter (ie. if the commenter writes many comments before the @, the most recent one is linked to).
Download & install the zip archive
The plugin package installer can be downloaded from the WP2E project tab called “code”.
1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.
2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.
3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.
- Give a name to your project
- Download the Installer Package
- Install & activate the plugin locally
- Install the suggested dependencies
Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.



