<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>bbPress Plugin Browser &#187; Topic: Ajaxed Quote</title>
		<link>http://bbpress.org/plugins/topic/ajaxed-quote/</link>
		<description>bbPress Plugin Browser &#187; Topic: Ajaxed Quote</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Feb 2012 23:50:19 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/plugins/rss/topic/ajaxed-quote" rel="self" type="application/rss+xml" />

		<item>
			<title>kikko088 on "Ajaxed Quote"</title>
			<link>http://bbpress.org/plugins/topic/ajaxed-quote/page/3/#post-6104</link>
			<pubDate>Sat, 11 Sep 2010 15:10:42 +0000</pubDate>
			<dc:creator>kikko088</dc:creator>
			<guid isPermaLink="false">6104@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I have a little problem, in local is all OK if I put thw plugin online i get this error<br />
<a href="http://www.endurodoc.net/forum/my-plugins/ajaxed-quote/quote.ajax.php?_wpnonce=d9d809dffb&#038;quoted=1" rel="nofollow">http://www.endurodoc.net/forum/my-plugins/ajaxed-quote/quote.ajax.php?_wpnonce=d9d809dffb&#038;quoted=1</a> 404 Not Found	1.18s</p>
<p>with firebug.
</p>]]></description>
					</item>
		<item>
			<title>yoyopop on "Ajaxed Quote"</title>
			<link>http://bbpress.org/plugins/topic/ajaxed-quote/page/3/#post-5646</link>
			<pubDate>Mon, 05 Apr 2010 16:46:41 +0000</pubDate>
			<dc:creator>yoyopop</dc:creator>
			<guid isPermaLink="false">5646@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>re: my previous comment, the clash with adding tags was caused by an extra space after the final <code>?&#62;</code> in the quote.php file, just something to be careful of!
</p>]]></description>
					</item>
		<item>
			<title>yoyopop on "Ajaxed Quote"</title>
			<link>http://bbpress.org/plugins/topic/ajaxed-quote/page/3/#post-5642</link>
			<pubDate>Mon, 05 Apr 2010 11:12:31 +0000</pubDate>
			<dc:creator>yoyopop</dc:creator>
			<guid isPermaLink="false">5642@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>this plugin also seems to create a clash with adding tags in topics. Automatic feedback for adding a tag via ajax no longer works in some topics... anyone have any ideas?
</p>]]></description>
					</item>
		<item>
			<title>yoyopop on "Ajaxed Quote"</title>
			<link>http://bbpress.org/plugins/topic/ajaxed-quote/page/3/#post-5582</link>
			<pubDate>Mon, 22 Mar 2010 11:31:36 +0000</pubDate>
			<dc:creator>yoyopop</dc:creator>
			<guid isPermaLink="false">5582@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>seems to work if I change in quote.php :</p>
<p><code>$text = preg_replace( &#39;/&#60;blockquote&#62;((.&#124;[\n\r])*?)&#60;\/blockquote&#62;/&#39;, &#39;&#39;,$post-&#62;post_text );</code></p>
<p>to</p>
<p><code>$text = ($post-&#62;post_text);</code>
</p>]]></description>
					</item>
		<item>
			<title>yoyopop on "Ajaxed Quote"</title>
			<link>http://bbpress.org/plugins/topic/ajaxed-quote/page/3/#post-5581</link>
			<pubDate>Mon, 22 Mar 2010 11:18:47 +0000</pubDate>
			<dc:creator>yoyopop</dc:creator>
			<guid isPermaLink="false">5581@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>how can I edit this so that nested blockquote ARE NOT removed?
</p>]]></description>
					</item>
		<item>
			<title>chengdu living on "Ajaxed Quote"</title>
			<link>http://bbpress.org/plugins/topic/ajaxed-quote/page/3/#post-5006</link>
			<pubDate>Sun, 29 Nov 2009 18:53:28 +0000</pubDate>
			<dc:creator>chengdu living</dc:creator>
			<guid isPermaLink="false">5006@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Thanks, works great
</p>]]></description>
					</item>
		<item>
			<title>Elunah on "Ajaxed Quote"</title>
			<link>http://bbpress.org/plugins/topic/ajaxed-quote/page/3/#post-4894</link>
			<pubDate>Thu, 12 Nov 2009 00:18:25 +0000</pubDate>
			<dc:creator>Elunah</dc:creator>
			<guid isPermaLink="false">4894@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Just got this to work in my 1.0.2 installation, using the iNove theme. All I had to do was go into post.php and edit this line (~line 11):</p>
