<?xml version="1.0"?><!-- 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 Showcase Topic: new plugin "Unread Posts"</title>
<link>http://bbshowcase.org/forums/</link>
<description>bbPress Showcase Topic: new plugin "Unread Posts"</description>
<language>en</language>
<pubDate>Thu, 24 May 2012 16:35:30 +0000</pubDate>

<item>
<title>webaf on "new plugin "Unread Posts""</title>
<link>http://bbshowcase.org/forums/topic/new-plugin-unread-posts#post-2177</link>
<pubDate>Sat, 06 Nov 2010 07:10:18 +0000</pubDate>
<dc:creator>webaf</dc:creator>
<guid isPermaLink="false">2177@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;I used the plugin in a bbpress 0.9 and it worked fine with an icon.&#60;/p&#62;
&#60;p&#62;But when I upgrade in 1.0.2, the plugins doesn't work correctly.&#60;br /&#62;
In the front-page, I see my title with this text in the browser :&#60;br /&#62;
&#60;code&#62;&#38;lt;span class=&#34;unread_posts&#34;&#38;gt;Vos avis et remarques&#38;lt;/span&#38;gt;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;And the source of the page show :&#60;br /&#62;
&#60;code&#62;&#60;a&#62;&#38;lt;span class=&#38;quot;unread_posts&#38;quot;&#38;gt;Vos avis et remarques&#38;lt;/span&#38;gt;&#60;/a&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;But in the forum page, the plugin works very fine and I can see :&#60;br /&#62;
My topic with the good source code (and an star icon defined in the css) :&#60;br /&#62;
&#60;code&#62;&#60;a&#62;&#38;lt;span class=&#34;unread_posts&#34;&#38;gt;My new Topic&#38;lt;/span&#38;gt;&#60;/a&#62;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Do you know where could it come from ?
&#60;/p&#62;</description>
</item>
<item>
<title>pastorbobsforum on "new plugin "Unread Posts""</title>
<link>http://bbshowcase.org/forums/topic/new-plugin-unread-posts#post-2090</link>
<pubDate>Sat, 21 Aug 2010 12:44:51 +0000</pubDate>
<dc:creator>pastorbobsforum</dc:creator>
<guid isPermaLink="false">2090@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;This is what I've tried&#60;br /&#62;
&#60;code&#62;$unread_posts[&#38;#39;style&#38;#39;]=&#38;quot;.unread_posts {color:#FF0000; padding-left: 10px; background: url(&#38;quot;.$unread_posts[&#38;#39;icons&#38;#39;].&#38;quot;unread_posts.png) 1px 0px no-repeat;}&#38;quot;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;with no result.&#60;/p&#62;
&#60;p&#62;I've also tried this&#60;br /&#62;
&#60;code&#62;$unread_posts[&#38;#39;style&#38;#39;]=&#38;quot;.unread_posts {color:#FF0000; padding-left: 10px; background: url(icons/unread_posts.png) 1px 0px no-repeat;}&#38;quot;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and again no result.&#60;/p&#62;
&#60;p&#62;Any idea why?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Bob
&#60;/p&#62;</description>
</item>
<item>
<title>pastorbobsforum on "new plugin "Unread Posts""</title>
<link>http://bbshowcase.org/forums/topic/new-plugin-unread-posts#post-2089</link>
<pubDate>Sat, 21 Aug 2010 10:16:55 +0000</pubDate>
<dc:creator>pastorbobsforum</dc:creator>
<guid isPermaLink="false">2089@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Hello again.&#60;/p&#62;
&#60;p&#62;I fixed my first issue. The colours that you've specified (Navy and 0000AA) where the same (or very close) to what I was using, so that's why I couldn't see the difference.&#60;/p&#62;
&#60;p&#62;The second and third questions though are still unresolved.&#60;/p&#62;
&#60;p&#62;Bob
&#60;/p&#62;</description>
</item>
<item>
<title>pastorbobsforum on "new plugin "Unread Posts""</title>
<link>http://bbshowcase.org/forums/topic/new-plugin-unread-posts#post-2088</link>
<pubDate>Sat, 21 Aug 2010 09:58:25 +0000</pubDate>
<dc:creator>pastorbobsforum</dc:creator>
<guid isPermaLink="false">2088@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Hello.&#60;/p&#62;
&#60;p&#62;Thank you for your (free) plugin.&#60;/p&#62;
&#60;p&#62;I have a few inquiries, which are probably due to my limited understanding. Please, bear with me.&#60;/p&#62;
&#60;p&#62;First, I cannot see any difference (after having activated the plugin of course) in between the state of the forum before the &#34;Mark all topics as read&#34; and afterwards.&#60;/p&#62;
&#60;p&#62;I've edited this in the plugin:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$unread_posts[&#38;#39;indicate_forums&#38;#39;]=true;
$unread_posts[&#38;#39;indicate_last_login&#38;#39;]=true;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;but also this:&#60;br /&#62;
&#60;code&#62;$unread_posts[&#38;#39;use_row_class&#38;#39;]=true;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;because I thought that if I want these two options to show &#60;code&#62;$unread_posts['style']=.&#34;.unread_posts_row a {color:#0000AA;}&#34;&#60;br /&#62;
.&#34;.unread_login_row a {color:#000080;}&#34;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;then that was the way.&#60;/p&#62;
&#60;p&#62;Second, what should I do if I want to add an icon next to the forums/topics that have new content since the user's last login?&#60;/p&#62;
&#60;p&#62;And third, what exactly does &#34;Update all topics read&#34; do? I'm afraid that I fail to understand this as well.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Bob
&#60;/p&#62;</description>
</item>
<item>
<title>renkei on "new plugin "Unread Posts""</title>
<link>http://bbshowcase.org/forums/topic/new-plugin-unread-posts#post-1269</link>
<pubDate>Fri, 08 May 2009 11:56:46 +0000</pubDate>
<dc:creator>renkei</dc:creator>
<guid isPermaLink="false">1269@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;hi !&#60;br /&#62;
there is some bug .. when i do this : &#34;$unread_posts['indicate_forums']=true; &#34;&#60;br /&#62;
the colour of unread stay even if i read all the forum ...&#60;/p&#62;
&#60;p&#62;and other things : the title of the page unread is &#38;lt;span class=&#34;unreadlogin&#38;gt;...etc&#60;/p&#62;
&#60;p&#62;ps : i'm french .. bad english :p
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "new plugin "Unread Posts""</title>
<link>http://bbshowcase.org/forums/topic/new-plugin-unread-posts#post-101</link>
<pubDate>Thu, 31 Jan 2008 10:14:03 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">101@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;download: &#60;a href=&#34;http://bbpress.org/plugins/topic/78&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/78&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Indicates previously read topics with new unread posts across most types of pages within bbPress. Features &#34;mark all topics read&#34;. &#60;/p&#62;
&#60;p&#62;== Description ==&#60;/p&#62;
&#60;p&#62;This is not just &#34;yet another&#34; Show Unread Posts plugin.&#60;br /&#62;
Builds on concepts by fel64 and henrybb with feature and performance improvements.&#60;br /&#62;
No additional plugins or tables required. Produces no overhead for non-members and as little as possible otherwise.&#60;br /&#62;
Users can be given a link to &#34;mark all topics read&#34; and you can adjust the number of topics to track to limit bloat.&#60;br /&#62;
Topics with new posts can be customized via css styles, ie. bold, underline, colors, or even an icon.&#60;/p&#62;
&#60;p&#62;To see a demonstration, create an account at &#60;a href=&#34;http://bbShowcase.org&#34; rel=&#34;nofollow&#34;&#62;http://bbShowcase.org&#60;/a&#62; read some posts and wait for some replies.&#60;/p&#62;
&#60;p&#62;== Instructions ==&#60;/p&#62;
&#60;p&#62;Install, activate, optionally edit unread style and number of topics tracked per user within unread-posts.php&#60;br /&#62;
If you'd like to give users the ability to &#34;mark all topics read&#34;, simply place the following html in your template:&#60;br /&#62;
&#60;code&#62;&#38;lt;a href=&#38;quot;?mark_all_topics_read&#38;quot;&#38;gt;Mark all topics as read&#38;lt;/a&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
</item>

</channel>
</rss>

