<?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; User Favorites: nolageek</title>
		<link>http://bbpress.org/plugins/profile/</link>
		<description>bbPress Plugin Browser &#187; User Favorites: nolageek</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 04:44:16 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/plugins/rss/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>Blakeney on "Wiki Post"</title>
			<link>http://bbpress.org/plugins/topic/wiki-post/#post-5930</link>
			<pubDate>Mon, 28 Jun 2010 21:58:41 +0000</pubDate>
			<dc:creator>Blakeney</dc:creator>
			<guid isPermaLink="false">5930@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Find:</p>
<p><code>@require_once( BB_PATH . BB_INC . &#039;registration-functions.php&#039;);</code> in wiki-post.php and change it to:</p>
<p><code>@require_once( BB_PATH . BB_INC . &#039;functions.bb-pluggable.php&#039;);</code></p>
<p>Then put in: <code>your-site-path.com?reset_wiki_post</code> to your browser.</p>
<p>This should make it work on 1.0.2.
</p>]]></description>
					</item>
		<item>
			<title>bartekk on "Comment Quicktags for bbPress"</title>
			<link>http://bbpress.org/plugins/topic/quicktags-4-bbpress/page/2/#post-5121</link>
			<pubDate>Thu, 31 Dec 2009 02:53:37 +0000</pubDate>
			<dc:creator>bartekk</dc:creator>
			<guid isPermaLink="false">5121@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>If you want to have this plugin working from a directory and with tips suggested by _ck_, here's what you need:</p>
<ul>
<li>Create a folder <code>quicktags-4-bbpress</code> in your <code>my-plugins</code> dir.</li>
<li>Put <code>comment_QT_4_bbpress.php</code> and <code>js_quicktags.js</code> into your newly created folder <code>quicktags-4-bbpress</code></li>
<li>Open <code>comment_QT_4_bbpress.php</code> in a text editor, wipe out everything between <code>*/</code> and <code>?&#62;</code>, and put there this little piece:<br />
<pre><code>function comment_quicktags($unused) {
		if (bb_get_current_user() &#38;&#38; (isset($_GET[&#39;new&#39;]) &#124;&#124; in_array(bb_get_location(),array(&#39;topic-page&#39;,&#39;tag-page&#39;,&#39;forum-page&#39;)))) {
			$scripturl =  bb_get_option (&#39;uri&#39;) . &#39;my-plugins/quicktags-4-bbpress/js_quicktags.js&#39;;
			echo &#39;&#60;script src=&#34;&#39; . $scripturl . &#39;&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62;&#39; . &#34;\n&#34;;
			ob_start(&#39;comment_quicktags_ob&#39;);
		}
	}
	function comment_quicktags_ob($content) {
		$toolbar = &#39;&#60;script type=&#34;text/javascript&#34;&#62;edToolbar();&#60;/script&#62;&#39;;
		$activate = &#39;&#60;script type=&#34;text/javascript&#34;&#62;var edCanvas = document.getElementById(\&#39;\\2\&#39;);&#60;/script&#62;&#39;;
		$content = preg_replace(&#39;/&#60;textarea(.*?)id=&#34;([^&#34;]*)&#34;(.*?)&#62;(.*?)&#60;\/textarea&#62;/s&#39;, $toolbar . &#39;&#60;textarea\\1id=&#34;\\2&#34;\\3&#62;\\4&#60;/textarea&#62;&#39;.$activate, $content, PREG_OFFSET_CAPTURE);
		return $content;
	}
	add_action(&#39;bb_head&#39;, &#39;comment_quicktags&#39;);</code></pre>
</li>
<li>Open <code>js_quicktags.js</code> in a text editor, and adjust tag names, sequence or labels (this may be especially handy if you want to put there something else than English names). Sample content of customized bold tag:<br />
<pre><code>edButtons.push(
	new edButton(
		&#39;ed_bold&#39;
		,&#39;Pogrubienie&#39;
		,&#39;&#60;strong&#62;&#39;
		,&#39;&#60;/strong&#62;&#39;
		,&#39;b&#39;
	)
);</code></pre>
</li>
</ul>
<p>Cheers,<br />
Bartek.
</p>]]></description>
					</item>
		<item>
			<title>brad_langdon on "Comment Quicktags for bbPress"</title>
			<link>http://bbpress.org/plugins/topic/quicktags-4-bbpress/page/2/#post-4614</link>
			<pubDate>Thu, 24 Sep 2009 20:22:48 +0000</pubDate>
			<dc:creator>brad_langdon</dc:creator>
			<guid isPermaLink="false">4614@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Is it possible to add these buttons to the BBPM form as well?
</p>]]></description>
					</item>
		<item>
			<title>leoleoleo on "Wiki Post"</title>
			<link>http://bbpress.org/plugins/topic/wiki-post/#post-4386</link>
			<pubDate>Thu, 20 Aug 2009 01:06:30 +0000</pubDate>
			<dc:creator>leoleoleo</dc:creator>
			<guid isPermaLink="false">4386@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>If instelled to bbPress 1.0.2 , I got blank page in admin panel, This plugin can use in 1.0.2? Thanks!
