<?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: _ck_</title>
<link>http://bbpress.org/plugins/</link>
<description>bbPress plugin browser User Favorites: _ck_</description>
<language>en</language>
<pubDate>Sat, 30 Aug 2008 03:43:29 +0000</pubDate>

<item>
<title>_ck_ on "Human Test for bbPress"</title>
<link>http://bbpress.org/plugins/topic/human-test/page/2/#post-1817</link>
<pubDate>Thu, 28 Aug 2008 17:33:55 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1817@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Ah, I didn't now anything else was using sessions.&#60;br /&#62;
I'll have to put in some code soon to detect a session in progress.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "bbPress Polls"</title>
<link>http://bbpress.org/plugins/topic/bbpress-polls/page/2/#post-1806</link>
<pubDate>Wed, 27 Aug 2008 07:30:41 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1806@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;A serious bug has been fixed in 0.5.5 that mostly affects ajax use (which is on by default so it affects virtually everyone).
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "My Views"</title>
<link>http://bbpress.org/plugins/topic/my-views/page/3/#post-1785</link>
<pubDate>Mon, 25 Aug 2008 04:15:18 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1785@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;That's called &#34;Latest Discussions&#34; and it's the front page of bbPress. It's also a view inside &#34;My Views&#34;.&#60;/p&#62;
&#60;p&#62;Note Unread Posts will also show all new topics since they last logged in (or 48 hours ago, whichever is older) regardless if they posted or not in the topic.
&#60;/p&#62;</description>
</item>
<item>
<title>brad_langdon on "My Views"</title>
<link>http://bbpress.org/plugins/topic/my-views/page/3/#post-1784</link>
<pubDate>Sun, 24 Aug 2008 23:56:28 +0000</pubDate>
<dc:creator>brad_langdon</dc:creator>
<guid isPermaLink="false">1784@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Also I am wanting it to show new posts and topics regardless of the user having participated in it.
&#60;/p&#62;</description>
</item>
<item>
<title>brad_langdon on "My Views"</title>
<link>http://bbpress.org/plugins/topic/my-views/page/3/#post-1783</link>
<pubDate>Sun, 24 Aug 2008 23:55:14 +0000</pubDate>
<dc:creator>brad_langdon</dc:creator>
<guid isPermaLink="false">1783@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Ok it seems to be showing up now cheers.&#60;/p&#62;
&#60;p&#62;Is there a way to stop it showing posts when they aren't new?&#60;/p&#62;
&#60;p&#62;Mine is just showing the previous 48 hours section.&#60;br /&#62;
I am just wanting new post only...how would I go about this?
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "My Views"</title>
<link>http://bbpress.org/plugins/topic/my-views/page/2/#post-1776</link>
<pubDate>Fri, 22 Aug 2008 05:27:36 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1776@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;brad, the view should automatically appear when a user is logged in as &#34;Topics with new posts&#34;.&#60;/p&#62;
&#60;p&#62;If it does not, I may have done something wrong.&#60;br /&#62;
It does work on my forum however.&#60;br /&#62;
I'll test it on another.&#60;/p&#62;
&#60;p&#62;update: it's working fine elsewhere too.&#60;br /&#62;
1. install unread posts plugin and activate&#60;br /&#62;
2. install my views and activate&#60;br /&#62;
3. install updated  &#60;code&#62;my-views-started-participated-topics.php&#60;/code&#62; and activate&#60;br /&#62;
4. login &#38;#38; check list of views for &#34;Topics with new posts&#34;
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "My Views"</title>
<link>http://bbpress.org/plugins/topic/my-views/page/2/#post-1775</link>
<pubDate>Fri, 22 Aug 2008 05:24:36 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1775@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;mawazi, did I release the theme like that?&#60;br /&#62;
if so, I made a mistake, as $forum is not a global so it won't work - you'll have to make a simple edit:&#60;/p&#62;
&#60;p&#62;change this line:&#60;br /&#62;
&#60;code&#62;&#38;lt;?php while ( bb_forum() ) : ?&#38;gt;&#60;/code&#62;&#60;br /&#62;
to&#60;br /&#62;
&#60;code&#62;&#38;lt;?php global $forum; while ( bb_forum() ) : ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and the view counts should magically appear.
&#60;/p&#62;</description>
</item>
<item>
<title>brad_langdon on "My Views"</title>
<link>http://bbpress.org/plugins/topic/my-views/page/2/#post-1774</link>
<pubDate>Thu, 21 Aug 2008 22:51:26 +0000</pubDate>
<dc:creator>brad_langdon</dc:creator>
<guid isPermaLink="false">1774@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I do have the Unread Posts plugin installed but am unsure about how to add the unread posts to my list of views thats all.
&#60;/p&#62;</description>
</item>
<item>
<title>mawazi on "My Views"</title>
<link>http://bbpress.org/plugins/topic/my-views/page/2/#post-1773</link>
<pubDate>Thu, 21 Aug 2008 20:53:25 +0000</pubDate>
<dc:creator>mawazi</dc:creator>
<guid isPermaLink="false">1773@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Oops, my issue is that I cannot get views to be listed under the views column for forums.
&#60;/p&#62;</description>
</item>
<item>
<title>mawazi on "My Views"</title>
<link>http://bbpress.org/plugins/topic/my-views/page/2/#post-1772</link>
<pubDate>Thu, 21 Aug 2008 20:52:14 +0000</pubDate>
<dc:creator>mawazi</dc:creator>
<guid isPermaLink="false">1772@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I'm beginning to think I have a more fundamental bbpress issue than any one particular plug-in.  But, here's what my front page looks like right now:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://img246.imageshack.us/img246/909/1701scrnshtul4.png&#34; rel=&#34;nofollow&#34;&#62;http://img246.imageshack.us/img246/909/1701scrnshtul4.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I have the following plug-ins activated:  My Views, My Views module - most/least views, and bb-topic-views.&#60;/p&#62;
&#60;p&#62;Here's what my front-page.php looks like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php bb_get_header(); ?&#38;gt;

