<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Patchlog - Latest Comments in More optimization for comment relish plugin</title><link>http://patchlog.disqus.com/</link><description></description><atom:link href="https://patchlog.disqus.com/more_optimization_for_comment_relish_plugin/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Thu, 11 Sep 2008 02:46:30 -0000</lastBuildDate><item><title>Re: More optimization for comment relish plugin</title><link>http://patchlog.com/wordpress/more-optimization-for-comment-relish-plugin/#comment-2803797</link><description>&lt;p&gt;The only problem that might exist but may now show up for everybody is that the plugin doesn't create the database when you install it. &lt;br&gt;You can check your wp db after you install it. If you see a table named  {wp_prefix}_cr_emailed then it's ok.If not then you should create the db manually by running this sql in a mysql client like phpmyadmin or whatever you use:&lt;/p&gt;&lt;p&gt;CREATE TABLE {wp_prefix}_cr_emailed (&lt;br&gt;emailed_ID mediumint(9) NOT NULL AUTO_INCREMENT,&lt;br&gt;time bigint(11) DEFAULT ‘0′ NOT NULL,&lt;br&gt;email varchar(255) NOT NULL,&lt;br&gt;UNIQUE KEY emailed_ID (emailed_ID),&lt;br&gt;INDEX ( email )&lt;br&gt;);&lt;/p&gt;&lt;p&gt;WP_PREFIX is the prefix that all wordpress tables have. By default this is 'wp' . &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PatchLog</dc:creator><pubDate>Thu, 11 Sep 2008 02:46:30 -0000</pubDate></item><item><title>Re: More optimization for comment relish plugin</title><link>http://patchlog.com/wordpress/more-optimization-for-comment-relish-plugin/#comment-2803798</link><description>&lt;p&gt;So have your fixed all the bugs or is anyone experiencing more problems with this?  If so, is there another available amended version of this plugin somewhere else that works correctly?  Thanks for your help.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">VizionQuest</dc:creator><pubDate>Wed, 10 Sep 2008 15:36:51 -0000</pubDate></item><item><title>Re: More optimization for comment relish plugin</title><link>http://patchlog.com/wordpress/more-optimization-for-comment-relish-plugin/#comment-2803799</link><description>&lt;p&gt;You could do that if you would create a system to send emails in batches ... right now the plugin hooks into the comment posting function so it would be unacceptable to make the user wait for 2-5 minutes before his comment is posted.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PatchLog</dc:creator><pubDate>Thu, 31 Jul 2008 23:05:24 -0000</pubDate></item><item><title>Re: More optimization for comment relish plugin</title><link>http://patchlog.com/wordpress/more-optimization-for-comment-relish-plugin/#comment-2803800</link><description>&lt;p&gt;great article.  thanks for  posting the optimization tips.&lt;/p&gt;&lt;p&gt;I got a question though.  Would it be a hard thing to do to add a delay into the email that relish sends out?  Ive noticed that when someone new leaves a comment on my site, the welcome email I set up is sent out to them immediately.  I would like to be able to put a delay of maybe 2 or 5 mins before the email is sent out.&lt;/p&gt;&lt;p&gt;thanks&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dan</dc:creator><pubDate>Thu, 31 Jul 2008 15:57:57 -0000</pubDate></item><item><title>Re: More optimization for comment relish plugin</title><link>http://patchlog.com/wordpress/more-optimization-for-comment-relish-plugin/#comment-2803801</link><description>&lt;p&gt;I was having the same problem as Zac, and I couldn't get the plugin to create the table, so I just manually created it.&lt;/p&gt;&lt;p&gt;Just replace the wp  in wp_cr_emailed if you have a different wordpress prefix.&lt;/p&gt;&lt;p&gt;CREATE TABLE wp_cr_emailed (&lt;br&gt;						emailed_ID mediumint(9) NOT NULL AUTO_INCREMENT,&lt;br&gt;						time bigint(11) DEFAULT '0' NOT NULL,&lt;br&gt;						email varchar(255) NOT NULL,&lt;br&gt;						UNIQUE KEY emailed_ID (emailed_ID),&lt;br&gt;						INDEX ( email )&lt;br&gt;					 );&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ted</dc:creator><pubDate>Mon, 28 Jul 2008 09:19:27 -0000</pubDate></item><item><title>Re: More optimization for comment relish plugin</title><link>http://patchlog.com/wordpress/more-optimization-for-comment-relish-plugin/#comment-2803802</link><description>&lt;p&gt;The problem is most likely because the plugin was not able to create the cr_emailed table.  deactivate the plugin and ( If you can access wordpress database ) lookup in wp_options for cr_installed and set it to 'false' and then just reactivate the plugin. This should just create the table : cr_emailed. look for it in the database to make sure it's there. If it's there then you should not have that problem anymore.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PatchLog</dc:creator><pubDate>Thu, 24 Jul 2008 06:13:20 -0000</pubDate></item><item><title>Re: More optimization for comment relish plugin</title><link>http://patchlog.com/wordpress/more-optimization-for-comment-relish-plugin/#comment-2803803</link><description>&lt;p&gt;Same issue as with Zac above.&lt;/p&gt;&lt;p&gt;v3 on my WordPress 2.6 sends welcome email to each comment I leave. Can you guys look into it?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alex Sysoef</dc:creator><pubDate>Thu, 24 Jul 2008 03:09:42 -0000</pubDate></item><item><title>Re: More optimization for comment relish plugin</title><link>http://patchlog.com/wordpress/more-optimization-for-comment-relish-plugin/#comment-2803796</link><description>&lt;p&gt;So installed v3 on a test instance of my site and left 4 comments.  I got 4 welcome messages - anyone experienced this as well?&lt;/p&gt;&lt;p&gt;cheers,&lt;/p&gt;&lt;p&gt;Zac&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zac</dc:creator><pubDate>Tue, 24 Jun 2008 21:29:39 -0000</pubDate></item><item><title>Re: More optimization for comment relish plugin</title><link>http://patchlog.com/wordpress/more-optimization-for-comment-relish-plugin/#comment-2803791</link><description>&lt;p&gt;mostly lack of free time&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PatchLog</dc:creator><pubDate>Wed, 26 Mar 2008 14:22:34 -0000</pubDate></item><item><title>Re: More optimization for comment relish plugin</title><link>http://patchlog.com/wordpress/more-optimization-for-comment-relish-plugin/#comment-2803790</link><description>&lt;p&gt;So what stops you from adding some features?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Krzysztof Lis</dc:creator><pubDate>Wed, 26 Mar 2008 14:12:19 -0000</pubDate></item><item><title>Re: More optimization for comment relish plugin</title><link>http://patchlog.com/wordpress/more-optimization-for-comment-relish-plugin/#comment-2803792</link><description>&lt;p&gt;Well it's not my plugin. I just fixed one issue with it.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PatchLog</dc:creator><pubDate>Wed, 26 Mar 2008 13:43:36 -0000</pubDate></item><item><title>Re: More optimization for comment relish plugin</title><link>http://patchlog.com/wordpress/more-optimization-for-comment-relish-plugin/#comment-2803794</link><description>&lt;p&gt;Everything's cool, but your plugin doesn't support any letters from non-english charset. :(&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Krzysztof Lis</dc:creator><pubDate>Wed, 26 Mar 2008 13:25:59 -0000</pubDate></item><item><title>Re: More optimization for comment relish plugin</title><link>http://patchlog.com/wordpress/more-optimization-for-comment-relish-plugin/#comment-2803793</link><description>&lt;p&gt;I’m assuming with the two pingbacks that pingbacks work fine with this plugin (unless you haven’t installed it here) ;)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Norman</dc:creator><pubDate>Tue, 26 Feb 2008 10:43:15 -0000</pubDate></item><item><title>Re: More optimization for comment relish plugin</title><link>http://patchlog.com/wordpress/more-optimization-for-comment-relish-plugin/#comment-2803795</link><description>&lt;p&gt;Comment Relish was working great, until today when it crashed my blog when I accidentally made a trackback from one post to another.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike</dc:creator><pubDate>Wed, 16 Jan 2008 18:28:43 -0000</pubDate></item><item><title>Re: More optimization for comment relish plugin</title><link>http://patchlog.com/wordpress/more-optimization-for-comment-relish-plugin/#comment-2803787</link><description>&lt;p&gt;nope, I just have to approve new comentators&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PatchLog</dc:creator><pubDate>Tue, 21 Aug 2007 15:50:04 -0000</pubDate></item><item><title>Re: More optimization for comment relish plugin</title><link>http://patchlog.com/wordpress/more-optimization-for-comment-relish-plugin/#comment-2803785</link><description>&lt;p&gt;Thanks for the suggestions. I will release another patch that fixes the stripslashes thing. As for the short tags, I never encountered such a problem.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PatchLog</dc:creator><pubDate>Tue, 21 Aug 2007 15:48:23 -0000</pubDate></item><item><title>Re: More optimization for comment relish plugin</title><link>http://patchlog.com/wordpress/more-optimization-for-comment-relish-plugin/#comment-2803789</link><description>&lt;p&gt;your blog ate my comment :/ (contained some other stuff to fix)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ozh</dc:creator><pubDate>Tue, 21 Aug 2007 15:19:46 -0000</pubDate></item><item><title>Re: More optimization for comment relish plugin</title><link>http://patchlog.com/wordpress/more-optimization-for-comment-relish-plugin/#comment-2803788</link><description>&lt;p&gt;Very nice patch (and much needed, jeez, looking for new commenters &lt;em&gt;on each page load&lt;/em&gt;?? silliest stuff ever)&lt;/p&gt;&lt;p&gt;A few more stuff to fix for you!&lt;/p&gt;&lt;p&gt;- It still misses some stripslashes (on line 288 and when outputting the options in the admin page, otherwise you see plenty of "I\'m happy you\'ve left a comment"&lt;/p&gt;&lt;p&gt;- it's full of PHP short tags (&amp;lt;? instead of &amp;lt;?php) which will make the plugin break everything on purist setups.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ozh</dc:creator><pubDate>Tue, 21 Aug 2007 15:17:17 -0000</pubDate></item><item><title>Re: More optimization for comment relish plugin</title><link>http://patchlog.com/wordpress/more-optimization-for-comment-relish-plugin/#comment-2803777</link><description>&lt;p&gt;What error are you getting exactly ?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PatchLog</dc:creator><pubDate>Wed, 01 Aug 2007 15:18:00 -0000</pubDate></item><item><title>Re: More optimization for comment relish plugin</title><link>http://patchlog.com/wordpress/more-optimization-for-comment-relish-plugin/#comment-2803776</link><description>&lt;p&gt;I'm still getting the error and can't seem to fix it. I downloaded the new one, delete the old one - do I need to reinstall and deactivate first? help!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">MichelleVan</dc:creator><pubDate>Wed, 01 Aug 2007 13:34:47 -0000</pubDate></item><item><title>Re: More optimization for comment relish plugin</title><link>http://patchlog.com/wordpress/more-optimization-for-comment-relish-plugin/#comment-2803778</link><description>&lt;p&gt;Love the plugin. Now I just need to create an interesting message ;-)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Roel</dc:creator><pubDate>Sat, 28 Jul 2007 16:23:53 -0000</pubDate></item><item><title>Re: More optimization for comment relish plugin</title><link>http://patchlog.com/wordpress/more-optimization-for-comment-relish-plugin/#comment-2803780</link><description>&lt;p&gt;Thank you for this, I guess I should've explained myself better.&lt;/p&gt;&lt;p&gt;On my old theme, and the old version of comment relish, for reasons you identified in that post, my blog would crash if somebody sent me a trackback. As a result, I managed to edit it so that  trackbacks didn't activate the code like comments did.&lt;/p&gt;&lt;p&gt;Excellent work by the way!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rhys</dc:creator><pubDate>Wed, 18 Jul 2007 17:48:12 -0000</pubDate></item><item><title>Re: More optimization for comment relish plugin</title><link>http://patchlog.com/wordpress/more-optimization-for-comment-relish-plugin/#comment-2803781</link><description>&lt;p&gt;Actually I had the older version installed here, the one I presented in this post: &lt;br&gt;&lt;a href="http://patchlog.com/wordpress/comment-relish-optimization/" rel="nofollow noopener" target="_blank" title="http://patchlog.com/wordpress/comment-relish-optimization/"&gt;http://patchlog.com/wordpre...&lt;/a&gt; and I didn't notice this problem. &lt;br&gt;Anyway here's an update that does not try to send an email to pingbacks and trackbacks &lt;a href="http://patchlog.com/wp-content/plugins/comment-relish.new.3.zip" rel="nofollow noopener" target="_blank" title="http://patchlog.com/wp-content/plugins/comment-relish.new.3.zip"&gt;http://patchlog.com/wp-cont...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PatchLog</dc:creator><pubDate>Wed, 18 Jul 2007 16:50:25 -0000</pubDate></item><item><title>Re: More optimization for comment relish plugin</title><link>http://patchlog.com/wordpress/more-optimization-for-comment-relish-plugin/#comment-2803783</link><description>&lt;p&gt;I'm assuming with the two pingbacks that pingbacks work fine with this plugin (unless you haven't installed it here) ;)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rhys</dc:creator><pubDate>Wed, 18 Jul 2007 16:35:18 -0000</pubDate></item><item><title>Re: More optimization for comment relish plugin</title><link>http://patchlog.com/wordpress/more-optimization-for-comment-relish-plugin/#comment-2803784</link><description>&lt;p&gt;Thanks for creating this, I've been waiting for this :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">webd360</dc:creator><pubDate>Wed, 18 Jul 2007 12:02:15 -0000</pubDate></item></channel></rss>