<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2855" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Austin Matzko&#039;s Forum &#187; Forum: Comments Preview Plugin - Recent Posts</title>
		<link>http://austinmatzko.com/forum/forum/comments-preview-plugin</link>
		<description>Austin Matzko&#039;s Forum &#187; Forum: Comments Preview Plugin - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 08 Feb 2012 07:52:59 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2855</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://austinmatzko.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://austinmatzko.com/forum/rss/forum/comments-preview-plugin" rel="self" type="application/rss+xml" />

		<item>
			<title>Dave Miller on "Correct number of comments"</title>
			<link>http://austinmatzko.com/forum/topic/correct-number-of-comments#post-50770</link>
			<pubDate>Wed, 29 Dec 2010 08:07:37 +0000</pubDate>
			<dc:creator>Dave Miller</dc:creator>
			<guid isPermaLink="false">50770@http://austinmatzko.com/forum/</guid>
			<description><p>Oops, just noticed that's wrong - <code>$filosofo_cp_class-&#62;preview_comment_id</code> should be <code>$filosofo_cp_class-&#62;preview_submitted()</code>
</p></description>
		</item>
		<item>
			<title>Dave Miller on "Correct number of comments"</title>
			<link>http://austinmatzko.com/forum/topic/correct-number-of-comments#post-50769</link>
			<pubDate>Wed, 29 Dec 2010 08:03:57 +0000</pubDate>
			<dc:creator>Dave Miller</dc:creator>
			<guid isPermaLink="false">50769@http://austinmatzko.com/forum/</guid>
			<description><p>Correctly indented version <a href="http://snippets.dave-miller.com/code/php/wordpress/filosofo-comments-preview-correct-number-of-comments">here</a>.
</p></description>
		</item>
		<item>
			<title>Dave Miller on "Correct number of comments"</title>
			<link>http://austinmatzko.com/forum/topic/correct-number-of-comments#post-50768</link>
			<pubDate>Wed, 29 Dec 2010 07:58:34 +0000</pubDate>
			<dc:creator>Dave Miller</dc:creator>
			<guid isPermaLink="false">50768@http://austinmatzko.com/forum/</guid>
			<description><p>I wanted it to say the correct number of comments, including the one being previewed, instead of "there are no comments". I achieved that by adding this simple snippet. Might be good to include as an option?</p>
<p><code>add_filter('get_comments_number', 'get_comments_number_preview', 12, 2);<br />
function get_comments_number_preview($count, $post_id)<br />
{<br />
    global $filosofo_cp_class, $post;<br />
    if ($post &#38;&#38; $post_id == $post-&#62;ID &#38;&#38; $filosofo_cp_class &#38;&#38; $filosofo_cp_class-&#62;preview_comment_id) {<br />
        return $count + 1;<br />
    }<br />
    return $count;<br />
}</code>
</p></description>
		</item>
		<item>
			<title>dkusleika on "Blank Screen After Post or Preview"</title>
			<link>http://austinmatzko.com/forum/topic/blank-screen-after-post-or-preview#post-3983</link>
			<pubDate>Wed, 21 Jan 2009 11:36:50 +0000</pubDate>
			<dc:creator>dkusleika</dc:creator>
			<guid isPermaLink="false">3983@http://austinmatzko.com/forum/</guid>
			<description><p>As you might expect, it was my fault all along. :) I modded comments.php for a different plugin and didn't undo those mods.  Sorry to waste your time, but I appreciate you taking a look at it for me.
</p></description>
		</item>
		<item>
			<title>dkusleika on "Blank Screen After Post or Preview"</title>
			<link>http://austinmatzko.com/forum/topic/blank-screen-after-post-or-preview#post-3982</link>
			<pubDate>Wed, 21 Jan 2009 11:13:48 +0000</pubDate>
			<dc:creator>dkusleika</dc:creator>
			<guid isPermaLink="false">3982@http://austinmatzko.com/forum/</guid>
			<description><p>I don't know, but I'll check with my ISP and see if I can get access to the logs.  I've deactivated the plug-in and now my sidebar and footer (php below the comments box in single.php) don't show.  It could be just coincidence that I was trying the plugin and they're really not related.  I'll let you know if the logs say anything.  Thanks.