</p>]]></description>
					</item>
		<item>
			<title>technotip on "Comment Quicktags for bbPress"</title>
			<link>http://bbpress.org/plugins/topic/quicktags-4-bbpress/page/2/#post-3864</link>
			<pubDate>Mon, 06 Jul 2009 16:03:22 +0000</pubDate>
			<dc:creator>technotip</dc:creator>
			<guid isPermaLink="false">3864@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Its not working in bbpress 1.0</p>
<p>Please help me with the work around. I badly need this plugin in my forum..
</p>]]></description>
					</item>
		<item>
			<title>free online slots on "Comment Quicktags for bbPress"</title>
			<link>http://bbpress.org/plugins/topic/quicktags-4-bbpress/page/2/#post-3256</link>
			<pubDate>Sat, 25 Apr 2009 07:27:01 +0000</pubDate>
			<dc:creator>free online slots</dc:creator>
			<guid isPermaLink="false">3256@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Awesome. just awesome...i haven't any word to appreciate this post.....Really i am impressed from this post....the person who create this post it was a great human..thanks for shared this with us.i found this informative and interesting blog so i think so its very useful and knowledge able.I would like to thank you for the efforts you have made in writing this article. I am hoping the same best work from you in the future as well. In fact your creative writing abilities has inspired me.Really the blogging is spreading its wings rapidly. Your write up is  fine example of it.
</p>]]></description>
					</item>
		<item>
			<title>Ipstenu on "Comment Quicktags for bbPress"</title>
			<link>http://bbpress.org/plugins/topic/quicktags-4-bbpress/page/2/#post-2138</link>
			<pubDate>Wed, 29 Oct 2008 15:43:02 +0000</pubDate>
			<dc:creator>Ipstenu</dc:creator>
			<guid isPermaLink="false">2138@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>FYI, works fine in 1.0alpha2</p>
<p>I commented out the 'close all tags' button just cause I'm like that. Awesome code :) Just what I wanted!
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Wiki Post"</title>
			<link>http://bbpress.org/plugins/topic/wiki-post/#post-1885</link>
			<pubDate>Fri, 05 Sep 2008 05:54:18 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">1885@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Apparently 1.0 changed the way users are created, I solved the problem by bypassing it's functions and using the old method.</p>
<p>Install 0.1.5 and then use this url in your browser to fix Wiki Post:<br />
<code>your-site-path.com?reset_wiki_post</code>
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Wiki Post"</title>
			<link>http://bbpress.org/plugins/topic/wiki-post/#post-1884</link>
			<pubDate>Fri, 05 Sep 2008 05:11:12 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">1884@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>It it not currently designed to do more than one Wiki Post per page.</p>
<p>I will have to investigate 1.0 problems.
</p>]]></description>
					</item>
		<item>
			<title>citizenkeith on "Wiki Post"</title>
			<link>http://bbpress.org/plugins/topic/wiki-post/#post-1883</link>
			<pubDate>Fri, 05 Sep 2008 02:31:46 +0000</pubDate>
			<dc:creator>citizenkeith</dc:creator>
			<guid isPermaLink="false">1883@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p><em>It won't ask if it already exists in that topic (there is only one wiki post per topic). </em></p>
