<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Thariqul Huda &#187; Email</title>
	<atom:link href="http://hudatoriq.web.id/tag/email/feed/" rel="self" type="application/rss+xml" />
	<link>http://hudatoriq.web.id</link>
	<description>Huda's Life, On The Row</description>
	<lastBuildDate>Tue, 13 Jan 2009 10:15:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>CommentMailer</title>
		<link>http://hudatoriq.web.id/2007/08/20/commentmailer/</link>
		<comments>http://hudatoriq.web.id/2007/08/20/commentmailer/#comments</comments>
		<pubDate>Sun, 19 Aug 2007 19:35:09 +0000</pubDate>
		<dc:creator>huda</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[CommentMailer]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[WP-hack]]></category>

		<guid isPermaLink="false">http://www.hudatoriq.web.id/2007/08/20/commentmailer/</guid>
		<description><![CDATA[Comment Mailer is a WordPress plugin that helps you maintaining the discussion on your blog by letting the commenters know that you have replied their comments on the comment section of your post. Everytime you post a comment to answer previous comments from your visitors, you&#8217;ll be given an option to send a notification email [...]]]></description>
			<content:encoded><![CDATA[<p>Comment Mailer is a WordPress plugin that helps you maintaining the discussion on your blog by letting the commenters know that you have replied their comments on the comment section of your post. Everytime you post a comment to answer previous comments from your visitors, you&#8217;ll be given an option to send a notification email to a spcecific commenters. It&#8217;s simple and easy.</p>
<p><strong>Why You Should Use This Plugin</strong></p>
<ul>
<li>You&#8217;ll never know whether your blog commenters is going to visit back to look for your reply for his/her comment, subscribe a comment feed for a specific post, or choose to receive notification e-mail (if you provide one). By using this plugin, you&#8217;ll have a full control to decide whether it is necessary to notify a commenter for a new reply.</li>
<li>It keeps the discussion rolling on your blog comment system.</li>
</ul>
<p><strong>Grab it</strong></p>
<p>Currently there is only unstable version of this plugin. But yet, you can still take the advantage by installing  it. Use the following link to download the plugin.</p>
<p class="download"><a href="http://downloads.wordpress.org/plugin/commentmailer.0.1-beta.zip" title="Comment Mailer">commentmailer-0.1-beta</a></p>
<p><span id="more-72"></span><strong>Installation</strong></p>
<ol>
<li>Download the package and decompress it</li>
<li>Upload the file named commentmailer.php to your /wp-content/plugins/ directory</li>
<li>Go to your Plugin activation section and activate the plugin</li>
<li>Well done!</li>
<li>If necessary, you can configure anything on the admin panel. Login into your wp-admin and select Options -&gt; CommentMailer</li>
</ol>
<p><strong>Usage</strong></p>
<p>If you are logged in as an administrator on your blog, you&#8217;ll see an additional list menu on the comment submission form. Select the commenters to whom you are going to send a notification e-mail. Then click the submit button as usual. Leave the rest to the plugin to work</p>
<p><strong>Localization</strong></p>
<p>There is still only one localization available for this plugin: Bahasa Indonesia.  If you are interested in translating it into your language, you can use the template (commentmailer.pot) file included in the plugin package archive. You can send the translation result back to me so I could include the translation in the next release.</p>
<p>Localization plays an important role in this plugin since it determines the content of your notification e-mail.</p>
<table class="table_post_line download" margin="1" border="0" width="100%">
<tr>
<th align="center">Language</th>
<th align="center">Version</th>
<th align="center">Translator</th>
<th align="center">Source code</th>
<th align="center">Binary</th>
</tr>
<tr>
<td align="left">Bahasa Indonesia</td>
<td align="center">0.1-alpha</td>
<td align="center"><a href="hudatoriq.web.id">Huda Toriq</a></td>
<td align="center"><a href="http://svn.wp-plugins.org/commentmailer/l10n/trunk/commentmailer-id_ID.po">id_ID</a></td>
<td align="center"><a href="http://svn.wp-plugins.org/commentmailer/l10n/trunk/commentmailer-id_ID.mo">id_ID</a></td>
</tr>
</table>
<p>To use the localization, simply upload the desired .mo to your plugin directory (/wp-content/plugins/). Your WPLANG value in your wp-config.php should match the .mo file. e.g. you should use the id_ID.mo if your WPLANG is set to id_ID.</p>
<p><strong>Frequently Asked Questions</strong></p>
<p class="question" style="text-align: left">Can my blog visitors use same list menu to send comment notification to the other commenters?</p>
<p>No unless they are registered as your blog user and are logged in when they are submitting a comment. Otherwise they would see the regular comment form, without the additional list menu.</p>
<p class="question" style="text-align: left">The e-mail header configuration can only be filled with a single setting (single sender name, single e-mail address). How could a multi user blog specify multiple settings for the plugin?</p>
<p>You couldn&#8217;t. But you can leave it blank so that the display name and email address from the user profile will be used instead of the commentmailer option</p>
<p class="question" style="text-align: left">Why I don&#8217;t see any extra options on the comment submission form?</p>
<p>It&#8217;s probably because your theme doesn&#8217;t have a hook called comment_form. I use this hook to automatically insert the multiple list menu containing the names of the commenters. Check your theme file for a code that look like this: <code>&lt;&amp;php do_action('comment_form', $post-&gt;ID); &amp;&gt; </code>Usually it&#8217;s located inside &#8216;comments.php&#8217;. If you don&#8217;t have one, try adding it manually.</p>
<p><strong>Version History</strong></p>
<ul>
<li>September 2 2007 &#8211; Version 0.1-beta<br />
Major fixes for previously broken functions. The multiple list is now working.</li>
<li>August 20 2007 &#8211; Version 0.1-alpha<br />
Initial release. The multiple list is not 100% working actually. You could only send notification to 1 visitor. I have recoded the list and will surely provide the real multiple list function in the next release. (soon <img src='http://www.keritikentang.com/smilies/yahoo_smiley.gif' alt='&#58;&#41;' class='wp-smiley' width='18' height='18' title='&#58;&#41;' /> ).</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://hudatoriq.web.id/2007/08/20/commentmailer/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
	</channel>
</rss>

