<?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 support forums Topic: Can Sticky Get a New Color when something new is posted?</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Can Sticky Get a New Color when something new is posted?</description>
<language>en</language>
<pubDate>Wed, 03 Dec 2008 03:26:46 +0000</pubDate>

<item>
<title>Trent on "Can Sticky Get a New Color when something new is posted?"</title>
<link>http://bbpress.org/forums/topic/can-sticky-get-a-new-color-when-something-new-is-posted#post-10718</link>
<pubDate>Mon, 03 Sep 2007 00:31:59 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">10718@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hmm......not with this method because it is searching for topics that are new and sticky based off the timestamp of the item and the current server time.    I guess if you found a way to edit the timestamp to being 'new' again it would work with that way.&#60;/p&#62;
&#60;p&#62;Other than that, it would require having all sticky posts checked against a new table entry for this plugin, which is much more work and much more page requests.&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>M on "Can Sticky Get a New Color when something new is posted?"</title>
<link>http://bbpress.org/forums/topic/can-sticky-get-a-new-color-when-something-new-is-posted#post-10717</link>
<pubDate>Sun, 02 Sep 2007 23:55:39 +0000</pubDate>
<dc:creator>M</dc:creator>
<guid isPermaLink="false">10717@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Very nifty, thanks.&#60;/p&#62;
&#60;p&#62;It only works for newly created sticky topics. Is there a way to make it work if you un-sticky and re-sticky an old sticky topic?
&#60;/p&#62;</description>
</item>
<item>
<title>benbeltran on "Can Sticky Get a New Color when something new is posted?"</title>
<link>http://bbpress.org/forums/topic/can-sticky-get-a-new-color-when-something-new-is-posted#post-10710</link>
<pubDate>Sun, 02 Sep 2007 18:49:43 +0000</pubDate>
<dc:creator>benbeltran</dc:creator>
<guid isPermaLink="false">10710@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;@_ck_: Wasn't there a plugin already to change the style unread posts? I think it could be easily adapted.&#60;/p&#62;
&#60;p&#62;but then again,&#60;/p&#62;
&#60;p&#62;@Trent: Good work :P
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Can Sticky Get a New Color when something new is posted?"</title>
<link>http://bbpress.org/forums/topic/can-sticky-get-a-new-color-when-something-new-is-posted#post-10690</link>
<pubDate>Sun, 02 Sep 2007 04:44:55 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">10690@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;From our fearless leader!&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/*
Plugin Name: Recent Stickies
Author:  Micheal Adams
Description: Adds a class to recent sticky posts
*/

function recent_sticky_class( $class, $topic_id ) {
       $topic = get_topic( $topic_id );
       if ( !$topic-&#38;gt;topic_sticky )
               return $class;

       if ( get_topic_start_time( &#38;#39;timestamp&#38;#39; ) &#38;lt; time() - 604800 )
               return $class;

       $class[] = &#38;#39;recent-sticky&#38;#39;;
       return $class;
}

add_filter( &#38;#39;topic_class&#38;#39;, &#38;#39;recent_sticky_class&#38;#39;, 10, 2 );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Can Sticky Get a New Color when something new is posted?"</title>
<link>http://bbpress.org/forums/topic/can-sticky-get-a-new-color-when-something-new-is-posted#post-10686</link>
<pubDate>Sun, 02 Sep 2007 04:18:14 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">10686@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;yeah yeah.....forgot....asking him now!&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Can Sticky Get a New Color when something new is posted?"</title>
<link>http://bbpress.org/forums/topic/can-sticky-get-a-new-color-when-something-new-is-posted#post-10685</link>
<pubDate>Sun, 02 Sep 2007 04:12:16 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">10685@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Bump...
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Can Sticky Get a New Color when something new is posted?"</title>
<link>http://bbpress.org/forums/topic/can-sticky-get-a-new-color-when-something-new-is-posted#post-10143</link>
<pubDate>Mon, 13 Aug 2007 04:00:57 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">10143@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It is being done on this forum.   I will ask mdawaffe what he did because a new sticky is a different color (than other stickes) for about 10 days.&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Can Sticky Get a New Color when something new is posted?"</title>
<link>http://bbpress.org/forums/topic/can-sticky-get-a-new-color-when-something-new-is-posted#post-10109</link>
<pubDate>Fri, 10 Aug 2007 13:19:09 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">10109@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;You can't change the colour based on who's read it because there's no way to tell who's read the new post or not (hence it not being new if they have read it). There is however a plugin to track who's read what last post but that which unfortunately needs yet another plugin. &#60;/p&#62;
&#60;p&#62;bbPress is very weak in the user event tracking department. Not even a built in last login date which is a serious flaw in design.
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "Can Sticky Get a New Color when something new is posted?"</title>
<link>http://bbpress.org/forums/topic/can-sticky-get-a-new-color-when-something-new-is-posted#post-10104</link>
<pubDate>Fri, 10 Aug 2007 11:41:21 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">10104@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Change the colour of the stickies to something else? Or change it every time? I don't understand what you want to do.
&#60;/p&#62;</description>
</item>
<item>
<title>zapata on "Can Sticky Get a New Color when something new is posted?"</title>
<link>http://bbpress.org/forums/topic/can-sticky-get-a-new-color-when-something-new-is-posted#post-10090</link>
<pubDate>Fri, 10 Aug 2007 02:12:07 +0000</pubDate>
<dc:creator>zapata</dc:creator>
<guid isPermaLink="false">10090@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Because of the nature of stickies and the green color to it... one tends to overlook them and move on to the new regular threads below them...&#60;br /&#62;
is there a way to show sticky with new color everytime a new thread is posted or something which will tell readers that &#34;Check sticky&#34;...
&#60;/p&#62;</description>
</item>

</channel>
</rss>
