<?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; Tag: new posts - Recent Posts</title>
		<link>http://bbpress.org/plugins/tags/new-posts</link>
		<description>bbPress Plugin Browser &#187; Tag: new posts - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 04:30:08 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/plugins/rss/tags/new-posts" rel="self" type="application/rss+xml" />

		<item>
			<title>lxlx on "Indicate New Posts"</title>
			<link>http://bbpress.org/plugins/topic/indicate-new-posts/#post-6616</link>
			<pubDate>Mon, 24 Oct 2011 09:00:30 +0000</pubDate>
			<dc:creator>lxlx</dc:creator>
			<guid isPermaLink="false">6616@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Unfortunately does not work with the new version
</p>]]></description>
					</item>
		<item>
			<title>Lightheart on "Unread Posts"</title>
			<link>http://bbpress.org/plugins/topic/unread-posts/page/3/#post-6320</link>
			<pubDate>Wed, 05 Jan 2011 01:48:04 +0000</pubDate>
			<dc:creator>Lightheart</dc:creator>
			<guid isPermaLink="false">6320@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Is there any way to make this work for forums as well?
</p>]]></description>
					</item>
		<item>
			<title>guly on "Unread Posts"</title>
			<link>http://bbpress.org/plugins/topic/unread-posts/page/3/#post-6247</link>
			<pubDate>Wed, 01 Dec 2010 17:51:45 +0000</pubDate>
			<dc:creator>guly</dc:creator>
			<guid isPermaLink="false">6247@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Another thing I noticed is that this plugin is having a hard time with special characters in post titles, like "@". My users seem to like putting "@" in their post titles. This causes the post title link to point to the wrong post. </p>
<p>Not sure if this is just an issue with my setup, or an overall issue with the plugin?</p>
<p>I'm wondering if this could be fixed by "addslashes" or some other filter.
</p>]]></description>
					</item>
		<item>
			<title>guly on "Unread Posts"</title>
			<link>http://bbpress.org/plugins/topic/unread-posts/page/3/#post-6244</link>
			<pubDate>Wed, 01 Dec 2010 04:54:44 +0000</pubDate>
			<dc:creator>guly</dc:creator>
			<guid isPermaLink="false">6244@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I actually had the exact same problems listed above regarding needing to click  twice to update all as read. I applied bbhack's fix and it now works perfectly:</p>
<blockquote><p>A way to fix this would be to change the code to be this:<br />
$up_last_login = trim(reset(explode("&#124;",$user-&#62;up_last_login)));</p></blockquote>
<p>Here is one vote for ck to update the plugin with this line...
</p>]]></description>
					</item>
		<item>
			<title>ootes on "Unread Posts"</title>
			<link>http://bbpress.org/plugins/topic/unread-posts/page/3/#post-5067</link>
			<pubDate>Fri, 18 Dec 2009 09:55:15 +0000</pubDate>
			<dc:creator>ootes</dc:creator>
			<guid isPermaLink="false">5067@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>i'm using this plugin, many thanx for all the effort but..<br />
why doesn't it work out with subforums<br />
i need to be the parrent also highlighted when there is a new post in the child forums
</p>]]></description>
					</item>
		<item>
			<title>merlin214365 on "Unread Posts"</title>
			<link>http://bbpress.org/plugins/topic/unread-posts/page/3/#post-4816</link>
			<pubDate>Tue, 27 Oct 2009 02:22:53 +0000</pubDate>
			<dc:creator>merlin214365</dc:creator>
			<guid isPermaLink="false">4816@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Using BBpress 1.0.2<br />
