This addon lets you and your visitors reply to comments.
- Comments are displayed in a threaded view.
- Visitors get a notification email if there is an answer to one of their comments.
- Spam Check works with Akismet but not with Defensio, sorry
NEW TAGS (for use in image_template.html and comment_template.html):
<REPLYABLE_COMMENTS> - List of Comments in threaded view. Use it instead of <IMAGE_COMMENTS>.
<THREAD_FIELD> - Hidden field with the threading ids and a notification if replying or not. Put it between <form> and </form> tags into the comment form.
<IMAGE_OTHERS_COMMENTS_NUMBER> - Use instead of <IMAGE_COMMENTS_NUMBER> if you don't want to include your own comments into the number of comments shown in image page. Use your Admin email in Comments form to be identified.
SETTINGS
Open the file commentication.php and set the following variables:
$marked colour for highlighting the comment to answer
$count_my_comments 'yes' or 'no', set this to 'no' if you want to exclude your own comments from the number of comments
$reply_wording the phrase or image for the reply-link
$alt_reply_wording the phrase/image for the reply-link in your alternative language
$marked_wording the phrase for showing that this comment is a reply
$alt_marked_wording translation of the above to your alt language (if used)
$comment_wording the phrase for showing that this comment is no reply
$alt_comment_wording translation of the above to your alt language (if used)
DATABASE CHANGES
A new field 'cthread_id' is added to the pixelpost_comments table. This is keeping the line of replied comments.
INSTALLATION
Unpack the zip and copy the whole _commentication folder into your Addon folder.
Edit the file commentication.php
Go to your Addons page in Admin panel and turn both Addon parts on (display and front side part). The new database field will be created.
That's it!
Tipp for Users of Horizon-Template (or any other templates which shows the comments by JavaScript)
Add this tiny JavaScript to make it work perfect with horizon template:
Code:
<script language="javascript" type="text/javascript">
if(window.location.href.match(/#commentform/)) {
new Effect.toggle('image-info','BLIND');
}
</script>
Add this at the very end of your image_template.html (right before </body>).
Maybe you have to change the Effect to the one you are using, this scriopt is for the unchanged horizon template (Effect.toggle BLIND)
DOWNLOAD
http://www.pixelpost.org/extend/addo...ents/download/

See it working here in my blog:
http://blog.uhlig.at/index.php?popup=comment#comments
You like this addon?
Have fun with it and keep on commenting :-)