<?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: nickbrady</title>
		<link>http://bbpress.org/plugins/profile/</link>
		<description>bbPress Plugin Browser &#187; User Favorites: nickbrady</description>
		<language>en-US</language>
		<pubDate>Fri, 25 May 2012 21:01:28 +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>Download BF3 on "Simple Onlinelist"</title>
			<link>http://bbpress.org/plugins/topic/simple-onlinelist/page/2/#post-6624</link>
			<pubDate>Sun, 30 Oct 2011 21:58:45 +0000</pubDate>
			<dc:creator>Download BF3</dc:creator>
			<guid isPermaLink="false">6624@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Thnx
</p>]]></description>
					</item>
		<item>
			<title>Beauty Femme on "Simple Onlinelist"</title>
			<link>http://bbpress.org/plugins/topic/simple-onlinelist/page/2/#post-5873</link>
			<pubDate>Fri, 04 Jun 2010 02:26:45 +0000</pubDate>
			<dc:creator>Beauty Femme</dc:creator>
			<guid isPermaLink="false">5873@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Is this working?
</p>]]></description>
					</item>
		<item>
			<title>ioloman on "Simple Onlinelist"</title>
			<link>http://bbpress.org/plugins/topic/simple-onlinelist/page/2/#post-5703</link>
			<pubDate>Sun, 25 Apr 2010 04:59:20 +0000</pubDate>
			<dc:creator>ioloman</dc:creator>
			<guid isPermaLink="false">5703@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>it works fine, i loved it's position where the online status exists where , THXXXXXX :)
</p>]]></description>
					</item>
		<item>
			<title>Sabuntu on "Simple Onlinelist"</title>
			<link>http://bbpress.org/plugins/topic/simple-onlinelist/page/2/#post-5482</link>
			<pubDate>Thu, 25 Feb 2010 01:25:22 +0000</pubDate>
			<dc:creator>Sabuntu</dc:creator>
			<guid isPermaLink="false">5482@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>broken which gives database error
</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>cxm0000 on "Simple Onlinelist"</title>
			<link>http://bbpress.org/plugins/topic/simple-onlinelist/page/2/#post-4692</link>
			<pubDate>Fri, 02 Oct 2009 08:29:16 +0000</pubDate>
			<dc:creator>cxm0000</dc:creator>
			<guid isPermaLink="false">4692@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I use bbpress 1.0 with this plugin but I got an error like this:</p>
<p>"Database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY display_name' at line 1]<br />
SELECT ID, display_name FROM bb_users WHERE ID IN () ORDER BY display_name<br />
Caller: bb_load_template, include, moderators_row"</p>
<p>I have refreshed many times but still... anyone could help? Thanks!
</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>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>citizenkeith on "Simple Onlinelist"</title>
			<link>http://bbpress.org/plugins/topic/simple-onlinelist/page/2/#post-3786</link>
			<pubDate>Wed, 01 Jul 2009 14:19:16 +0000</pubDate>
			<dc:creator>citizenkeith</dc:creator>
			<guid isPermaLink="false">3786@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>This plugin broke Recounts in v1.0RC3. As Nightgunner recommended, I'm using Members Online now, and it's working perfectly.
</p>]]></description>
					</item>
		<item>
			<title>Ben L. on "Simple Onlinelist"</title>
			<link>http://bbpress.org/plugins/topic/simple-onlinelist/page/2/#post-3456</link>
			<pubDate>Wed, 20 May 2009 21:29:26 +0000</pubDate>
			<dc:creator>Ben L.</dc:creator>
			<guid isPermaLink="false">3456@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Try using <a href="http://bbpress.org/plugins/topic/members-online/" rel="nofollow">http://bbpress.org/plugins/topic/members-online/</a>
</p>]]></description>
					</item>
		<item>
			<title>citizenkeith on "Simple Onlinelist"</title>
			<link>http://bbpress.org/plugins/topic/simple-onlinelist/page/2/#post-3455</link>
			<pubDate>Wed, 20 May 2009 20:45:21 +0000</pubDate>
			<dc:creator>citizenkeith</dc:creator>
			<guid isPermaLink="false">3455@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Is there any way to use this plugin without editing the theme? It always causes a problem with switching themes (using Theme Switcher). I have to manually edit every theme to include -&#62; &#60;?php profile_last_online(); ?&#62;</p>
