<?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: Automatically add user topics to favorites</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Automatically add user topics to favorites</description>
<language>en</language>
<pubDate>Sun, 12 Oct 2008 08:54:45 +0000</pubDate>

<item>
<title>mazdakam on "Automatically add user topics to favorites"</title>
<link>http://bbpress.org/forums/topic/automatically-add-user-topics-to-favorites#post-9443</link>
<pubDate>Fri, 27 Jul 2007 19:36:34 +0000</pubDate>
<dc:creator>mazdakam</dc:creator>
<guid isPermaLink="false">9443@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;so keep do it because i am searched whoe of the internet and didn't find anything&#60;br /&#62;
i know if you develop this plug in it will be one of popular plugin
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Automatically add user topics to favorites"</title>
<link>http://bbpress.org/forums/topic/automatically-add-user-topics-to-favorites#post-9433</link>
<pubDate>Fri, 27 Jul 2007 14:54:00 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">9433@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Keep in mind that bbpress already tracks all topics started and all recent replies by each user in their profile. &#60;/p&#62;
&#60;p&#62;Subscribing to individual threads is something probably better suited to the notification plugin. Serialized meta data would have to be added to each topic with each user subscribed and then removed when unsubscribed. I guess I can look into it eventually if no-one else creates such a feature.
&#60;/p&#62;</description>
</item>
<item>
<title>mazdakam on "Automatically add user topics to favorites"</title>
<link>http://bbpress.org/forums/topic/automatically-add-user-topics-to-favorites#post-9431</link>
<pubDate>Fri, 27 Jul 2007 14:21:06 +0000</pubDate>
<dc:creator>mazdakam</dc:creator>
<guid isPermaLink="false">9431@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;i named the file top2fav.php means topic to favorites
&#60;/p&#62;</description>
</item>
<item>
<title>mazdakam on "Automatically add user topics to favorites"</title>
<link>http://bbpress.org/forums/topic/automatically-add-user-topics-to-favorites#post-9430</link>
<pubDate>Fri, 27 Jul 2007 14:20:00 +0000</pubDate>
<dc:creator>mazdakam</dc:creator>
<guid isPermaLink="false">9430@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;wow! it worked! really thanks :)&#60;br /&#62;
so it would be excellent add to fav automatically if each user  reply the post&#60;/p&#62;
&#60;p&#62;and also give an option to user to add/remove this setting as default each time he or she wants&#60;/p&#62;
&#60;p&#62;is it posible for you?&#60;br /&#62;
other forums has this function by deafult
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Automatically add user topics to favorites"</title>
<link>http://bbpress.org/forums/topic/automatically-add-user-topics-to-favorites#post-9413</link>
<pubDate>Fri, 27 Jul 2007 07:33:10 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">9413@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Automatically adding a user's new topic to their own favorites is as simple as this plugin. I've unhooked the notification plugin so users don't get emailed for their own new topics starting.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
/*
 * Plugin Name: User Topics To Favorites
 * Plugin Description: automatically adds new topics created by a user to their favorites
 * Author: _ck_
 * Author URI: &#60;a href=&#34;http://CKon.wordpress.com&#34; rel=&#34;nofollow&#34;&#62;http://CKon.wordpress.com&#60;/a&#62;
 * Plugin URI: &#60;a href=&#34;http://CKon.wordpress.com&#34; rel=&#34;nofollow&#34;&#62;http://CKon.wordpress.com&#60;/a&#62;
 * Version: 0.1
 */

function user_topics_to_favorites($topic_id) {
remove_action(&#38;#39;bb_new_post&#38;#39;, &#38;#39;notification_new_post&#38;#39;);  // don&#38;#39;t email users about their new topic
$topic = get_topic( get_topic_id( $topic_id ) );  // fetch topic poster&#38;#39;s  id
bb_add_user_favorite( $topic-&#38;gt;topic_poster, $topic_id );
}
add_action(&#38;#39;bb_new_topic&#38;#39;, &#38;#39;user_topics_to_favorites&#38;#39;);

?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>mazdakam on "Automatically add user topics to favorites"</title>
<link>http://bbpress.org/forums/topic/automatically-add-user-topics-to-favorites#post-9412</link>
<pubDate>Fri, 27 Jul 2007 04:35:11 +0000</pubDate>
<dc:creator>mazdakam</dc:creator>
<guid isPermaLink="false">9412@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;it is what i need too!
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Automatically add user topics to favorites"</title>
<link>http://bbpress.org/forums/topic/automatically-add-user-topics-to-favorites#post-4012</link>
<pubDate>Mon, 05 Feb 2007 03:16:32 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">4012@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I would request that from the author in that plugin post that you referenced above.   I would imagine that it wouldn't be too hard to change the code if you know how the plugin works!&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>yoyo on "Automatically add user topics to favorites"</title>
<link>http://bbpress.org/forums/topic/automatically-add-user-topics-to-favorites#post-4001</link>
<pubDate>Mon, 05 Feb 2007 02:23:55 +0000</pubDate>
<dc:creator>yoyo</dc:creator>
<guid isPermaLink="false">4001@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I would like is a plugin that could automatically add user topics to favorites.&#60;/p&#62;
&#60;p&#62;You can easily monitor your topics via RSS Feed&#60;br /&#62;
&#38;#38;&#60;br /&#62;
I want to use this plugin with Post Notification Plugin  &#60;a href=&#34;http://bbpress.org/plugins/topic/23?replies=1&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/23?replies=1&#60;/a&#62;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