<p>Is there a way to have an infinite number of Wiki Posts per topic?
</p>]]></description>
					</item>
		<item>
			<title>citizenkeith on "Wiki Post"</title>
			<link>http://bbpress.org/plugins/topic/wiki-post/#post-1882</link>
			<pubDate>Fri, 05 Sep 2008 02:30:52 +0000</pubDate>
			<dc:creator>citizenkeith</dc:creator>
			<guid isPermaLink="false">1882@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Is it possible to include bbPress Attachments in Wiki Posts?
</p>]]></description>
					</item>
		<item>
			<title>Benzilla069 on "Wiki Post"</title>
			<link>http://bbpress.org/plugins/topic/wiki-post/#post-1876</link>
			<pubDate>Thu, 04 Sep 2008 17:13:04 +0000</pubDate>
			<dc:creator>Benzilla069</dc:creator>
			<guid isPermaLink="false">1876@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Not seeing it at all on a blank installation of bbpress 1-alpha 1
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Wiki Post"</title>
			<link>http://bbpress.org/plugins/topic/wiki-post/#post-1875</link>
			<pubDate>Thu, 04 Sep 2008 16:57:33 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">1875@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>In your topic meta at the top of each topic it asks you if you want to create a Wiki Post. At least it should if it's working correctly. It won't ask if it already exists in that topic (there is only one wiki post per topic).
</p>]]></description>
					</item>
		<item>
			<title>Benzilla069 on "Wiki Post"</title>
			<link>http://bbpress.org/plugins/topic/wiki-post/#post-1874</link>
			<pubDate>Thu, 04 Sep 2008 14:58:13 +0000</pubDate>
			<dc:creator>Benzilla069</dc:creator>
			<guid isPermaLink="false">1874@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Unless I'm missing something, how do you actually set it to create a Wiki post? Is there an option when you create the topic? I couldn't see anything :)
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Wiki Post"</title>
			<link>http://bbpress.org/plugins/topic/wiki-post/#post-1872</link>
			<pubDate>Thu, 04 Sep 2008 13:41:51 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">1872@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Hmm, I will investigate.
</p>]]></description>
					</item>
		<item>
			<title>Benzilla069 on "Wiki Post"</title>
			<link>http://bbpress.org/plugins/topic/wiki-post/#post-1871</link>
			<pubDate>Thu, 04 Sep 2008 12:01:51 +0000</pubDate>
			<dc:creator>Benzilla069</dc:creator>
			<guid isPermaLink="false">1871@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>1.0 Support? I tried it and it does not seem to create the WikiPost user.
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Comment Quicktags for bbPress"</title>
			<link>http://bbpress.org/plugins/topic/quicktags-4-bbpress/page/2/#post-1120</link>
			<pubDate>Sun, 27 Apr 2008 22:20:33 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">1120@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>You should not put plugins into <code>bb-plugins</code> but into <code>my-plugins</code>.</p>
<p>If you do not have a <code>my-plugins</code> directory, you need to make one.
</p>]]></description>
					</item>
		<item>
			<title>kobak on "Comment Quicktags for bbPress"</title>
			<link>http://bbpress.org/plugins/topic/quicktags-4-bbpress/page/2/#post-1119</link>
			<pubDate>Sun, 27 Apr 2008 22:13:34 +0000</pubDate>
			<dc:creator>kobak</dc:creator>
			<guid isPermaLink="false">1119@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Thanks, I repleaced my-plugins to bb-plugins in the file, and it works like a charm! :-)
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Wiki Post"</title>
			<link>http://bbpress.org/plugins/topic/wiki-post/#post-1076</link>
			<pubDate>Fri, 25 Apr 2008 12:22:10 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">1076@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>There was a bug in versions before 0.1.4 that may have prevented this plugin from working properly on 0.9
</p>]]></description>
					</item>
		<item>
			<title>JoergHH on "Comment Quicktags for bbPress"</title>
			<link>http://bbpress.org/plugins/topic/quicktags-4-bbpress/page/2/#post-1072</link>
			<pubDate>Thu, 24 Apr 2008 12:14:52 +0000</pubDate>
			<dc:creator>JoergHH</dc:creator>
			<guid isPermaLink="false">1072@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Aaah, now it works! - Thx for the tip, _ck_ !</p>
<p>But the plugin author should edit the readme.txt urgently :-/
</p>]]></description>
					</item>

	</channel>
</rss>

