<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress support forums Tag: JavaScript</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: JavaScript</description>
<language>en</language>
<pubDate>Wed, 03 Dec 2008 00:03:05 +0000</pubDate>

<item>
<title>bharatk on "Double Posts"</title>
<link>http://bbpress.org/forums/topic/double-posts#post-20022</link>
<pubDate>Sat, 18 Oct 2008 14:04:38 +0000</pubDate>
<dc:creator>bharatk</dc:creator>
<guid isPermaLink="false">20022@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;the WITH replace code does not seem to appear corectly - I think because it had not spaces. here it is again:&#60;/p&#62;
&#60;p&#62;&#38;lt;input type=hidden id=hidden1&#38;gt;&#38;lt;input type=&#34;submit&#34; id=&#34;postformsub&#34; onclick=&#34;this.disabled=true; hidden1.name=this.name; hidden1.value=this.value; this.value='Please Wait...'; this.form.submit();&#34; name=&#34;Submit&#34; value=&#34;&#38;lt;?php echo attribute_escape( __('Post Message') ); ?&#38;gt;&#34; tabindex=&#34;4&#34;&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>bharatk on "Double Posts"</title>
<link>http://bbpress.org/forums/topic/double-posts#post-20021</link>
<pubDate>Sat, 18 Oct 2008 14:02:51 +0000</pubDate>
<dc:creator>bharatk</dc:creator>
<guid isPermaLink="false">20021@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm using 1.0 alpha 2 and had the same issue and used this to disable the the button and change it's label/value after submission.&#60;/p&#62;
&#60;p&#62;On the edit form, replace:&#60;/p&#62;
&#60;p&#62;&#38;lt;input type=&#34;submit&#34; id=&#34;postformsub&#34; name=&#34;Submit&#34; value=&#34;&#38;lt;?php echo attribute_escape( __('Post Message') ); ?&#38;gt;&#34; tabindex=&#34;4&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;with&#60;/p&#62;
&#60;p&#62;&#38;lt;input type=hidden id=hidden1&#38;gt;&#38;lt;input type=&#34;submit&#34; id=&#34;postformsub&#34; onclick=&#34;this.disabled=true;hidden1.name=this.name;hidden1.value=this.value;this.value='Please Wait...';this.form.submit();&#34; name=&#34;Submit&#34; value=&#34;&#38;lt;?php echo attribute_escape( __('Post Message') ); ?&#38;gt;&#34; tabindex=&#34;4&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;This creates a hidden form field which the submit buttonvalues are passed to before it's disabled, as when it's disbaled it won;t work as a submit button.&#60;/p&#62;
&#60;p&#62;I hope that helps.&#60;/p&#62;
&#60;p&#62;I similar thing can created on on the edit form.&#60;/p&#62;
&#60;p&#62;Bharat
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Double Posts"</title>
<link>http://bbpress.org/forums/topic/double-posts#post-19949</link>
<pubDate>Wed, 15 Oct 2008 08:03:39 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">19949@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;You know, there was a post here a year or more ago about using javascript to prevent duplicate form submissions, but I can't find it right now.  I did find some results with google though, just not at this site.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.google.com/search?q=prevent+duplicate+form+submission+javascript&#34; rel=&#34;nofollow&#34;&#62;http://www.google.com/search?q=prevent+duplicate+form+submission+javascript&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The solution posted here at bbpress.org was similar to this one (at the end):&#60;br /&#62;
&#60;a href=&#34;http://www.ahfb2000.com/webmaster_help_desk/showpost.php?s=95582078bfca56f52bafd97c9de84643&#38;#38;p=12854&#38;#38;postcount=2&#34; rel=&#34;nofollow&#34;&#62;http://www.ahfb2000.com/webmaster_help_desk/showpost.php?s=95582078bfca56f52bafd97c9de84643&#38;#38;p=12854&#38;#38;postcount=2&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>edwinfoo on "Double Posts"</title>
<link>http://bbpress.org/forums/topic/double-posts#post-19942</link>
<pubDate>Wed, 15 Oct 2008 04:57:50 +0000</pubDate>
<dc:creator>edwinfoo</dc:creator>
<guid isPermaLink="false">19942@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;When a post creator hits &#34;Send Post&#34; and if there is a unexpectedly slow response because of a temporary stall, slow pipe or outage and they click on &#34;Send Post&#34; a second time......viola.....double post.&#60;/p&#62;
&#60;p&#62;Is there an easy fix to prevent the double post from occurring?
&#60;/p&#62;</description>
</item>
<item>
<title>Detective on "Ajax Quote (or "Quote Extended"):"</title>
<link>http://bbpress.org/forums/topic/ajax-quote-or-quote-extended#post-19008</link>
<pubDate>Sat, 06 Sep 2008 14:47:17 +0000</pubDate>
<dc:creator>Detective</dc:creator>
<guid isPermaLink="false">19008@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Well, i don't know :p You need to provide me with better information, like: do you uploaded the plugin into the folder &#60;code&#62;my-plugins&#60;/code&#62; ? &#60;/p&#62;
&#60;p&#62;Perhaps you didn't uncompress the folder &#60;code&#62;sack&#60;/code&#62; ??
&#60;/p&#62;</description>
</item>
<item>
<title>meitershaker on "Ajax Quote (or "Quote Extended"):"</title>
<link>http://bbpress.org/forums/topic/ajax-quote-or-quote-extended#post-18987</link>
<pubDate>Fri, 05 Sep 2008 20:06:07 +0000</pubDate>
<dc:creator>meitershaker</dc:creator>
<guid isPermaLink="false">18987@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;no i have a default install of bbpress 1.0 trunk. and yes, the javascript is not loaded, why?
&#60;/p&#62;</description>
</item>
<item>
<title>Detective on "Ajax Quote (or "Quote Extended"):"</title>
<link>http://bbpress.org/forums/topic/ajax-quote-or-quote-extended#post-18977</link>
<pubDate>Fri, 05 Sep 2008 18:21:45 +0000</pubDate>
<dc:creator>Detective</dc:creator>
<guid isPermaLink="false">18977@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Probably your installation is not loading the javascript libraries.  Are you using WordPress' header instead of the bbPress one?
&#60;/p&#62;</description>
</item>
<item>
<title>meitershaker on "Ajax Quote (or "Quote Extended"):"</title>
<link>http://bbpress.org/forums/topic/ajax-quote-or-quote-extended#post-18974</link>
<pubDate>Fri, 05 Sep 2008 16:41:16 +0000</pubDate>
<dc:creator>meitershaker</dc:creator>
<guid isPermaLink="false">18974@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;same problem here :)
&#60;/p&#62;</description>
</item>
<item>
<title>cartmanffc on "Ajax Quote (or "Quote Extended"):"</title>
<link>http://bbpress.org/forums/topic/ajax-quote-or-quote-extended#post-18965</link>
<pubDate>Fri, 05 Sep 2008 14:00:52 +0000</pubDate>
<dc:creator>cartmanffc</dc:creator>
<guid isPermaLink="false">18965@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have the same problem as dankelly613;&#60;/p&#62;
&#60;p&#62;any solution?&#60;/p&#62;
&#60;p&#62;I use 1.0 Alpha
&#60;/p&#62;</description>
</item>
<item>
<title>lstelie on "Ajax Quote (or "Quote Extended"):"</title>
<link>http://bbpress.org/forums/topic/ajax-quote-or-quote-extended#post-18916</link>
<pubDate>Thu, 04 Sep 2008 14:23:03 +0000</pubDate>
<dc:creator>lstelie</dc:creator>
<guid isPermaLink="false">18916@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hello&#60;/p&#62;
&#60;p&#62;Until now works pretty well with 1.0 alpha&#60;/p&#62;
&#60;p&#62;Luc
&#60;/p&#62;</description>
</item>
<item>
<title>Detective on "Ajax Quote (or "Quote Extended"):"</title>
<link>http://bbpress.org/forums/topic/ajax-quote-or-quote-extended#post-18906</link>
<pubDate>Wed, 03 Sep 2008 23:12:56 +0000</pubDate>
<dc:creator>Detective</dc:creator>
<guid isPermaLink="false">18906@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I just uploaded a new version into the Plugin Repository. Now you can quote on multipage topics (using the mechanism from the original plugin).
&#60;/p&#62;</description>
</item>
<item>
<title>Detective on "Ajax Quote (or "Quote Extended"):"</title>
<link>http://bbpress.org/forums/topic/ajax-quote-or-quote-extended#post-17764</link>
<pubDate>Mon, 28 Jul 2008 22:07:43 +0000</pubDate>
<dc:creator>Detective</dc:creator>
<guid isPermaLink="false">17764@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Give me your url so i can see why it doesn't work.
&#60;/p&#62;</description>
</item>
<item>
<title>dankelly613 on "Ajax Quote (or "Quote Extended"):"</title>
<link>http://bbpress.org/forums/topic/ajax-quote-or-quote-extended#post-17762</link>
<pubDate>Mon, 28 Jul 2008 20:43:00 +0000</pubDate>
<dc:creator>dankelly613</dc:creator>
<guid isPermaLink="false">17762@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi, I've downloaded the latest version of this plugin from your blog, installed it according to the new instructions (thanks), but when I click the quote link, it just goes to the Reply field without quoting any text.&#60;/p&#62;
&#60;p&#62;Any solutions?&#60;/p&#62;
&#60;p&#62;I'm using WP 2.5.1 and bbPress 0.9.2
&#60;/p&#62;</description>
</item>
<item>
<title>Detective on "Ajax Quote (or "Quote Extended"):"</title>
<link>http://bbpress.org/forums/topic/ajax-quote-or-quote-extended#post-17449</link>
<pubDate>Sun, 20 Jul 2008 17:07:14 +0000</pubDate>
<dc:creator>Detective</dc:creator>
<guid isPermaLink="false">17449@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I found a bug (or perhaps a missing feature). In multipage topics, the plugin works only in the last page. I'll try to fix this...
&#60;/p&#62;</description>
</item>
<item>
<title>Detective on "Ajax Quote (or "Quote Extended"):"</title>
<link>http://bbpress.org/forums/topic/ajax-quote-or-quote-extended#post-16761</link>
<pubDate>Sat, 14 Jun 2008 12:12:19 +0000</pubDate>
<dc:creator>Detective</dc:creator>
<guid isPermaLink="false">16761@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Maybe if you give me your url i can see how the plugin fails, because it works for me (using 0.9.0.2 with WP 2.5.1).
&#60;/p&#62;</description>
</item>
<item>
<title>emmegildo on "Ajax Quote (or "Quote Extended"):"</title>
<link>http://bbpress.org/forums/topic/ajax-quote-or-quote-extended#post-16738</link>
<pubDate>Fri, 13 Jun 2008 04:43:06 +0000</pubDate>
<dc:creator>emmegildo</dc:creator>
<guid isPermaLink="false">16738@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;ahh i'm using 0.9.0.2
&#60;/p&#62;</description>
</item>
<item>
<title>Msowe Feha on "Ajax Quote (or "Quote Extended"):"</title>
<link>http://bbpress.org/forums/topic/ajax-quote-or-quote-extended#post-16727</link>
<pubDate>Thu, 12 Jun 2008 15:25:02 +0000</pubDate>
<dc:creator>Msowe Feha</dc:creator>
<guid isPermaLink="false">16727@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;does it work with 2.5.x ?&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
</item>
<item>
<title>emmegildo on "Ajax Quote (or "Quote Extended"):"</title>
<link>http://bbpress.org/forums/topic/ajax-quote-or-quote-extended#post-16717</link>
<pubDate>Thu, 12 Jun 2008 10:04:17 +0000</pubDate>
<dc:creator>emmegildo</dc:creator>
<guid isPermaLink="false">16717@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;hi detective..&#60;/p&#62;
&#60;p&#62;i installed your plugin but it doesn't work..&#60;br /&#62;
when i click quote on user's post, the screen goes down to the reply post form but the form is empty.
&#60;/p&#62;</description>
</item>
<item>
<title>Detective on "Ajax Quote (or "Quote Extended"):"</title>
<link>http://bbpress.org/forums/topic/ajax-quote-or-quote-extended#post-16643</link>
<pubDate>Sat, 07 Jun 2008 14:13:06 +0000</pubDate>
<dc:creator>Detective</dc:creator>
<guid isPermaLink="false">16643@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm hosting this plugin here: &#60;a href=&#34;http://alumnos.dcc.uchile.cl/~egraells/proyectos/plugins-para-bbpress/&#34; rel=&#34;nofollow&#34;&#62;http://alumnos.dcc.uchile.cl/~egraells/proyectos/plugins-para-bbpress/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>citizenkeith on "Ajax Quote (or "Quote Extended"):"</title>
<link>http://bbpress.org/forums/topic/ajax-quote-or-quote-extended#post-16498</link>
<pubDate>Wed, 28 May 2008 16:14:06 +0000</pubDate>
<dc:creator>citizenkeith</dc:creator>
<guid isPermaLink="false">16498@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Are you planning on writing instructions and adding it to the plugin directory? I'm sure many would appreciate official releases of both this one and PM Extended. :-)
&#60;/p&#62;</description>
</item>
<item>
<title>Detective on "Ajax Quote (or "Quote Extended"):"</title>
<link>http://bbpress.org/forums/topic/ajax-quote-or-quote-extended#post-16478</link>
<pubDate>Mon, 26 May 2008 18:56:26 +0000</pubDate>
<dc:creator>Detective</dc:creator>
<guid isPermaLink="false">16478@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Well, i didn't write install instructions, so it's my fault :)
&#60;/p&#62;</description>
</item>
<item>
<title>citizenkeith on "Ajax Quote (or "Quote Extended"):"</title>
<link>http://bbpress.org/forums/topic/ajax-quote-or-quote-extended#post-16463</link>
<pubDate>Sun, 25 May 2008 22:16:05 +0000</pubDate>
<dc:creator>citizenkeith</dc:creator>
<guid isPermaLink="false">16463@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks. Obviously I'm not skilled in PHP, so I'm kinda lost. Like you mentioned with Private Messages, it's probably best to do a clean install. Maybe I can find time over the holiday tomorrow.
&#60;/p&#62;</description>
</item>
<item>
<title>Detective on "Ajax Quote (or "Quote Extended"):"</title>
<link>http://bbpress.org/forums/topic/ajax-quote-or-quote-extended#post-16460</link>
<pubDate>Sun, 25 May 2008 15:31:20 +0000</pubDate>
<dc:creator>Detective</dc:creator>
<guid isPermaLink="false">16460@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;That's because you need to remove the call to that function in the template. That function no longer exists.
&#60;/p&#62;</description>
</item>
<item>
<title>citizenkeith on "Ajax Quote (or "Quote Extended"):"</title>
<link>http://bbpress.org/forums/topic/ajax-quote-or-quote-extended#post-16457</link>
<pubDate>Sun, 25 May 2008 12:47:17 +0000</pubDate>
<dc:creator>citizenkeith</dc:creator>
<guid isPermaLink="false">16457@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This appears in the quote box when I load a page:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;br /&#38;gt;
&#38;lt;b&#38;gt;Fatal error&#38;lt;/b&#38;gt;:  Call to undefined function  bb_quote_message() in &#38;lt;b&#38;gt;/home/zzz/zzz.com/forums/bb-templates/kakumei/post-form.php&#38;lt;/b&#38;gt; on line &#38;lt;b&#38;gt;10&#38;lt;/b&#38;gt;&#38;lt;br /&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>Detective on "Ajax Quote (or "Quote Extended"):"</title>
<link>http://bbpress.org/forums/topic/ajax-quote-or-quote-extended#post-16451</link>
<pubDate>Sat, 24 May 2008 19:07:19 +0000</pubDate>
<dc:creator>Detective</dc:creator>
<guid isPermaLink="false">16451@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Small fix:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$text =  preg_replace(&#38;#39;/&#38;lt;blockquote&#38;gt;((.&#124;[\n\r])*?)&#38;lt;\/blockquote&#38;gt;/&#38;#39;, &#38;#39;&#38;#39;,$post-&#38;gt;post_text);
$text = bb_code_trick_reverse($text);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;:)
&#60;/p&#62;</description>
</item>
<item>
<title>Detective on "Ajax Quote (or "Quote Extended"):"</title>
<link>http://bbpress.org/forums/topic/ajax-quote-or-quote-extended#post-16440</link>
<pubDate>Sat, 24 May 2008 01:44:38 +0000</pubDate>
<dc:creator>Detective</dc:creator>
<guid isPermaLink="false">16440@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;As i did with Private Messaging, i needed this functionality in the Quote plugin. So &#60;a href=&#34;http://alumnos.dcc.uchile.cl/~egraells/wp-content/uploads/2008/05/ajaxed-quote.tgz&#34;&#62;here&#60;/a&#62; it is if anyone is interested.&#60;/p&#62;
&#60;p&#62;Features:&#60;br /&#62;
- The plugin uses &#60;em&#62;nonces&#60;/em&#62; and removes the paragraph tags added by the pre_post filters.&#60;br /&#62;
- The JS library used is SACK. I just copied it from a WP installation.&#60;br /&#62;
- When you click on the Quote link, the post content is added in the reply form. You can click quote on another post to quote it too . &#60;/p&#62;
&#60;p&#62;I tested it on Firefox and works ok in my test install of bbPress.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Javascript error in topic-js.php whenever I go to a topic page"</title>
<link>http://bbpress.org/forums/topic/javascript-error-in-topic-jsphp-whenever-i-go-to-a-topic-page#post-15694</link>
<pubDate>Tue, 22 Apr 2008 22:08:37 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">15694@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I could not log in with IE6 or IE7.  Not sure why.&#60;/p&#62;
&#60;p&#62;With FF 2.0.0.13, I see the difference.  Seems like a template problem, stuff is just in the wrong place.  I think the theme author mentioned in another thread that a new release was coming.  I suspect this will be fixed in that release.
&#60;/p&#62;</description>
</item>
<item>
<title>fokjulle on "Javascript error in topic-js.php whenever I go to a topic page"</title>
<link>http://bbpress.org/forums/topic/javascript-error-in-topic-jsphp-whenever-i-go-to-a-topic-page#post-15683</link>
<pubDate>Tue, 22 Apr 2008 16:53:22 +0000</pubDate>
<dc:creator>fokjulle</dc:creator>
<guid isPermaLink="false">15683@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I've cleared the cache and nothing changed.&#60;/p&#62;
&#60;p&#62;Here are screenshots of what I'm talking about.&#60;/p&#62;
&#60;p&#62;The correct one (when I'm logged out):&#60;br /&#62;
&#60;a href=&#34;http://i80.photobucket.com/albums/j166/fokjulle/Untitled-1-14.gif&#34; rel=&#34;nofollow&#34;&#62;http://i80.photobucket.com/albums/j166/fokjulle/Untitled-1-14.gif&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The incorrect way (when I'm logged in):&#60;br /&#62;
&#60;a href=&#34;http://i80.photobucket.com/albums/j166/fokjulle/Untitled-2-3.gif&#34; rel=&#34;nofollow&#34;&#62;http://i80.photobucket.com/albums/j166/fokjulle/Untitled-2-3.gif&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Javascript error in topic-js.php whenever I go to a topic page"</title>
<link>http://bbpress.org/forums/topic/javascript-error-in-topic-jsphp-whenever-i-go-to-a-topic-page#post-15669</link>
<pubDate>Tue, 22 Apr 2008 15:30:24 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">15669@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Is it possible things are cached in your browser?  I logged into your forum and I don't see any JavaScript errors once logged in (or even before that.)&#60;/p&#62;
&#60;p&#62;It seems like this problem is fixed?
&#60;/p&#62;</description>
</item>
<item>
<title>fokjulle on "Javascript error in topic-js.php whenever I go to a topic page"</title>
<link>http://bbpress.org/forums/topic/javascript-error-in-topic-jsphp-whenever-i-go-to-a-topic-page#post-15666</link>
<pubDate>Tue, 22 Apr 2008 15:04:47 +0000</pubDate>
<dc:creator>fokjulle</dc:creator>
<guid isPermaLink="false">15666@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I've overwritten all my current files on the server, with the ones in that trunk code, and still nothing is fixed.  My forum is &#60;a href=&#34;http://trashmedia.co.za/forums&#34;&#62;here&#60;/a&#62;.  Please have a look and tell me what is going on...
&#60;/p&#62;</description>
</item>

</channel>
</rss>