</p></description>
		</item>
		<item>
			<title>filosofo on "Blank Screen After Post or Preview"</title>
			<link>http://austinmatzko.com/forum/topic/blank-screen-after-post-or-preview#post-3981</link>
			<pubDate>Wed, 21 Jan 2009 02:30:58 +0000</pubDate>
			<dc:creator>filosofo</dc:creator>
			<guid isPermaLink="false">3981@http://austinmatzko.com/forum/</guid>
			<description><p>I tried out the Fluid Blue theme and didn't have any problems, even after activating the iG Syntax Hiliter plugin.</p>
<p>Is this an especially large page?</p>
<p>Is there any way for you to check your server error logs?  A blank screen is usually a fatal PHP error, and if I could know what the error is, it would help greatly in diagnosing the problem.
</p></description>
		</item>
		<item>
			<title>dkusleika on "Blank Screen After Post or Preview"</title>
			<link>http://austinmatzko.com/forum/topic/blank-screen-after-post-or-preview#post-3978</link>
			<pubDate>Tue, 20 Jan 2009 19:28:27 +0000</pubDate>
			<dc:creator>dkusleika</dc:creator>
			<guid isPermaLink="false">3978@http://austinmatzko.com/forum/</guid>
			<description><p>Just activated the plug in on WP2.7.  When I Post or Preview, the web page goes blank.  The URL is right and Firefox reports "done" in the status bar.  If I reload, it gives me the POST DATA warning.  Fluid Blue is my theme.  What is it about my site that's causing this?</p>
<p>The only other plug in that might conflict is iG Syntax Hiliter.
</p></description>
		</item>
		<item>
			<title>steveegg on "Comments Preview breaks threaded comments in WP 2.7"</title>
			<link>http://austinmatzko.com/forum/topic/comments-preview-breaks-threaded-comments-in-wp-27#post-3907</link>
			<pubDate>Tue, 02 Dec 2008 20:41:25 +0000</pubDate>
			<dc:creator>steveegg</dc:creator>
			<guid isPermaLink="false">3907@http://austinmatzko.com/forum/</guid>
			<description><p>Update for WP 2.6.x (2.6.3 in my case) - Nothing is broken there.
</p></description>
		</item>
		<item>
			<title>steveegg on "Comments Preview breaks threaded comments in WP 2.7"</title>
			<link>http://austinmatzko.com/forum/topic/comments-preview-breaks-threaded-comments-in-wp-27#post-3906</link>
			<pubDate>Tue, 02 Dec 2008 20:02:47 +0000</pubDate>
			<dc:creator>steveegg</dc:creator>
			<guid isPermaLink="false">3906@http://austinmatzko.com/forum/</guid>
			<description><p>Update to last for non-standard actions in WP 2.7:</p>
<p>- Comment threading of non-previewed comments works properly in all cases.<br />
- Comment threading of previewed comments works properly as long as the "reply" link in the previewed comment (which replaces the "click here to cancel reply" link) is not clicked.<br />
- Comment threading of previewed comments breaks as soon as that "reply" link is clicked.</p>
<p>I do have a <a href="http://norunnyeggs.com/test25/2008/12/testing-the-threaded-version-of-filosofo-comments-preview">post illustrating this</a> up at my test blog.
</p></description>
		</item>
		<item>
			<title>steveegg on "Comments Preview breaks threaded comments in WP 2.7"</title>
			<link>http://austinmatzko.com/forum/topic/comments-preview-breaks-threaded-comments-in-wp-27#post-3905</link>
			<pubDate>Tue, 02 Dec 2008 19:43:42 +0000</pubDate>
			<dc:creator>steveegg</dc:creator>
			<guid isPermaLink="false">3905@http://austinmatzko.com/forum/</guid>
			<description><p>Threading works on WP 2.7.  Still have to test on 2.6.3 as well as a non-threaded 2.7.
