<?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 plugin browser User Favorites: petitpoulain</title>
<link>http://bbpress.org/plugins/</link>
<description>bbPress plugin browser User Favorites: petitpoulain</description>
<language>en</language>
<pubDate>Thu, 04 Dec 2008 22:08:30 +0000</pubDate>

<item>
<title>nevergreen on "bbSync"</title>
<link>http://bbpress.org/plugins/topic/bbsync/page/5/#post-2292</link>
<pubDate>Wed, 03 Dec 2008 05:18:17 +0000</pubDate>
<dc:creator>nevergreen</dc:creator>
<guid isPermaLink="false">2292@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Hi! I was wondering if anyone could help me with this plugin. Its working ok, but when I make a new post I am getting this error:&#60;/p&#62;
&#60;p&#62;bbPress 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 '' at line 1]&#60;br /&#62;
SELECT user_login,ID FROM wp_users as t1 LEFT JOIN wp_usermeta as t2 on t1.ID=t2.user_id WHERE user_status=0 AND (meta_key='bb_capabilities' AND NOT (meta_value LIKE '%inactive%' OR meta_value LIKE '%blocked%')) ORDER BY user_registered DESC LIMIT&#60;/p&#62;
&#60;p&#62;I say its working ok because the posts are still sent to the forum, but I'd like to get rid of this error if possible. Any suggestions?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>johnhiler on "Private Messaging"</title>
<link>http://bbpress.org/plugins/topic/private-messages/page/4/#post-2272</link>
<pubDate>Thu, 27 Nov 2008 15:47:27 +0000</pubDate>
<dc:creator>johnhiler</dc:creator>
<guid isPermaLink="false">2272@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Fair enough!  I just like the idea that users could help police the system...
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Private Messaging"</title>
<link>http://bbpress.org/plugins/topic/private-messages/page/4/#post-2271</link>
<pubDate>Thu, 27 Nov 2008 14:19:28 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2271@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;There is something seriously wrong with an internal email system that needs a spam folder ;-)&#60;/p&#62;
&#60;p&#62;I still think the answer is to track how many PMs sent per minute/day and suspend the account if it goes over two per minute or 20 per day.
&#60;/p&#62;</description>
</item>
<item>
<title>johnhiler on "Private Messaging"</title>
<link>http://bbpress.org/plugins/topic/private-messages/page/4/#post-2270</link>
<pubDate>Thu, 27 Nov 2008 13:02:23 +0000</pubDate>
<dc:creator>johnhiler</dc:creator>
<guid isPermaLink="false">2270@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Oh sorry - didn't mean to suggest that the Nigerian spammers had in any way compromised the Human Test plugin!   And besides, they created their accounts before I installed the HT plugin :-).&#60;/p&#62;
&#60;p&#62;I hadn't thought through false positives.  Maybe it could work like Gmail: spam gets filtered into a Spam folder, and emails/PMs can get moved in and out of the folder?
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Private Messaging"</title>
<link>http://bbpress.org/plugins/topic/private-messages/page/4/#post-2269</link>
<pubDate>Thu, 27 Nov 2008 12:41:21 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2269@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I can easily adapt Human Test as they learn how to break it - I purposely didn't put in the strongest features so I can escalate the protection as soon as I start seeing them  try to attack it.&#60;/p&#62;
&#60;p&#62;Akismet can do false positives or miss stuff - it does that all the time actually.  However I don't think it would be too hard to make PM filter through akismet.&#60;/p&#62;
&#60;p&#62;By the way, are you POSITIVE that registration is disabled on the WordPress side? Because simply removing the links to registration does not disable it. You have to delete the core file itself that processes the POST request.
&#60;/p&#62;</description>
</item>
<item>
<title>johnhiler on "Private Messaging"</title>
<link>http://bbpress.org/plugins/topic/private-messages/page/4/#post-2268</link>
<pubDate>Thu, 27 Nov 2008 11:15:51 +0000</pubDate>
<dc:creator>johnhiler</dc:creator>
<guid isPermaLink="false">2268@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;We've only been hit by a few Nigerian spammers.  They typically use one or two accounts, but message as many users as they possibly can — ugh.&#60;/p&#62;
&#60;p&#62;Our registration is done only through the bbPress side of things.  I could easily see them creating the few accounts by hand, and then using a bot to gather usernames and message like crazy.  I absolutely love the Human Test plugin, but I don't think it will fully protect us from the next wave of Nigerian spammers.&#60;/p&#62;
&#60;p&#62;Given all this, I was hoping that the PM plugin could run messages through Akismet or another form of bayesian filtering?  But mostly curious if anyone else using this plugin has had similar issues...
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Private Messaging"</title>
<link>http://bbpress.org/plugins/topic/private-messages/page/4/#post-2266</link>
<pubDate>Thu, 27 Nov 2008 06:44:14 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2266@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;John you recently installed the Human Test plugin to prevent spambot registration, are they registering through the WordPress side and then moving over to the forums?&#60;/p&#62;
&#60;p&#62;You really don't need protection on the PM system itself but preventing them from getting into the entire registration/login process itself. Otherwise it starts annoying real users.&#60;/p&#62;
&#60;p&#62;What PM does need is a rate limiter.  This could be done with a single field in the user meta to store the last time a PM was sent and not let them send another PM within 30-60 seconds perhaps. More complex would be a rate per hour counter which would be less annoying to real users and more annoying to bots. There's no reason a real user would send more than a dozen messages per hour. But the code for that would be far more difficult.
&#60;/p&#62;</description>
</item>
<item>
<title>johnhiler on "Private Messaging"</title>
<link>http://bbpress.org/plugins/topic/private-messages/page/4/#post-2265</link>
<pubDate>Thu, 27 Nov 2008 04:22:49 +0000</pubDate>
<dc:creator>johnhiler</dc:creator>
<guid isPermaLink="false">2265@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I've been getting hit by Nigerian spammers using this plugin to message other users.  :-(&#60;/p&#62;
&#60;p&#62;Anyone know of any PM plugins that use Bayesian filtering (or Akismet even) to limit spam?
&#60;/p&#62;</description>
</item>
<item>
<title>transom on "Avatar Upload"</title>
<link>http://bbpress.org/plugins/topic/avatar-upload/page/6/#post-2242</link>
<pubDate>Sun, 23 Nov 2008 00:19:59 +0000</pubDate>
<dc:creator>transom</dc:creator>
<guid isPermaLink="false">2242@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Arggg - cut and pasted too soon - replace the code above with&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function avatarupload_display_filtered ($avatar, $id_or_email, $size, $default) {
	if( $a = avatarupload_get_avatar(bb_get_user_id($id_or_email),true,true,false) )
		{
		$avatar = preg_replace(&#38;#39;/src=&#38;quot;.*?&#38;quot;/&#38;#39;, &#38;#39;src=&#38;quot;&#38;#39;.$a[0].&#38;#39;&#38;quot;&#38;#39;, $avatar);
		$avatar = preg_replace(&#38;#39;/style=&#38;quot;.*?&#38;quot;/&#38;#39;, &#38;#39;height=&#38;quot;&#38;#39;.$size.&#38;#39;&#38;quot; width=&#38;quot;&#38;#39;.$size.&#38;#39;&#38;quot;&#38;#39;, $avatar);
		}
	return $avatar;
}
add_filter(&#38;#39;bb_get_avatar&#38;#39;,&#38;#39;avatarupload_display_filtered&#38;#39;,10,4);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>transom on "Avatar Upload"</title>
<link>http://bbpress.org/plugins/topic/avatar-upload/page/6/#post-2241</link>
<pubDate>Sat, 22 Nov 2008 23:04:24 +0000</pubDate>
<dc:creator>transom</dc:creator>
<guid isPermaLink="false">2241@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;To get Avatar tab in the profile working under Alpha-2 -&#60;br /&#62;
edit avatar-upload.php in the bbpress root&#60;br /&#62;
change line 7 from&#60;br /&#62;
   &#60;code&#62;bb_auth(); // logged in?&#60;/code&#62;&#60;br /&#62;
to&#60;br /&#62;
   &#60;code&#62;bb_auth(&#38;#39;logged_in&#38;#39;); // logged in?&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;For increased compatibility in templates and maintain the alternative to use the default gravatars from settings, you want to experiment with this code in the plugin itself:&#60;br /&#62;
on about line 187 - insert the following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function avatarupload_display_filtered ($avatar, $id_or_email, $size, $default) {
	if( $a = avatarupload_get_avatar(bb_get_user_id($id_or_email),1,0) )
		{
		return &#38;#39;&#38;lt;img src=&#38;quot;&#38;#39;.$a[0].&#38;#39;&#38;quot; width=&#38;quot;&#38;#39;.$a[1].&#38;#39;&#38;quot; height=&#38;quot;&#38;#39;.$a[2].&#38;#39;&#38;quot; alt=&#38;quot;&#38;#39;.$a[4].&#38;#39;&#38;quot; class=&#38;quot;&#38;#39;.$class.&#38;#39;&#38;quot; /&#38;gt;&#38;#39;;
		}
	return $avatar;
}
add_filter(&#38;#39;bb_get_avatar&#38;#39;,&#38;#39;avatarupload_display_filtered&#38;#39;,10,4);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>musnake on "Private Messaging"</title>
<link>http://bbpress.org/plugins/topic/private-messages/page/4/#post-2235</link>
<pubDate>Fri, 21 Nov 2008 21:00:33 +0000</pubDate>
<dc:creator>musnake</dc:creator>
<guid isPermaLink="false">2235@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;The only problem I have with the plugin is when I log out from the PM page (forum/pm.php) bbPress complains (green box) that &#60;code&#62;You must be logged-in.&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I'll look at it later.
&#60;/p&#62;</description>
</item>
<item>
<title>musnake on "Private Messaging"</title>
<link>http://bbpress.org/plugins/topic/private-messages/page/3/#post-2234</link>
<pubDate>Fri, 21 Nov 2008 20:53:24 +0000</pubDate>
<dc:creator>musnake</dc:creator>
<guid isPermaLink="false">2234@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Ok, I took a quick peek at detective's stuff.  I'm not going to mess with getting it to work out of one plugin folder.  Maybe later, sigh.&#60;/p&#62;
&#60;p&#62;To make my life easier, I've changed a few minor things to display the un/read icons.  Again, stick with just styling the unread PM's.&#60;/p&#62;
&#60;p&#62;/bb-pm/bb-privatemessage.php (or where ever you have it):&#60;/p&#62;
&#60;p&#62;I replaced the_private_message_class() with :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function the_private_message_class() {
	global $pmmessage;
	if ($pmmessage) {
		if ($pmmessage-&#38;gt;seen == 1)
			echo &#38;quot;class=&#38;#39;pmread&#38;#39;&#38;quot;;
		else
			echo &#38;quot;class=&#38;#39;pmunread&#38;#39;&#38;quot;;
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; which is just renaming the classes.  Minor.&#60;/p&#62;
&#60;p&#62;Using the new names, I added this to my theme's css:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/* PM Styling */
td.pmread {
	background-image: url(./images/email_open_image.png);
	background-position:left;
	background-repeat:no-repeat;}

td.pmread a {margin: 0 0 0 16px;}

td.pmunread {
	background-image: url(./images/email.png);
	background-position:left;
	background-repeat:no-repeat;}

td.pmunread a {margin: 0 0 0 16px;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Note that I put the icons in the theme's image folder!&#60;/p&#62;
&#60;p&#62;And finally, in the theme's privatemessages.php (from when you install this plugin), I decided (as you can see in the css above, to style the td not the whole tr.  So I moved the class specification from the tr to the td: There are two &#60;code&#62;the_private_message_class();&#60;/code&#62; so change both:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;tr&#38;gt;
	&#38;lt;td &#38;lt;?php the_private_message_class(); ?&#38;gt;&#38;gt;&#38;lt;?php the_private_message_link(); ?&#38;gt;&#38;lt;/td&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This plugin seemed to cause my polldaddy plugin to complain that it was missing a second argument.  I guess the PM appears as a post to the poll daddy plugin.  I just edited the polldaddy function to add a 'post=''' in the declaration.&#60;/p&#62;
&#60;p&#62;Oh, WP2.6.3, bbPress1.0a2, PHP5, Apache 1.3x, +Detective's extended mod.
&#60;/p&#62;</description>
</item>
<item>
<title>musnake on "Private Messaging"</title>
<link>http://bbpress.org/plugins/topic/private-messages/page/3/#post-2232</link>
<pubDate>Fri, 21 Nov 2008 16:43:30 +0000</pubDate>
<dc:creator>musnake</dc:creator>
<guid isPermaLink="false">2232@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;@beernews: &#60;code&#62;/my-templates/yourthemename/post.php&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Mine looks like this:&#60;br /&#62;
&#60;code&#62;&#38;lt;div class=&#38;quot;poststuff&#38;quot;&#38;gt;&#38;lt;?php printf( __(&#38;#39;Posted %s ago&#38;#39;), bb_get_post_time() ); ?&#38;gt;&#38;amp;nbsp;&#38;amp;middot;&#38;amp;nbsp;&#38;lt;a href=&#38;quot;&#38;lt;?php post_anchor_link(); ?&#38;gt;&#38;quot;&#38;gt;Link #&#38;lt;/a&#38;gt;&#38;amp;nbsp;&#38;amp;middot;&#38;amp;nbsp;&#38;lt;?php bb_post_admin(); ?&#38;gt;&#38;amp;nbsp;&#38;amp;middot;&#38;amp;nbsp;&#38;lt;? report_post_link(); //waxlotus?&#38;gt;&#38;amp;nbsp;&#38;amp;middot;&#38;amp;nbsp;&#38;lt;?php pm_user_link(get_post_author_id()); ?&#38;gt;&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I didn't know about detective's extended version until I came to post in here...  I'll check it out.&#60;/p&#62;
&#60;p&#62;WARNING: Moving these files/reactivating the plugin may cause havoc with your old PM's.  It may delete them/make it looks like the PM's are deleted so make backups and use at your own risk, as usual!&#60;/p&#62;
&#60;p&#62;I didn't like having stray png's floating around each theme, so I moved the images to the plugin's folder (oh, I created  /my-plugins/bb-pm/ and put bb-privatemessage.php and the two images in there...)&#60;/p&#62;
&#60;p&#62;I used &#60;a href=&#34;http://www.famfamfam.com/lab/icons/silk/&#34;&#62;famfam's silkicons images&#60;/a&#62;: email.png for unread PM's and email_open_image.png for read PM's.  These images look great.&#60;br /&#62;
The thing is, for a normalized, uncluttered look, I guess only unread PM's should have an icon as you're going to have more read than unread PM's in your list so less is more...&#60;/p&#62;
&#60;p&#62;Following _ck_'s post this week about &#60;a href=&#34;http://bbpress.org/plugins/topic/support-forum/page/3/&#34;&#62;the correct way to reference icons&#60;/a&#62; I made the following changes to the original plugin...&#60;/p&#62;
&#60;p&#62;In privatemessages.php, search for the two &#60;code&#62;&#38;lt;img&#60;/code&#62; tags.&#60;/p&#62;
&#60;p&#62;I changed the first td to:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;td&#38;gt;&#38;lt;?php if($pm-&#38;gt;seen == 0) { 

	$this-&#38;gt;iconURI = bb_get_option(&#38;#39;uri&#38;#39;).trim(str_replace(array(trim(BBPATH,&#38;quot;/\\&#38;quot;),&#38;quot;\\&#38;quot;),array(&#38;quot;&#38;quot;,&#38;quot;/&#38;quot;),dirname(__FILE__)),&#38;#39; /\\&#38;#39;);

	echo &#38;quot;&#38;lt;img title=\&#38;quot;Unread Message\&#38;quot; src=\&#38;quot;&#38;quot;.$this-&#38;gt;iconURI.&#38;quot;email.png\&#38;quot; align=\&#38;quot;top\&#38;quot; /&#38;gt;&#38;quot;; }
	else { echo &#38;quot;&#38;lt;img title=\&#38;quot;Message has been read!\&#38;quot; src=\&#38;quot;&#38;quot;.$this-&#38;gt;iconURI.&#38;quot;email_open_image.png\&#38;quot; align=\&#38;quot;top\&#38;quot; /&#38;gt;&#38;quot;; } ?&#38;gt;&#38;lt;?php echo &#38;quot; &#38;lt;a href=\&#38;quot;&#38;quot;.bb_get_pm_link(&#38;#39;?id=&#38;#39;.$pm-&#38;gt;pm_id).&#38;quot;\&#38;quot;&#38;gt;&#38;quot;.$pm-&#38;gt;pmtitle.&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;; ?&#38;gt;&#38;lt;/td&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The second td became:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;td&#38;gt;&#38;lt;?php if($sentpm-&#38;gt;seen == 0) { echo &#38;quot;&#38;lt;img title=\&#38;quot;Unread Message\&#38;quot; src=\&#38;quot;&#38;quot;.$this-&#38;gt;iconURI.&#38;quot;email.png\&#38;quot; align=\&#38;quot;top\&#38;quot; /&#38;gt;&#38;quot;; }  else { echo &#38;quot;&#38;lt;img title=\&#38;quot;Message has been read!\&#38;quot; src=\&#38;quot;&#38;quot;.$this-&#38;gt;iconURI.&#38;quot;email_open_image.png\&#38;quot; align=\&#38;quot;top\&#38;quot; /&#38;gt;&#38;quot;; }?&#38;gt;&#38;lt;?php echo &#38;quot; &#38;lt;a href=\&#38;quot;&#38;quot;.bb_get_pm_link(&#38;#39;?id=&#38;#39;.$sentpm-&#38;gt;pm_id).&#38;quot;\&#38;quot;&#38;gt;&#38;quot;.$sentpm-&#38;gt;pmtitle.&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;; ?&#38;gt;&#38;lt;/td&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "bbRatings"</title>
<link>http://bbpress.org/plugins/topic/bb-ratings/page/2/#post-2227</link>
<pubDate>Thu, 20 Nov 2008 10:02:42 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2227@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;For 1.0 compatibility replace this line #205&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if ( $topics = (array) $bbdb-&#38;gt;get_col(&#38;quot;SELECT topic_id FROM $bbdb-&#38;gt;topicmeta WHERE meta_key = &#38;#39;rating&#38;#39;&#38;quot;) ) :&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;em&#62; &#60;/em&#62;&#60;br /&#62;
with this one:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if ( $topics = (array) $bbdb-&#38;gt;get_col(&#38;quot;SELECT object_id as topic_id FROM $bbdb-&#38;gt;meta WHERE object_type=&#38;#39;bb_topic&#38;#39; AND meta_key=&#38;#39;rating&#38;#39;&#38;quot;) ) :&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>mithrandir321 on "bbRatings"</title>
<link>http://bbpress.org/plugins/topic/bb-ratings/page/2/#post-2226</link>
<pubDate>Wed, 19 Nov 2008 19:19:36 +0000</pubDate>
<dc:creator>mithrandir321</dc:creator>
<guid isPermaLink="false">2226@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Hey, can anybody help with listing top rated topics using bb_top_topics()&#60;/p&#62;
&#60;p&#62;I asked here with no reply so far:&#60;/p&#62;
&#60;p&#62; &#60;a href=&#34;http://bbpress.org/forums/topic/bbpress-using-bb_top_topics&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/bbpress-using-bb_top_topics&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Many thanks
&#60;/p&#62;</description>
</item>
<item>
<title>Kenjin on "bbSync"</title>
<link>http://bbpress.org/plugins/topic/bbsync/page/5/#post-2216</link>
<pubDate>Mon, 17 Nov 2008 01:00:05 +0000</pubDate>
<dc:creator>Kenjin</dc:creator>
<guid isPermaLink="false">2216@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Lagoonix &#38;gt; I have exactly the same little bug, did you find a solution ?
&#60;/p&#62;</description>
</item>
<item>
<title>Neziniux on "Avatar Upload"</title>
<link>http://bbpress.org/plugins/topic/avatar-upload/page/6/#post-2145</link>
<pubDate>Fri, 31 Oct 2008 00:39:42 +0000</pubDate>
<dc:creator>Neziniux</dc:creator>
<guid isPermaLink="false">2145@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Hello everyone!&#60;/p&#62;
&#60;p&#62;I started using this plugin 1 year ago, i really like it. I never had problems with it until now.&#60;/p&#62;
&#60;p&#62;It activates nicely and &#34;Avatar&#34; button shows up in profile. However, when i press it, the link takes me to the front page instead of avatar uploading page. I checked the link, it looks like this:&#60;br /&#62;
&#60;a href=&#34;http://www...my&#34; rel=&#34;nofollow&#34;&#62;http://www...my&#60;/a&#62; website/forum/profile/...my profile.../avatar&#60;/p&#62;
&#60;p&#62;to be more exact:&#60;br /&#62;
&#60;a href=&#34;http://www.tyrabhakti.lt/forumas/profile/neziniux/avatar&#34; rel=&#34;nofollow&#34;&#62;http://www.tyrabhakti.lt/forumas/profile/neziniux/avatar&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I reinstalled the plugin 3 times, making sure that files are in their respective directories. But the &#34;Avatar&#34; button and &#34;Upload Avatar&#34; link (inserted into the template) keep on taking me to the forum front.&#60;/p&#62;
&#60;p&#62;Am i missing something? Luckily the old avatars from previous installations show up at least. Thanks in advance.
&#60;/p&#62;</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>&#60;p&#62;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...&#60;/p&#62;
&#60;p&#62;DB Error in online_logout: Table '[database name].bb_online' doesn't exist&#60;/p&#62;
&#60;p&#62;SELECT * FROM bb_online WHERE user_id = 1 LIMIT 1
&#60;/p&#62;</description>
</item>
<item>
<title>peterebutler on "bbSync"</title>
<link>http://bbpress.org/plugins/topic/bbsync/page/5/#post-2064</link>
<pubDate>Thu, 16 Oct 2008 02:54:19 +0000</pubDate>
<dc:creator>peterebutler</dc:creator>
<guid isPermaLink="false">2064@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;To add to the line 20 problem - &#60;/p&#62;
&#60;p&#62;I'm running into the same thing - wordpress 2.6, bbpress 1.0.  &#60;/p&#62;
&#60;p&#62;I don't have a lot of time to sort through it, but with a little testing tonight, here's what I found out - hopefully someone can take this and run with it:&#60;/p&#62;
&#60;p&#62;The problem occurs initially in the function bb_is_installed(), but that function is not the problem - somehow, $bbdb is getting unset somewhere.  If you remove the call to bb_is_installed(), as ck suggested, you just get the error the next time it calls for $bbdb (I think line 1796, Im not sure what function).&#60;/p&#62;
&#60;p&#62;$bbdb is set properly right up to the point where bb_is_installed() is called.&#60;/p&#62;
&#60;p&#62;Calling bb-load.php directly from bbsynch.php works fine, as long as the call does not come from within a function.  As soon as you try to call it from inside a function, $bbdb stops working again.  It sounds like a scope problem to me, but apparently my knowledge of scope in php is lacking, because I just can't figure out what is going wrong.&#60;/p&#62;
&#60;p&#62;Looking forward to a solution, this plugin sounds great!
&#60;/p&#62;</description>
</item>
<item>
<title>sidb85 on "bbRatings"</title>
<link>http://bbpress.org/plugins/topic/bb-ratings/page/2/#post-2053</link>
<pubDate>Sun, 12 Oct 2008 13:57:31 +0000</pubDate>
<dc:creator>sidb85</dc:creator>
<guid isPermaLink="false">2053@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Hi,&#60;br /&#62;
I installed the plugin in my forum running 09.0.2 and added the functions bb_rating(), bb_rating_count(),  bb_rating_dingus(), bb_current_user_rating(). I want that when a user votes, the page should automatically reload and show the updated number people who voted and also the rating that the current user applied to the topic.&#60;/p&#62;
&#60;p&#62;Can this be done? I put the plugin in the /my-plugins directory of the bbpress root directory.&#60;/p&#62;
&#60;p&#62;Thanks a lot!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