<p><code>&#60;div class=&#34;poststuff&#34;&#62;&#60;?php printf( __(&#39;Posted %s ago&#39;), bb_get_post_time() ); ?&#62; &#60;a href=&#34;&#60;?php post_anchor_link(); ?&#62;&#34;&#62;#&#60;/a&#62; &#60;?php post_ip_link(); ?&#62; &#60;?php post_edit_link(); ?&#62; &#60;?php post_delete_link(); ?&#62;&#60;/div&#62;</code></p>
<p>To this:</p>
<p><code>&#60;div class=&#34;poststuff&#34;&#62;&#60;?php printf( __(&#39;Posted %s ago&#39;), bb_get_post_time() ); ?&#62; &#60;a href=&#34;&#60;?php post_anchor_link(); ?&#62;&#34;&#62;#&#60;/a&#62; &#60;?php bb_post_admin(); ?&#62;&#60;/div&#62;</code></p>
<p>That is, I had to add <code>&#60;?php bb_post_admin(); ?&#62;</code> to that line. I cut out the other junk because it was redundant (try adding just the bb_post_admin call to the end and see).
</p>]]></description>
					</item>
		<item>
			<title>Tomcraft1980 on "Ajaxed Quote"</title>
			<link>http://bbpress.org/plugins/topic/ajaxed-quote/page/3/#post-4881</link>
			<pubDate>Sun, 08 Nov 2009 21:10:59 +0000</pubDate>
			<dc:creator>Tomcraft1980</dc:creator>
			<guid isPermaLink="false">4881@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Got it to work, works perfect, thx!
</p>]]></description>
					</item>
		<item>
			<title>Detective on "Ajaxed Quote"</title>
			<link>http://bbpress.org/plugins/topic/ajaxed-quote/page/3/#post-4749</link>
			<pubDate>Wed, 14 Oct 2009 12:10:27 +0000</pubDate>
			<dc:creator>Detective</dc:creator>
			<guid isPermaLink="false">4749@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>That's because you should install the plugin in the my-plugins folder. bb-plugins is for core plugins only. The "fix" is to move the plugin to my-plugins instead of replacing text inside the plugin ;)
</p>]]></description>
					</item>
		<item>
			<title>topol on "Ajaxed Quote"</title>
			<link>http://bbpress.org/plugins/topic/ajaxed-quote/page/3/#post-4722</link>
			<pubDate>Thu, 08 Oct 2009 08:58:21 +0000</pubDate>
			<dc:creator>topol</dc:creator>
			<guid isPermaLink="false">4722@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>i've found the solution of my problem....</p>
<p>The plugin looks for a "quote.ajax.php" in a "my-plugins" folder... I don't know why it is so.<br />
The "fix" is to change all inclusions of word "my-plugins" in bb-settings.php to "bb-plugins"
</p>]]></description>
					</item>
		<item>
			<title>topol on "Ajaxed Quote"</title>
			<link>http://bbpress.org/plugins/topic/ajaxed-quote/page/2/#post-4721</link>
			<pubDate>Thu, 08 Oct 2009 08:33:56 +0000</pubDate>
			<dc:creator>topol</dc:creator>
			<guid isPermaLink="false">4721@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>@Rubber,</p>
<p>What is the correct ajax call code in &#60;head&#62; of a template?</p>
<p>I have the Quote button showed, but nothing happenned after clicking to it ....
</p>]]></description>
					</item>
		<item>
			<title>Rubber on "Ajaxed Quote"</title>
			<link>http://bbpress.org/plugins/topic/ajaxed-quote/page/2/#post-4544</link>
			<pubDate>Sat, 12 Sep 2009 10:08:42 +0000</pubDate>
			<dc:creator>Rubber</dc:creator>
			<guid isPermaLink="false">4544@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>"bb_post_admin in your post template"</p>
<p>&#62;&#62;&#62; that was the problem! update your templates everyone in post.php!</p>
<p>thanks mate!
</p>]]></description>
					</item>
		<item>
			<title>Detective on "Ajaxed Quote"</title>
			<link>http://bbpress.org/plugins/topic/ajaxed-quote/page/2/#post-4539</link>
			<pubDate>Wed, 09 Sep 2009 15:32:08 +0000</pubDate>
			<dc:creator>Detective</dc:creator>
			<guid isPermaLink="false">4539@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>In my setup, the plugin works in 1.0.2 with permalinks on and off. The first version (for bb 0.9) was based on the older plugin, the current version was completely reorganized :)</p>
<p>Which theme are you using? Are you calling bb_head in your header and bb_post_admin in your post template?
</p>]]></description>
					</item>
		<item>
			<title>Rubber on "Ajaxed Quote"</title>
			<link>http://bbpress.org/plugins/topic/ajaxed-quote/page/2/#post-4536</link>
			<pubDate>Wed, 09 Sep 2009 11:31:01 +0000</pubDate>
			<dc:creator>Rubber</dc:creator>
			<guid isPermaLink="false">4536@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>By the way, you say that this plugin is based on the older "Quote" plugin... and users are also mentioning that the "Quote" plugin doesn't work on bbppress 1.0.2 with permalinks:</p>