</p></description>
		</item>
		<item>
			<title>filosofo on "Comments Preview breaks threaded comments in WP 2.7"</title>
			<link>http://austinmatzko.com/forum/topic/comments-preview-breaks-threaded-comments-in-wp-27#post-3902</link>
			<pubDate>Tue, 02 Dec 2008 06:00:28 +0000</pubDate>
			<dc:creator>filosofo</dc:creator>
			<guid isPermaLink="false">3902@http://austinmatzko.com/forum/</guid>
			<description><p>I've changed the development version of the plugin, <a href="http://plugins.trac.wordpress.org/browser/filosofo-comments-preview/trunk">here</a>, to work with threaded comments.  Could you try it out?
</p></description>
		</item>
		<item>
			<title>steveegg on "Comments Preview breaks threaded comments in WP 2.7"</title>
			<link>http://austinmatzko.com/forum/topic/comments-preview-breaks-threaded-comments-in-wp-27#post-3901</link>
			<pubDate>Tue, 02 Dec 2008 01:27:09 +0000</pubDate>
			<dc:creator>steveegg</dc:creator>
			<guid isPermaLink="false">3901@http://austinmatzko.com/forum/</guid>
			<description><p>I decided to try out the release candidate of WordPress 2.7, which among other things offers native support for threaded comments.  The problem is that Comments Preview breaks that; it sends any attempted reply to a comment to the end of the comment list rather than threading it.
</p></description>
		</item>
		<item>
			<title>filosofo on "position of submit buttons"</title>
			<link>http://austinmatzko.com/forum/topic/position-of-submit-buttons#post-3844</link>
			<pubDate>Fri, 19 Sep 2008 10:14:13 +0000</pubDate>
			<dc:creator>filosofo</dc:creator>
			<guid isPermaLink="false">3844@http://austinmatzko.com/forum/</guid>
			<description><p>The preview button by default has an id of "preview" and the submit button, of "submit".  So you can use CSS rules to style the buttons.  Something like the following might put your submit button on the left (it depends on the particulars of your theme):</p>
<pre><code>#submit {
float: left;
}</code></pre></description>
		</item>
		<item>
			<title>adlag on "position of submit buttons"</title>
			<link>http://austinmatzko.com/forum/topic/position-of-submit-buttons#post-3843</link>
			<pubDate>Fri, 19 Sep 2008 08:27:19 +0000</pubDate>
			<dc:creator>adlag</dc:creator>
			<guid isPermaLink="false">3843@http://austinmatzko.com/forum/</guid>
			<description><p>How can I place the submit buttons at a different position. For instance to have the post button also on the left.
</p></description>
		</item>
		<item>
			<title>sairuh on "Unable to post comments when using wp-openid"</title>
			<link>http://austinmatzko.com/forum/topic/unable-to-post-comments-when-using-wp-openid#post-2504</link>
			<pubDate>Mon, 04 Aug 2008 23:25:32 +0000</pubDate>
			<dc:creator>sairuh</dc:creator>
			<guid isPermaLink="false">2504@http://austinmatzko.com/forum/</guid>
			<description><p>Hello,</p>
<p>I noticed that when I upgraded the WP-OpenID plugin to 2.2.1 (from 2.1.9), I can no longer post comments when using OpenID authentication. I think I've narrowed this down (by systematically disabling plugins) to the Comments Preview plugin v1.0.5. When I turn Comments Preview, it's no longer a problem.</p>
<p>For more details on this issue, I had originally posted this at the WP forums <a href="http://wordpress.org/support/topic/194340">here</a>. Feel free to continue the discussion over there --or email me directly if you need further info.</p>
<p>Thanks in advance!
</p></description>
		</item>
		<item>
			<title>Anonymous on "2.5"</title>
			<link>http://austinmatzko.com/forum/topic/25-1#post-713</link>
			<pubDate>Sat, 28 Jun 2008 20:25:09 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">713@http://austinmatzko.com/forum/</guid>
			<description><p>I the preview button seems to have disappeared when I upgraded from 2.0, have you ever run into this?