<p>It just seems it would be much easier to let the plugin display it, instead of the theme.  Then again, where would it go? The footer?
</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>RobertClave on "Simple Onlinelist"</title>
			<link>http://bbpress.org/plugins/topic/simple-onlinelist/page/2/#post-2836</link>
			<pubDate>Thu, 19 Feb 2009 07:41:57 +0000</pubDate>
			<dc:creator>RobertClave</dc:creator>
			<guid isPermaLink="false">2836@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>No problem
</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>jsamlarose on "Simple Onlinelist"</title>
			<link>http://bbpress.org/plugins/topic/simple-onlinelist/page/2/#post-2076</link>
			<pubDate>Sat, 18 Oct 2008 15:27:57 +0000</pubDate>
			<dc:creator>jsamlarose</dc:creator>
			<guid isPermaLink="false">2076@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I know bbPress 1.0 alpha isn't stable yet, but just so you know.  After installation of the plug in and an attempt to logout, I got the following, for what it's worth...</p>
<p>DB Error in online_logout: Table '[database name].bb_online' doesn't exist</p>
<p>SELECT * FROM bb_online WHERE user_id = 1 LIMIT 1
</p>]]></description>
					</item>
		<item>
			<title>beernews on "Simple Onlinelist"</title>
			<link>http://bbpress.org/plugins/topic/simple-onlinelist/page/2/#post-2038</link>
			<pubDate>Mon, 06 Oct 2008 04:47:16 +0000</pubDate>
			<dc:creator>beernews</dc:creator>
			<guid isPermaLink="false">2038@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Success!  Fantastic work on this plugin.  Though I don't know of an easy spot in which to place this code from the readme in the profile.php file -&#62; &#60;?php profile_last_online(); ?&#62;
</p>]]></description>
					</item>
		<item>
			<title>brad_langdon on "Simple Onlinelist"</title>
			<link>http://bbpress.org/plugins/topic/simple-onlinelist/page/2/#post-1931</link>
			<pubDate>Sun, 14 Sep 2008 23:12:14 +0000</pubDate>
			<dc:creator>brad_langdon</dc:creator>
			<guid isPermaLink="false">1931@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Is there any way to list all online users online in real time rather than logins in the last 5 minutes?</p>
<p>Basically my users are after a list of who is online at any given time.
</p>]]></description>
					</item>
		<item>
			<title>mrsmiley on "Simple Onlinelist"</title>
			<link>http://bbpress.org/plugins/topic/simple-onlinelist/page/2/#post-1532</link>
			<pubDate>Sat, 26 Jul 2008 18:53:40 +0000</pubDate>
			<dc:creator>mrsmiley</dc:creator>
			<guid isPermaLink="false">1532@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>great plugin! works well with 0.9.0.2, so maybe that should be updated up top. :)
</p>]]></description>
					</item>
		<item>
			<title>Anonymous on "Simple Onlinelist"</title>
			<link>http://bbpress.org/plugins/topic/simple-onlinelist/page/2/#post-1452</link>
			<pubDate>Sat, 12 Jul 2008 19:15:56 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">1452@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Great plugin! Had to hack a onlinelist.php a little to get it to to display the list the way I like it, but overall, fantastic plugin! Great job!
</p>]]></description>
					</item>
		<item>
			<title>bramruiter on "Simple Onlinelist"</title>
			<link>http://bbpress.org/plugins/topic/simple-onlinelist/page/2/#post-1392</link>
			<pubDate>Sat, 21 Jun 2008 17:00:06 +0000</pubDate>
			<dc:creator>bramruiter</dc:creator>
			<guid isPermaLink="false">1392@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Is there going to be a function so you can see what a user is doing? Like in a different page or on their profile or in the Admin.
</p>]]></description>
					</item>

	</channel>
</rss>

