<?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: favorites in profile</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: favorites in profile</description>
<language>en</language>
<pubDate>Sat, 06 Sep 2008 07:08:49 +0000</pubDate>

<item>
<title>fel64 on "favorites in profile"</title>
<link>http://bbpress.org/forums/topic/favorites-in-profile#post-7965</link>
<pubDate>Sun, 10 Jun 2007 10:13:08 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">7965@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I think that's a tricky one. The code block that makes the output of favourites is below, but since it checks &#60;code&#62;if( $topics )&#60;/code&#62; the actual getting of favourites I guess happens much earlier on in bbPress' execution. Can't think how you'd get around that easily.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php if ( $topics ) : ?&#38;gt;

&#38;lt;table id=&#38;quot;favorites&#38;quot;&#38;gt;
&#38;lt;tr&#38;gt;
	&#38;lt;th&#38;gt;&#38;lt;?php _e(&#38;#39;Topic&#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;Freshness&#38;#39;); ?&#38;gt;&#38;lt;/th&#38;gt;
	&#38;lt;th&#38;gt;&#38;lt;?php _e(&#38;#39;Remove&#38;#39;); ?&#38;gt;&#38;lt;/th&#38;gt;
&#38;lt;/tr&#38;gt;

&#38;lt;?php 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 topic_posts(); ?&#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;?php topic_time(); ?&#38;gt;&#38;lt;/small&#38;gt;&#38;lt;/td&#38;gt;
	&#38;lt;td class=&#38;quot;num&#38;quot;&#38;gt;[&#38;lt;?php user_favorites_link(&#38;#39;&#38;#39;, array(&#38;#39;mid&#38;#39;=&#38;gt;&#38;#39;x&#38;#39;), $user_id); ?&#38;gt;]&#38;lt;/td&#38;gt;
&#38;lt;/tr&#38;gt;
&#38;lt;?php endforeach; ?&#38;gt;
&#38;lt;/table&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>like5 on "favorites in profile"</title>
<link>http://bbpress.org/forums/topic/favorites-in-profile#post-7954</link>
<pubDate>Sun, 10 Jun 2007 00:24:37 +0000</pubDate>
<dc:creator>like5</dc:creator>
<guid isPermaLink="false">7954@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;yep the favorites that on the favorites section want it to show on the profile. i try everything still trying to figured it out
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "favorites in profile"</title>
<link>http://bbpress.org/forums/topic/favorites-in-profile#post-7953</link>
<pubDate>Sun, 10 Jun 2007 00:07:40 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">7953@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;What do you mean? Favourite threads? I don't think so, like  you see in the &#34;Favourites&#34; section of your profile, right?
&#60;/p&#62;</description>
</item>
<item>
<title>like5 on "favorites in profile"</title>
<link>http://bbpress.org/forums/topic/favorites-in-profile#post-7952</link>
<pubDate>Sat, 09 Jun 2007 23:37:17 +0000</pubDate>
<dc:creator>like5</dc:creator>
<guid isPermaLink="false">7952@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Is there any way to add favorites in the profile
&#60;/p&#62;</description>
</item>

</channel>
</rss>