&#38;lt;?php if ( $forums ) : ?&#38;gt;

&#38;lt;?php if ( bb_forums() ) : ?&#38;gt;
&#38;lt;table id=&#38;quot;forumlist&#38;quot;&#38;gt;

&#38;lt;tr&#38;gt;
	&#38;lt;th&#38;gt;&#38;lt;h2 style=&#38;quot;border:0;margin:0;padding:0;float:left;text-align:left;&#38;quot;&#38;gt;&#38;lt;?php bb_option(&#38;#39;name&#38;#39;); ?&#38;gt; &#38;lt;?php _e(&#38;#39;Forums&#38;#39;); ?&#38;gt;&#38;lt;/h2&#38;gt;&#38;lt;/th&#38;gt;
	&#38;lt;th&#38;gt;&#38;lt;?php _e(&#38;#39;Topics&#38;#39;); ?&#38;gt;&#38;lt;/th&#38;gt;
	&#38;lt;th&#38;gt;&#38;lt;?php _e(&#38;#39;Views&#38;#39;); ?&#38;gt;&#38;lt;/th&#38;gt;
	&#38;lt;th&#38;gt;&#38;lt;?php _e(&#38;#39;Posts&#38;#39;); ?&#38;gt;&#38;lt;/th&#38;gt;
&#38;lt;/tr&#38;gt;
&#38;lt;?php while ( bb_forum() ) : ?&#38;gt;
&#38;lt;tr&#38;lt;?php bb_forum_class(); ?&#38;gt;&#38;gt;
	&#38;lt;td&#38;gt;&#38;lt;?php bb_forum_pad( &#38;#39;&#38;lt;div class=&#38;quot;nest&#38;quot;&#38;gt;&#38;#39; ); ?&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php forum_link(); ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php forum_name(); ?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;small&#38;gt;&#38;lt;?php forum_description(); ?&#38;gt;&#38;lt;/small&#38;gt;&#38;lt;?php bb_forum_pad( &#38;#39;&#38;lt;/div&#38;gt;&#38;#39; ); ?&#38;gt;&#38;lt;/td&#38;gt;
	&#38;lt;td class=&#38;quot;num&#38;quot;&#38;gt;&#38;lt;?php forum_topics(); ?&#38;gt;&#38;lt;/td&#38;gt;
	&#38;lt;td class=num&#38;gt;&#38;lt;? echo $forum-&#38;gt;views; ?&#38;gt;&#38;lt;/td&#38;gt;
	&#38;lt;td class=&#38;quot;num&#38;quot;&#38;gt;&#38;lt;?php forum_posts(); ?&#38;gt;&#38;lt;/td&#38;gt;