</p></description>
		</item>
		<item>
			<title>Anonymous on "carriage returns disappeared"</title>
			<link>http://austinmatzko.com/forum/topic/carriage-returns-disappeared#post-611</link>
			<pubDate>Sat, 21 Jun 2008 02:47:50 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">611@http://austinmatzko.com/forum/</guid>
			<description><p>Hi, I just installed the plugin and everything seems to work well. However, when I type something up with carriage returns in the text box, and then hit preview, the preview is okay BUT the text in the text box is changed such that all the carriage returns are removed.  Therefore, when I post a message, everything is in one paragraph.</p>
<p>I also have MCEComments plugin installed.</p>
<p>Thanks a lot.
</p></description>
		</item>
		<item>
			<title>eistea on "po file"</title>
			<link>http://austinmatzko.com/forum/topic/po-file#post-533</link>
			<pubDate>Mon, 12 May 2008 02:09:19 +0000</pubDate>
			<dc:creator>eistea</dc:creator>
			<guid isPermaLink="false">533@http://austinmatzko.com/forum/</guid>
			<description><p>Hello,</p>
<p>seems there's a little glitch in filosofo-comments-preview.php. Localization will only work if you change line #397 from </p>
<p><code>load_plugin_textdomain('filosofo-comments-preview');</code></p>
<p>to something like this:</p>
<p><code>load_plugin_textdomain('filosofo-comments-preview', PLUGINDIR . "/" . dirname(plugin_basename(__FILE__)));</code>
</p></description>
		</item>
		<item>
			<title>Danny on "Fatal error: Call to undefined function..."</title>
			<link>http://austinmatzko.com/forum/topic/fatal-error-call-to-undefined-function#post-450</link>
			<pubDate>Sat, 02 Feb 2008 22:55:20 +0000</pubDate>
			<dc:creator>Danny</dc:creator>
			<guid isPermaLink="false">450@http://austinmatzko.com/forum/</guid>
			<description><p>I was using this plugin, hmmm... v0.78 I believe...? </p>
<p>Some edits in my theme (in the sidebar!) caused some odd behavior with the comment preview, so I decided to upgrade the plugin to see if that would help.</p>
<p>I had already gone back to using the previous sidebar coding which had not created any problems.  When I click to preview a comment with the new plugin (v. 1.0.4), I get this error message:</p>
<blockquote><p>Fatal error: Call to undefined function: kses_remove_filters() in /home/polparl/public_html/wp/wp-content/plugins/filosofo-comments-preview.php on line 425</p></blockquote>
<p>Do you know why it would do that?  I guess I will go back to the previous version of the plugin that I was using.</p>
<p>Thank you.</p>
<p>I am using WP 2.0.5, btw.
</p></description>
		</item>
		<item>
			<title>njungman on "Preview button only when logged in?"</title>
			<link>http://austinmatzko.com/forum/topic/preview-button-only-when-logged-in#post-430</link>
			<pubDate>Sat, 12 Jan 2008 13:38:15 +0000</pubDate>
			<dc:creator>njungman</dc:creator>
			<guid isPermaLink="false">430@http://austinmatzko.com/forum/</guid>
			<description><p>Austin, I have sent the file. I really like this plugin and appreciate any help you can offer in making it work for us.</p>
<p>Edit: I should also note, in case it makes a difference, that we are using WordPress MU.
</p></description>
		</item>
		<item>
			<title>filosofo on "Preview button only when logged in?"</title>
			<link>http://austinmatzko.com/forum/topic/preview-button-only-when-logged-in#post-426</link>
			<pubDate>Sat, 12 Jan 2008 12:17:47 +0000</pubDate>
			<dc:creator>filosofo</dc:creator>
			<guid isPermaLink="false">426@http://austinmatzko.com/forum/</guid>
			<description><p>I have no idea.  Can you email to <a href="mailto:if.website@gmail.com">if.website@gmail.com</a> a copy of the comments.php template from your theme?