<p><a href="http://bbpress.org/plugins/topic/quote/page/3/#post-4325" rel="nofollow">http://bbpress.org/plugins/topic/quote/page/3/#post-4325</a></p>
<p>@Detective, are you using your bbpress with permalinks disabled to make Ajaxed Quote work?
</p>]]></description>
					</item>
		<item>
			<title>Rubber on "Ajaxed Quote"</title>
			<link>http://bbpress.org/plugins/topic/ajaxed-quote/page/2/#post-4533</link>
			<pubDate>Wed, 09 Sep 2009 08:17:57 +0000</pubDate>
			<dc:creator>Rubber</dc:creator>
			<guid isPermaLink="false">4533@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>- The quote link is not showing ?<br />
- The javascript code in the header is not loaded?</p>
<p>Both don't work. Simply put, absolutely nothing changes on my forum nor in the forum's source code after installing and activating this plugin. </p>
<p>I'll try to put in the link manually, but I think it would help if you could post a full source code from one of your working forum's "topic" pages so we can see where exactly everything is being called.</p>
<p>(But then again, this probably won't help since the header javascript is not being loaded properly...?)</p>
<p>Thanks!
</p>]]></description>
					</item>
		<item>
			<title>Detective on "Ajaxed Quote"</title>
			<link>http://bbpress.org/plugins/topic/ajaxed-quote/page/2/#post-4526</link>
			<pubDate>Tue, 08 Sep 2009 16:21:18 +0000</pubDate>
			<dc:creator>Detective</dc:creator>
			<guid isPermaLink="false">4526@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Honestly, I don't know why it doesn't work for you. I can't guess your setups only from your bbPress version. By "it doesn't work" do you mean:</p>
<p>- The quote link is not showing ?<br />
- The javascript code in the header is not loaded?</p>
<blockquote><p>
Any ideas? What hook does this plugin use for inserting itself in the template? Can I manually insert the link into my template? (like the older version)
</p></blockquote>
<p>If uses the bb_post_admin hook, so in your post template you need to call the bb_post_admin template tag. You can insert the link manually:</p>
<pre><code>echo bb_quote_link();</code></pre>]]></description>
					</item>
		<item>
			<title>pzt on "Ajaxed Quote"</title>
			<link>http://bbpress.org/plugins/topic/ajaxed-quote/page/2/#post-4525</link>
			<pubDate>Tue, 08 Sep 2009 11:02:45 +0000</pubDate>
			<dc:creator>pzt</dc:creator>
			<guid isPermaLink="false">4525@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>It doesn't appear to work for me either. (clean 1.0.2 install)</p>
<p>Haven't had much time to research, will have another look if you can't reproduce.
</p>]]></description>
					</item>
		<item>
			<title>Rubber on "Ajaxed Quote"</title>
			<link>http://bbpress.org/plugins/topic/ajaxed-quote/page/2/#post-4521</link>
			<pubDate>Mon, 07 Sep 2009 09:03:46 +0000</pubDate>
			<dc:creator>Rubber</dc:creator>
			<guid isPermaLink="false">4521@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>It won't work with 1.0.2 for me either.
</p>]]></description>
					</item>
		<item>
			<title>phaniraj01 on "Ajaxed Quote"</title>
			<link>http://bbpress.org/plugins/topic/ajaxed-quote/page/2/#post-4454</link>
			<pubDate>Wed, 26 Aug 2009 17:32:28 +0000</pubDate>
			<dc:creator>phaniraj01</dc:creator>
			<guid isPermaLink="false">4454@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>@Detective</p>
<p>I placed this plugin in my-plugins, and activated,</p>
<p>but nothing happened.</p>
<p>Please let us know the installation procedure that u have followed ???</p>
<p>Thanks,<br />
Phani
</p>]]></description>
					</item>
		<item>
			<title>clarklab on "Ajaxed Quote"</title>
			<link>http://bbpress.org/plugins/topic/ajaxed-quote/page/2/#post-4453</link>
			<pubDate>Wed, 26 Aug 2009 17:12:16 +0000</pubDate>
			<dc:creator>clarklab</dc:creator>
			<guid isPermaLink="false">4453@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>It won't work with 1.0.2 for me either. I was running an older version of Ajaxed Quote but noticed it would throw an error when trying to quote for a previous page in the thread (trying to quote from page 2 of a 4 page thread wouldn't work). So I came to check for an update, found Ajaxed Quote 1.2, installed it and got nothing. No quote link showing up, no errors, no idea how to fix it.</p>
<p>Any ideas? What hook does this plugin use for inserting itself in the template? Can I manually insert the link into my template? (like the older version)
</p>]]></description>
					</item>

	</channel>
</rss>