&#38;lt;/tr&#38;gt;
&#38;lt;?php endwhile; ?&#38;gt;
&#38;lt;/table&#38;gt;
&#38;lt;?php endif; // bb_forums() ?&#38;gt;

&#38;lt;div id=&#38;quot;discussions&#38;quot;&#38;gt;
&#38;lt;?php if ( $topics &#124;&#124; $super_stickies ) : ?&#38;gt;

&#38;lt;table id=&#38;quot;latest&#38;quot;&#38;gt;
&#38;lt;tr&#38;gt;
	&#38;lt;th&#38;gt;&#38;lt;h2 style=&#38;quot;border:0;margin:0;padding:0;float:left;text-align:left;&#38;quot;&#38;gt;&#38;lt;?php _e(&#38;#39;Latest Discussions&#38;#39;); ?&#38;gt; &#38;#8212; &#38;lt;?php new_topic(); ?&#38;gt;&#38;lt;/h2&#38;gt;&#38;lt;/th&#38;gt;
	&#38;lt;th&#38;gt;&#38;lt;?php _e(&#38;#39;Views&#38;#39;); ?&#38;gt;&#38;lt;/th&#38;gt;
	&#38;lt;th&#38;gt;&#38;lt;?php _e(&#38;#39;Posts&#38;#39;); ?&#38;gt;&#38;lt;/th&#38;gt;
	&#38;lt;th&#38;gt;&#38;lt;?php _e(&#38;#39;Last Poster&#38;#39;); ?&#38;gt;&#38;lt;/th&#38;gt;
	&#38;lt;th&#38;gt;&#38;lt;?php _e(&#38;#39;Freshness&#38;#39;); ?&#38;gt;&#38;lt;/th&#38;gt;
&#38;lt;/tr&#38;gt;

&#38;lt;?php if ( $super_stickies ) : foreach ( $super_stickies as $topic ) : ?&#38;gt;
&#38;lt;tr&#38;lt;?php topic_class(); ?&#38;gt;&#38;gt;
	&#38;lt;td&#38;gt;&#38;lt;?php _e(&#38;#39;Sticky:&#38;#39;); ?&#38;gt; &#38;lt;big&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php topic_link(); ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php topic_title(); ?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/big&#38;gt;&#38;lt;/td&#38;gt;
	&#38;lt;td class=&#38;quot;num&#38;quot;&#38;gt;&#38;lt;?php echo $topic-&#38;gt;views; ?&#38;gt;&#38;lt;/td&#38;gt;
	&#38;lt;td class=&#38;quot;num&#38;quot;&#38;gt;&#38;lt;?php topic_posts(); ?&#38;gt;&#38;lt;/td&#38;gt;
	&#38;lt;td class=&#38;quot;num&#38;quot;&#38;gt;&#38;lt;?php topic_last_poster(); ?&#38;gt;&#38;lt;/td&#38;gt;
	&#38;lt;td class=&#38;quot;num&#38;quot;&#38;gt;&#38;lt;small&#38;gt;&#38;lt;span class=timetitle title=&#38;quot;&#38;lt;?php echo date(&#38;quot;r&#38;quot;,strtotime($topic-&#38;gt;topic_time)); ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php topic_time(); ?&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/small&#38;gt;&#38;lt;/td&#38;gt;
&#38;lt;/tr&#38;gt;
&#38;lt;?php endforeach; endif; // $super_stickies ?&#38;gt;

&#38;lt;?php if ( $topics ) : foreach ( $topics as $topic ) : ?&#38;gt;
&#38;lt;tr&#38;lt;?php topic_class(); ?&#38;gt;&#38;gt;
	&#38;lt;td&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php topic_link(); ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php topic_title(); ?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/td&#38;gt;
	&#38;lt;td class=&#38;quot;num&#38;quot;&#38;gt;&#38;lt;?php echo $topic-&#38;gt;views; ?&#38;gt;&#38;lt;/td&#38;gt;
	&#38;lt;td class=&#38;quot;num&#38;quot;&#38;gt;&#38;lt;?php topic_posts(); ?&#38;gt;&#38;lt;/td&#38;gt;
	&#38;lt;td class=&#38;quot;num&#38;quot;&#38;gt;&#38;lt;?php topic_last_poster(); ?&#38;gt;&#38;lt;/td&#38;gt;
	&#38;lt;td class=&#38;quot;num&#38;quot;&#38;gt;&#38;lt;small&#38;gt;&#38;lt;span class=timetitle title=&#38;quot;&#38;lt;?php echo date(&#38;quot;r&#38;quot;,strtotime($topic-&#38;gt;topic_time)); ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php topic_time(); ?&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/small&#38;gt;&#38;lt;/td&#38;gt;