</p></description>
		</item>
		<item>
			<title>njungman on "Preview button only when logged in?"</title>
			<link>http://austinmatzko.com/forum/topic/preview-button-only-when-logged-in#post-424</link>
			<pubDate>Sat, 12 Jan 2008 01:23:51 +0000</pubDate>
			<dc:creator>njungman</dc:creator>
			<guid isPermaLink="false">424@http://austinmatzko.com/forum/</guid>
			<description><p>Austin, do you have any guesses as to why I would get a Preview button on the comment form when I am logged in, but see no changes to the form when I am logged out? See <a href="http://blogs.varsitykansas.com/sandbox/2008/01/11/test-4-no-wordfix/">here</a>. Our theme is adapted from <a href="http://www.plaintxt.org/themes/sandbox/">Sandbox</a>, if that's any help.
</p></description>
		</item>
		<item>
			<title>filosofo on "po file"</title>
			<link>http://austinmatzko.com/forum/topic/po-file#post-386</link>
			<pubDate>Sat, 17 Nov 2007 09:21:20 +0000</pubDate>
			<dc:creator>filosofo</dc:creator>
			<guid isPermaLink="false">386@http://austinmatzko.com/forum/</guid>
			<description><p>Would you send a copy of the po and mo files to <a href="mailto:if.website@gmail.com">if.website@gmail.com</a> so that I can try it?
</p></description>
		</item>
		<item>
			<title>gaelle on "po file"</title>
			<link>http://austinmatzko.com/forum/topic/po-file#post-384</link>
			<pubDate>Fri, 16 Nov 2007 16:00:34 +0000</pubDate>
			<dc:creator>gaelle</dc:creator>
			<guid isPermaLink="false">384@http://austinmatzko.com/forum/</guid>
			<description><p>Hello,<br />
I have made changes into the "mo file" to get a French translation of preview, submit buttons and messages... but it tranpires that modifications are not taken into consideration by wordpress. Is there something else to do ? Have you go a clue ?<br />
Please let me know...<br />
Otherwise the plugin works perfectly.
</p></description>
		</item>
		<item>
			<title>filosofo on "Requiring preview before post"</title>
			<link>http://austinmatzko.com/forum/topic/requiring-preview-before-post#post-315</link>
			<pubDate>Sun, 07 Oct 2007 17:30:33 +0000</pubDate>
			<dc:creator>filosofo</dc:creator>
			<guid isPermaLink="false">315@http://austinmatzko.com/forum/</guid>
			<description><p>Thanks, codeman38.  I've been meaning to add something like this to the plugin, but I've been short on time the last few months.</p>
<p>One reason I haven't just used your patch is that it doesn't really require previews---it just removes the post button. So spammers can still submit comments without previewing, which nullifies what seems to me to be the principal benefit of forced previews.
</p></description>
		</item>
		<item>
			<title>codeman38 on "Requiring preview before post"</title>
			<link>http://austinmatzko.com/forum/topic/requiring-preview-before-post#post-311</link>
			<pubDate>Fri, 05 Oct 2007 22:05:31 +0000</pubDate>
			<dc:creator>codeman38</dc:creator>
			<guid isPermaLink="false">311@http://austinmatzko.com/forum/</guid>
			<description><p>I've posted the patch here for anyone else who wants it, since this doesn't seem to have been checked in officially (any way I could get access to trac to check it in?):</p>
<p><a href="http://zone38.net/blog/filosofo-comments-preview.patch" rel="nofollow">http://zone38.net/blog/filosofo-comments-preview.patch</a>
</p></description>
		</item>
		<item>
			<title>iNULL on "Backgrounding Preview"</title>
			<link>http://austinmatzko.com/forum/topic/backgrounding-preview#post-288</link>
			<pubDate>Fri, 14 Sep 2007 16:20:37 +0000</pubDate>
			<dc:creator>iNULL</dc:creator>
			<guid isPermaLink="false">288@http://austinmatzko.com/forum/</guid>
			<description><p>Dear All</p>