As stated by citizenkeith i have the same issue but only when using this on the forumlist.<br />
New topics do not show with span tags only new posts to old topics.<br />
Every thing works great when using this plugin on latest descusion though new posts and topics show.</p>
<p>Im assuming the error is because of the newer version of bbpress and im guessing the error is somewhere in these lines<br />
<pre><code>function up_mark_forum_unread($item) {
global $bbdb,$bb_current_user, $forum, $unread_posts,$up_last_login,$up_forums,$up_last_login_forums;
if (!isset($up_forums)) {			// unfortunately requires an extra query, data impossible to store
	$user = bb_get_user($bb_current_user-&#62;ID);
	if ($user-&#62;up_read_topics) {$up_forums=@$bbdb-&#62;get_col(&#34;SELECT DISTINCT forum_id FROM $bbdb-&#62;topics WHERE topic_id IN (&#34;.trim($user-&#62;up_read_topics,&#34;, &#34;).&#34;) AND topic_last_post_id  NOT IN (&#34;.trim($user-&#62;up_last_posts,&#34;, &#34;).&#34;) &#34;);}
	if (is_array($up_forums)) {$up_forums=array_flip($up_forums);} else 	{$up_forums=array();}
if ($unread_posts[&#39;indicate_last_login&#39;] &#38;&#38; !isset($up_last_login_forums)) {		// unfortunately requires an extra query, data impossible to store
	$up_last_login_forums=@$bbdb-&#62;get_col(&#34;SELECT DISTINCT forum_id FROM $bbdb-&#62;topics WHERE  topic_time &#62;= &#39;&#34;.gmdate(&#39;Y-m-d H:i:s&#39;,$up_last_login).&#34;&#39; &#34;
					.(($user-&#62;up_read_topics) ? &#34;AND  topic_id NOT IN (&#34;.trim($user-&#62;up_read_topics,&#34;, &#34;).&#34;)&#34; : &#34;&#34;) );
	if (is_array($up_last_login_forums)) {$up_last_login_forums=array_flip($up_last_login_forums);} else {$up_last_login_forums=array();}
}
}
if ($unread_posts[&#39;use_row_class&#39;]) {
if (isset($up_forums[$forum-&#62;forum_id])) {$item=rtrim($item,&#39;&#34; &#39;).&#39; unread_posts_row&#34;&#39;;}
elseif ($unread_posts[&#39;indicate_last_login&#39;] &#38;&#38; isset($up_last_login_forums[$forum-&#62;forum_id])) {$item=rtrim($item,&#39;&#34; &#39;).&#39; unread_login_row&#34;&#39;;}
} else {
if (isset($up_forums[$forum-&#62;forum_id])) {$item = &#39;&#60;span class=&#34;unread_posts&#34;&#62;&#39; . $item . &#39;&#60;/span&#62;&#39;;}
elseif ($unread_posts[&#39;indicate_last_login&#39;] &#38;&#38; isset($up_last_login_forums[$forum-&#62;forum_id])) {$item = &#39;&#60;span class=&#34;unread_login&#34;&#62;&#39; . $item . &#39;&#60;/span&#62;&#39;;}
}
return $item;
}</code></pre>]]></description>
					</item>
		<item>
			<title>citizenkeith on "Unread Posts"</title>
			<link>http://bbpress.org/plugins/topic/unread-posts/page/3/#post-4787</link>
			<pubDate>Wed, 21 Oct 2009 14:46:29 +0000</pubDate>
			<dc:creator>citizenkeith</dc:creator>
			<guid isPermaLink="false">4787@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I've noticed that (for me) this plugin doesn't actually count a brand-new topic as a new post. So while topics with new posts show up bold, new topics don't show up bold. Any way to add this functionality? I'm using 0.9.0.6 on a Linux system (MediaTemple shared hosting).
</p>]]></description>
					</item>
		<item>
			<title>elu on "Indicate New Posts"</title>
			<link>http://bbpress.org/plugins/topic/indicate-new-posts/#post-4786</link>
			<pubDate>Wed, 21 Oct 2009 09:43:16 +0000</pubDate>
			<dc:creator>elu</dc:creator>
			<guid isPermaLink="false">4786@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>This plugins works well, except the fact, that the forums in the frontpage don't get bold. So you have to click through all forums in the board to see, if there is something new. Or did i miss something?
</p>]]></description>
					</item>
		<item>
			<title>bbhack on "Unread Posts"</title>
			<link>http://bbpress.org/plugins/topic/unread-posts/page/3/#post-4529</link>
			<pubDate>Tue, 08 Sep 2009 23:37:43 +0000</pubDate>
			<dc:creator>bbhack</dc:creator>
			<guid isPermaLink="false">4529@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Just an update. I think _ck_ 's code is probably fine. What I discovered is that the up_last_login time wasn't being updated when my users were logging in. </p>
<p>The plugin uses the action bb_user_login to update the login time. But if you are using some other login integration (like me) and the bb_login function is never called, then the login time will not be updated (except when you click the Mark all as read link).</p>
<p>I fixed my code login code (which only calls set_auth_cookie) to have the do_action call for bb_user_login and now it is working fine.
</p>]]></description>
					</item>
		<item>
			<title>bbhack on "Unread Posts"</title>
			<link>http://bbpress.org/plugins/topic/unread-posts/page/3/#post-4528</link>
			<pubDate>Tue, 08 Sep 2009 22:57:08 +0000</pubDate>
			<dc:creator>bbhack</dc:creator>
			<guid isPermaLink="false">4528@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I'm seeing the same behavior as anandasama on my 1.0.2 install.</p>
<p>I think there may be a logic flaw in the plugin. Hopefully, _ck_ will comment.</p>
<p>When you click the mark as read link, it updates the bb_usermeta table and sets the new up_last_login time. The update prepends the current time to the current value and separates them with a &#124;. So you get something like this:</p>
<p>new_last_login_time&#124; old_last_login_time</p>
<p>When the code then tried to read back out last_login_time it does this:<br />
<code>$up_last_login=trim(end(explode(&#34;&#124;&#34;,&#34;&#124;&#34;.$user-&#62;up_last_login)));</code></p>
<p>So what it actually fetches is the old_last_login time. This is what is causing the weird behavior. The plugin is using the old login time instead of the new one so it then shows all posts since the old login time as being unread. When you click the mark as read link a second time, you overwrite the values again so that's why the unread highlights finally go away.</p>
<p>A way to fix this would be to change the code to be this:<br />
<code>$up_last_login = trim(reset(explode(&#34;&#124;&#34;,$user-&#62;up_last_login)));</code></p>
<p>This will make the code fetch the new login time instead.
</p>]]></description>
					</item>
		<item>
			<title>chandersbs on "Unread Posts"</title>
			<link>http://bbpress.org/plugins/topic/unread-posts/page/3/#post-4352</link>
			<pubDate>Tue, 18 Aug 2009 10:04:41 +0000</pubDate>
			<dc:creator>chandersbs</dc:creator>
			<guid isPermaLink="false">4352@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I saw on bbshowcase.org the ability to view all unread topics via a single button. </p>
<p>How can I achieve that too?
</p>]]></description>
					</item>
		<item>
			<title>anandasama on "Unread Posts"</title>
			<link>http://bbpress.org/plugins/topic/unread-posts/page/3/#post-4202</link>
			<pubDate>Sun, 02 Aug 2009 19:23:07 +0000</pubDate>
			<dc:creator>anandasama</dc:creator>
			<guid isPermaLink="false">4202@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I use 1.0.1 and I have to click twice to update all topics read, and the bold link takes me to the last post.<br />
Is this because I use 1.0 ?</p>
<p>And Is there a way to flag the topic automatically as read after looking at it?<br />
For now they keep higlighted until i clear all posts read.</p>
<p>And on a sidenote, It would be nice with a function to mark specific threads as read too instead of everone at the same time.
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Unread Posts"</title>
			<link>http://bbpress.org/plugins/topic/unread-posts/page/3/#post-3983</link>
			<pubDate>Thu, 16 Jul 2009 14:43:11 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">3983@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I would be very surprised if this worked on 1.0 right now. It's fairly complex.
</p>]]></description>
					</item>
		<item>
			<title>alexleonard on "Unread Posts"</title>
			<link>http://bbpress.org/plugins/topic/unread-posts/page/3/#post-3982</link>
			<pubDate>Thu, 16 Jul 2009 14:31:13 +0000</pubDate>
			<dc:creator>alexleonard</dc:creator>
			<guid isPermaLink="false">3982@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Out of interest does this work with version 1? (it says compatible up to 0.9 but some of those seem to work ok on 1)
</p>]]></description>
					</item>
		<item>
			<title>Darshan600 on "Unread Posts"</title>
			<link>http://bbpress.org/plugins/topic/unread-posts/page/3/#post-3748</link>
			<pubDate>Mon, 22 Jun 2009 19:55:23 +0000</pubDate>
			<dc:creator>Darshan600</dc:creator>
			<guid isPermaLink="false">3748@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Hi - I have your BBpress plugin at <a href="http://www.spreadtraderpro.com/bbpress" rel="nofollow">http://www.spreadtraderpro.com/bbpress</a></p>
<p>I'm not a coder so I wou;d be interested if someone would give me a price to add a small icon where posts are unread.
</p>]]></description>
					</item>
		<item>
			<title>deseo76 on "Unread Posts"</title>
			<link>http://bbpress.org/plugins/topic/unread-posts/page/2/#post-3675</link>
			<pubDate>Mon, 15 Jun 2009 07:56:41 +0000</pubDate>
			<dc:creator>deseo76</dc:creator>
			<guid isPermaLink="false">3675@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Hello,</p>
<p>Great plugin like the rest you've made _ck_ ! I would like to ask you something...<br />
Is there a possibility of adding an icon in a different column when a topic is unread and when a forum includes unread topics?<br />
And if so, how can I do this?<br />
In fact I am not so familiar with all this coding but I really try :P
</p>]]></description>
					</item>
		<item>
			<title>sclough on "Unread Posts"</title>
			<link>http://bbpress.org/plugins/topic/unread-posts/page/2/#post-3514</link>
			<pubDate>Wed, 27 May 2009 16:34:29 +0000</pubDate>
			<dc:creator>sclough</dc:creator>
			<guid isPermaLink="false">3514@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>This is a great plugin, but I noticed the "Mark All Read" is seeming to work backwards.  If I click it once, it marks what was previously read as unread.  I click it another time and it works correctly.  Has anyone else noticed this?  It's pretty consistent behavior for me.
</p>]]></description>
					</item>
		<item>
			<title>renkei on "Unread Posts"</title>
			<link>http://bbpress.org/plugins/topic/unread-posts/page/2/#post-3417</link>
			<pubDate>Thu, 14 May 2009 08:52:36 +0000</pubDate>
			<dc:creator>renkei</dc:creator>
			<guid isPermaLink="false">3417@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>how i can do to mark topic as unread if i didn't post in ?
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Unread Posts"</title>
			<link>http://bbpress.org/plugins/topic/unread-posts/page/2/#post-3384</link>
			<pubDate>Sat, 09 May 2009 10:59:48 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">3384@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>There are two colors indicating two different things.<br />
There is a lighter blue indicating truly unread posts.<br />
However if a user is new or you "mark all read" there is a fallback function that highlights posts that are only new since last login. That was actually a feature request by someone else awhile back.</p>
<p>You can disable that. Change this line near the top<br />
<pre><code>$unread_posts[&#39;indicate_last_login&#39;]=false;</code></pre>]]></description>
					</item>
		<item>
			<title>renkei on "Unread Posts"</title>
			<link>http://bbpress.org/plugins/topic/unread-posts/page/2/#post-3358</link>
			<pubDate>Fri, 08 May 2009 10:52:54 +0000</pubDate>
			<dc:creator>renkei</dc:creator>
			<guid isPermaLink="false">3358@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>hi !<br />
there is some bug .. when i do this : "$unread_posts['indicate_forums']=true; "<br />
the colour of unread stay even if i read all the forum ... </p>
<p>and other things : the title of the page is &#60;span class="unreadlogin&#62;...etc  </p>
<p>ps : i'm french .. bad english :p
</p>]]></description>
					</item>

	</channel>
</rss>

