This addon lets you and your visitors reply to comments. Attention, it comes in two parts: display and front part!
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, default: [reply]
$alt_reply_wording the phrase/image for the reply-link in your alternative language, default: [antworten]
$marked_wording the phrase for showing that this comment is a reply, default: Replying to marked comment
$alt_marked_wording translation of the above to your alt language (if used), default: Markierten Kommentar beantworten
$comment_wording the phrase for showing that this comment is no reply, default: Commenting image, no reply
$alt_comment_wording translation of the above to your alt language (if used), default: Bild kommentieren, keine Antwort
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!
SEE IT IN ACTION
http://blog.uhlig.at/index.php?showimage=881&popup=comment&reply_to=7864#comments
excellent addon, very easy to set up :) see it here: http://www.stephenprocter.co.uk
Great addon ;) Easy to set up.
I've just added this to my site at pearweed. Your instructions were easy and concise and all seems to be going well. Great option!