<p>Fisrtly, thanks a million for this plugins. I've installed it and it working perfectly. Before i used this plugin, i used another plugin, called<br />
<a href="http://blogwaffe.com/ajax-comment-preview/">AJAX Comment Preview</a> by <a href="http://blogwaffe.com/">Michael D. Adams</a>, but its suck, does not work on my wp 2.2.2 blog :)</p>
<p>I've some questions for this plugin. I wanna change the background color using  the "submit button" image of my theme, i used <a href="http://www.ndesign-studio.com/resources/wp-themes/glossyblue/">GlossyBlue</a> theme. So, i check the *.php file and see some codes from (in my case) line 89 to line 111, about the <strong>"div class="wra"</strong>. So, i've tried to put a tag where the image of my submit button image is placed, like <strong>/image/button.jpg</strong>, but nothing happened :( and i try again using another tags, but still NO affect :( </p>
<p>Another question is i only saw one additional options on "Options" area, called "Automatic Styling" so its NOT like in the <a href="http://www.ilfilosofo.com/wp-content/uploads/fcp2.jpg">screenshot</a> :(</p>
<p>So, please tell me the way !</p>
<p>Cheers,<br />
iNULL
</p></description>
		</item>
		<item>
			<title>Fleuretta on "Quicktags disapear"</title>
			<link>http://austinmatzko.com/forum/topic/quicktags-disapear#post-271</link>
			<pubDate>Fri, 20 Jul 2007 19:40:08 +0000</pubDate>
			<dc:creator>Fleuretta</dc:creator>
			<guid isPermaLink="false">271@http://austinmatzko.com/forum/</guid>
			<description><p>Hi,</p>
<p>I know why the quicktags disapear when I preview a comment.</p>
<p>When the people is not logged, the quicktags don't work well and the quicktags disapear when preview comment.</p>
<p>I don't why the quicktags disapear when preview and the quicktags don't work well but I found when<br />
they disapear.</p>
<p>Excuse my english...I hope you understand me.</p>
<p>Bye
</p></description>
		</item>
		<item>
			<title>Fleuretta on "Quicktags disapear"</title>
			<link>http://austinmatzko.com/forum/topic/quicktags-disapear#post-270</link>
			<pubDate>Thu, 19 Jul 2007 18:19:34 +0000</pubDate>
			<dc:creator>Fleuretta</dc:creator>
			<guid isPermaLink="false">270@http://austinmatzko.com/forum/</guid>
			<description><p>It's works! </p>
<p>About my quicktags, sometimes they disapear and sometimes not.</p>
<p>But I think I will change this plugin because the <em>underline</em> don't work and insert image don't work too.</p>
<p>Thank you very much for your help.</p>
<p>I'm really very happy !
</p></description>
		</item>
		<item>
			<title>filosofo on "Quicktags disapear"</title>
			<link>http://austinmatzko.com/forum/topic/quicktags-disapear#post-269</link>
			<pubDate>Thu, 19 Jul 2007 17:49:10 +0000</pubDate>
			<dc:creator>filosofo</dc:creator>
			<guid isPermaLink="false">269@http://austinmatzko.com/forum/</guid>
			<description><p>Add after<br />
<code>$b[&#39;preview&#39;][&#39;attribs&#39;][&#39;onmouseout&#39;] = &#34;this.className=&#39;bouton-off&#39;&#34;;</code></p>
<p>the following:</p>
<pre><code>$b[&#39;submit&#39;][&#39;attribs&#39;][&#39;value&#39;] = &#39;[Francais pour Post]&#39;;
$b[&#39;submit&#39;][&#39;attribs&#39;][&#39;class&#39;] = &#39;bouton&#39;;
$b[&#39;submit&#39;][&#39;attribs&#39;][&#39;onmouseover&#39;] = &#34;this.className=&#39;bouton-on&#39;&#34;;
$b[&#39;submit&#39;][&#39;attribs&#39;][&#39;onmouseout&#39;] = &#34;this.className=&#39;bouton-off&#39;&#34;;</code></pre></description>
		</item>

	</channel>
</rss>

