=== elertzThis === Contributors: mihaimuntenas Donate link: http://elertz.com/ Tags: elertz, notification, messaging Requires at least: 2.2 Tested up to: 2.2 Stable tag: 1.0 This plugin adds 'Add to elertz' link to your topics. == Description == This plugin adds 'Add to elertz' link to your topics, allowing you to take advantage of the elertz messageing system to notify your visitors about updates to your blog (eg. comments posted to a specific topic). == Installation ==

In order to install elertzThis into your WordPress blog, please locate the directory wp-content/plugins under your WordPress installation, and UNPACK the ENTIRE contents of this archive to that folder.

Open wp-content/themes/[yourtheme]/index.php
Find the line where it says: <?php edit_post_link('Edit', '', ' | '); ?>
( note: for 'default' theme, line no. is:17.)
Before that line, add this: <?php if(function_exists(elertz_this)) { elertz_this(); } ?>

Open wp-content/themes/[yourtheme]/index.php
Find the line where it says: <?php } edit_post_link('Edit this entry.','',''); ?>
( note: for 'default' theme, line no. is:47.)
After that line, add this: <?php if(function_exists(elertz_this)) { elertz_this(); } ?>

Open wp-comments-post.php
Find the line where it says: $location = ( empty($_POST['redirect_to']) ? get_permalink($comment_post_ID) : $_POST['redirect_to'] ) . '#comment-' . $comment_id;
( note: usualy line no. between 71 - 73.)
Before that line, add this: if ( function_exists('elertz_this') ){ elertz_this(true); }

== Frequently Asked Questions == = What is elertz ? = Please visit http://www.elertz.com in order to lern about elertz and to understand the system. = When i click the 'Add to elertz' link a download starts = Yes, it is normal. The entire plugin is based on the elertz messaging system, wich requires to have a Internet Explorer toolbar installed. For more information please visit http://www.elertz.com. = Do i/my visitors need to have a browser plugin installed = Yes. You/your visitors should have the elertz Internet Explorer toolbar installed. But do not worry: trying to add an elert (clicking the 'Add to elertz link') on a browser which hasn't the toolbar installed will result in downloading the installer. = Is this plugin supposed to create a new directory in wp-content/plugins ? = Yes. The directory name should be 'elertzThis'. This plugin is splitted across multiple files, and in order to remove possible conflicts with other files it resides into it's own directory. = I've got other issues ? = Please contact us at http://blog.elertz.com and ask us about your issue, and we will try to solve it. Thanks for your understanding. == Screenshots ==