&#38;lt;/tr&#38;gt;
&#38;lt;?php endforeach; endif; // $topics ?&#38;gt;
&#38;lt;/table&#38;gt;
&#38;lt;?php endif; // $topics or $super_stickies ?&#38;gt;

&#38;lt;table id=&#38;quot;frontpagemeta&#38;quot;&#38;gt;
&#38;lt;tr&#38;gt;
&#38;lt;th&#38;gt;&#38;lt;h2&#38;gt;&#38;lt;?php _e(&#38;#39;Views&#38;#39;); ?&#38;gt;&#38;lt;/h2&#38;gt;&#38;lt;/th&#38;gt;
&#38;lt;th&#38;gt;&#38;lt;h2&#38;gt;&#38;lt;?php _e(&#38;#39;Hot Tags&#38;#39;); ?&#38;gt;&#38;lt;/h2&#38;gt;&#38;lt;/th&#38;gt;
&#38;lt;/tr&#38;gt;
&#38;lt;tr&#38;gt;
&#38;lt;td id=&#38;quot;viewdiv&#38;quot;&#38;gt;
&#38;lt;ul id=&#38;quot;views&#38;quot;&#38;gt;
&#38;lt;?php foreach ( get_views() as $view =&#38;gt; $title ) : ?&#38;gt;
&#38;lt;li class=&#38;quot;view&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php view_link(); ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php view_name(); ?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;?php endforeach; ?&#38;gt;
&#38;lt;/ul&#38;gt;
&#38;lt;/div&#38;gt;
&#38;lt;/td&#38;gt;
&#38;lt;td class=&#38;quot;frontpageheatmap&#38;quot;&#38;gt;
&#38;lt;?php tag_heat_map(); ?&#38;gt;
&#38;lt;/td&#38;gt;
&#38;lt;/tr&#38;gt;
&#38;lt;/table&#38;gt;

&#38;lt;/div&#38;gt;

&#38;lt;?php else : // $forums ?&#38;gt;

&#38;lt;h3 class=&#38;quot;bbcrumb&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php bb_option(&#38;#39;uri&#38;#39;); ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php bb_option(&#38;#39;name&#38;#39;); ?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/h3&#38;gt;

&#38;lt;?php post_form(); endif; // $forums ?&#38;gt;

&#38;lt;?php bb_get_footer(); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>_ck_ on "My Views"</title>
<link>http://bbpress.org/plugins/topic/my-views/page/2/#post-1768</link>
<pubDate>Thu, 21 Aug 2008 04:43:29 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1768@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Unread Posts is a separate plugin&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/plugins/topic/unread-posts&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/unread-posts&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>brad_langdon on "My Views"</title>
<link>http://bbpress.org/plugins/topic/my-views/page/2/#post-1766</link>
<pubDate>Wed, 20 Aug 2008 21:04:58 +0000</pubDate>
<dc:creator>brad_langdon</dc:creator>
<guid isPermaLink="false">1766@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I am using bbpress 0.9.0.2.&#60;/p&#62;
&#60;p&#62;When I download the plugin the only php files I had were myviews.php, statistics.php, most least views.php, most least posts.php and participated/started topics.&#60;/p&#62;
&#60;p&#62;Cant see anything for unread posts in the plugin list either.&#60;/p&#62;
&#60;p&#62;Is it incorporated in one of the other modules?
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "My Views"</title>
<link>http://bbpress.org/plugins/topic/my-views/page/2/#post-1761</link>
<pubDate>Wed, 20 Aug 2008 11:28:32 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1761@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Okay try replacing this updated statistics:&#60;br /&#62;
&#60;a href=&#34;http://plugins-svn.bbpress.org/my-views/trunk/my-views-statistics.php&#34; rel=&#34;nofollow&#34;&#62;http://plugins-svn.bbpress.org/my-views/trunk/my-views-statistics.php&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'd say about 9 out of 10 plugins work, unless they directly access topicmeta or tags due to major changes.
&#60;/p&#62;</description>
</item>
<item>
<title>mcshockency on "My Views"</title>
<link>http://bbpress.org/plugins/topic/my-views/page/2/#post-1760</link>
<pubDate>Wed, 20 Aug 2008 10:07:59 +0000</pubDate>
<dc:creator>mcshockency</dc:creator>
<guid isPermaLink="false">1760@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Ok cool, look forward to it ^.^&#60;/p&#62;
&#60;p&#62;A lot of the actual plugin works with 1.0, just seem to be some weird quirks
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "My Views"</title>
<link>http://bbpress.org/plugins/topic/my-views/page/2/#post-1759</link>
<pubDate>Wed, 20 Aug 2008 09:55:57 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1759@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Sorry, it won't work yet with the alpha.&#60;/p&#62;
&#60;p&#62;It makes queries on tables that either don't exist anymore or don't have the data it's requires to make the results - hence the garbled output.&#60;/p&#62;
&#60;p&#62;I'll look into fixing it soon for 1.0&#60;br /&#62;
Some of the queries are a bit lazy too so it's a good chance to improve them.
&#60;/p&#62;</description>
</item>
<item>
<title>mcshockency on "My Views"</title>
<link>http://bbpress.org/plugins/topic/my-views/page/2/#post-1758</link>
<pubDate>Wed, 20 Aug 2008 09:25:02 +0000</pubDate>
<dc:creator>mcshockency</dc:creator>
<guid isPermaLink="false">1758@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;running bbpress 1.0 alpha&#60;/p&#62;
&#60;p&#62;the grey bar only appears if I go over 8 items &#60;/p&#62;
&#60;p&#62;my bbpress: &#60;a href=&#34;http://www.liricistas-asura.com/bbpress&#34; rel=&#34;nofollow&#34;&#62;http://www.liricistas-asura.com/bbpress&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "My Views"</title>
<link>http://bbpress.org/plugins/topic/my-views/page/2/#post-1757</link>
<pubDate>Wed, 20 Aug 2008 09:23:01 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1757@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;That may be a variety of errors, including a PHP error. The statistics module does not work properly with bbPress 1.0 yet.&#60;/p&#62;
&#60;p&#62;I need more info about your bbpress setup and server.
&#60;/p&#62;</description>
</item>
<item>
<title>mcshockency on "My Views"</title>
<link>http://bbpress.org/plugins/topic/my-views/page/2/#post-1756</link>
<pubDate>Wed, 20 Aug 2008 07:42:27 +0000</pubDate>
<dc:creator>mcshockency</dc:creator>
<guid isPermaLink="false">1756@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;This is kind of interesting:&#60;/p&#62;
&#60;p&#62;If I activate the forum-statistics module, I get this grey line that appears.&#60;/p&#62;
&#60;p&#62;Am I missing something in my css or is this a bug?
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "My Views"</title>
<link>http://bbpress.org/plugins/topic/my-views/page/2/#post-1750</link>
<pubDate>Wed, 20 Aug 2008 05:25:02 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1750@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;If you uploaded it to &#60;code&#62;/my-plugin/&#60;/code&#62; you definitely should see it in the bbPress plugin activation list. Maybe search for the word &#34;unread&#34; on the page. Are you using 0.9 or 1.0? I haven't tested it on 1.0 yet.
&#60;/p&#62;</description>
</item>
<item>
<title>brad_langdon on "My Views"</title>
<link>http://bbpress.org/plugins/topic/my-views/page/2/#post-1746</link>
<pubDate>Wed, 20 Aug 2008 02:19:50 +0000</pubDate>
<dc:creator>brad_langdon</dc:creator>
<guid isPermaLink="false">1746@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Great! &#60;/p&#62;
&#60;p&#62;But I still don't see an option for unread posts.&#60;/p&#62;
&#60;p&#62;I have upgraded the plugin and installed the &#34;Unread Posts&#34; plugin but I cant see a module for it in the list of files.&#60;/p&#62;
&#60;p&#62;Am I missing something?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
