<?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 plugin browser User Favorites: yoyo</title>
<link>http://bbpress.org/plugins/</link>
<description>bbPress plugin browser User Favorites: yoyo</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 15:40:57 +0000</pubDate>

<item>
<title>danbbpress on "Post Notification"</title>
<link>http://bbpress.org/plugins/topic/post-notification/page/2/#post-2141</link>
<pubDate>Thu, 30 Oct 2008 09:14:51 +0000</pubDate>
<dc:creator>danbbpress</dc:creator>
<guid isPermaLink="false">2141@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Even if you manage to make all posts favorites for their posters, they still need to check the Notification radio button to get notifications. And this radio button is difficult to locate in my opinion.  I think this notification button should be turned on by default because most people expect to get notified when a new reply was added to a thread they initiated/participated in.
&#60;/p&#62;</description>
</item>
<item>
<title>beernews on "Post Notification"</title>
<link>http://bbpress.org/plugins/topic/post-notification/page/2/#post-2088</link>
<pubDate>Wed, 22 Oct 2008 00:14:04 +0000</pubDate>
<dc:creator>beernews</dc:creator>
<guid isPermaLink="false">2088@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Works perfectly. Only mod I could think of is to have it go to the permalink generating the email instead of the post (and thats preference more than anything) but A+!
&#60;/p&#62;</description>
</item>
<item>
<title>jennygold on "Post Notification"</title>
<link>http://bbpress.org/plugins/topic/post-notification/page/2/#post-2045</link>
<pubDate>Wed, 08 Oct 2008 03:27:39 +0000</pubDate>
<dc:creator>jennygold</dc:creator>
<guid isPermaLink="false">2045@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I've adapted this plugin to work when a new topic is submitted by using add_action('bb_new_topic', 'notification_new_topic') instead of bb_new_post with a function I've named notification_new_topic.  The problem is I tried to use the existing variables to get the title, link and author passed into the email, but they don't seem to be available when I use bb_new_topic.  What variables are available and how would I get these fields to be automatically filled in on the email?  &#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Post Notification"</title>
<link>http://bbpress.org/plugins/topic/post-notification/page/2/#post-1916</link>
<pubDate>Mon, 08 Sep 2008 19:27:45 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1916@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;If the checkbox is not appearing and you have a custom theme, you may be missing some of the needed actions in the template to trigger it.&#60;/p&#62;
&#60;p&#62;Also if you are using 1.0 alpha this has not been tested with it yet so it might be that as well.&#60;/p&#62;
&#60;p&#62;You can try temporarily switching back to kakumei theme and see if the box appears.&#60;/p&#62;
&#60;p&#62;Note the checkbox is in the EDIT PROFILE section and not on the topic page.
&#60;/p&#62;</description>
</item>
<item>
<title>argancel on "Post Notification"</title>
<link>http://bbpress.org/plugins/topic/post-notification/page/2/#post-1915</link>
<pubDate>Mon, 08 Sep 2008 18:03:25 +0000</pubDate>
<dc:creator>argancel</dc:creator>
<guid isPermaLink="false">1915@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Ok it seems I am kind of silly but how can I add the check box that users need to check to activate the option &#34;subscribe by email to favorite topics&#34;?&#60;br /&#62;
Because I cannot find it and my theme is a customized version.&#60;/p&#62;
&#60;p&#62;I would gladly appreciate any help.&#60;/p&#62;
&#60;p&#62;Does it help if I say : _ck_ you rock! (lol!!!!)
&#60;/p&#62;</description>
</item>
<item>
<title>elanaspantry on "Post Notification"</title>
<link>http://bbpress.org/plugins/topic/post-notification/page/2/#post-1819</link>
<pubDate>Thu, 28 Aug 2008 21:08:56 +0000</pubDate>
<dc:creator>elanaspantry</dc:creator>
<guid isPermaLink="false">1819@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Is there a way to add all new topics to the user who started it AND the ADMINS?
&#60;/p&#62;</description>
</item>
<item>
<title>sancho320 on "Post Notification"</title>
<link>http://bbpress.org/plugins/topic/post-notification/page/2/#post-1628</link>
<pubDate>Tue, 05 Aug 2008 18:39:21 +0000</pubDate>
<dc:creator>sancho320</dc:creator>
<guid isPermaLink="false">1628@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Great plugin! I am trying to reverse the default activation for all users. That is make the notification feature active on default for all users. The function starts by declaring '$checked = &#34;&#34;;' if I set that equal to 'checked' it works, but users can not deactivate it. I started playing around with the notification_is_activated function, but I just don't know what I'm doing, and got lost. Any help?
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Post Notification"</title>
<link>http://bbpress.org/plugins/topic/post-notification/page/2/#post-1454</link>
<pubDate>Sun, 13 Jul 2008 16:16:08 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1454@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;test4 (and others interested) to NOT notify a user about their own post try this  (untested):&#60;/p&#62;
&#60;p&#62;around line 16:&#60;br /&#62;
change&#60;br /&#62;
&#60;code&#62;if ( notification_is_activated( $userdata-&#38;gt;ID ) ) :&#60;/code&#62;&#60;br /&#62;
to&#60;br /&#62;
&#60;code&#62;if ($bb_current_user-&#38;gt;ID!=$userdata-&#38;gt;ID  &#38;#38;&#38;#38; notification_is_activated( $userdata-&#38;gt;ID ) ) :&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This could also be accomplished via the function notification_select_all_users during the mysql query by excluding the current user.&#60;/p&#62;
&#60;p&#62;This (should) work because the person making the post is the one triggering all the emails.
&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "Post Notification"</title>
<link>http://bbpress.org/plugins/topic/post-notification/#post-1442</link>
<pubDate>Thu, 10 Jul 2008 08:57:14 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">1442@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Great plugin, but there is an issue:&#60;/p&#62;
&#60;p&#62;when an user post a reply to a topic, it receives the email notification for his post.&#60;br /&#62;
Is there a code modification to solve this?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>Sepedeh on "Post Notification"</title>
<link>http://bbpress.org/plugins/topic/post-notification/#post-1266</link>
<pubDate>Mon, 19 May 2008 03:59:29 +0000</pubDate>
<dc:creator>Sepedeh</dc:creator>
<guid isPermaLink="false">1266@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Mates, I have a problem. I'm a beginer so I need a bit of help from you with this plugin. It's intalled, activated and works great, but my problem is that I want all user (keymasters, moderators, administrators and MEMBERS) to receive a notification e-mail.&#60;br /&#62;
What should I do? My MEMBERS are going crazy! :&#124;&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
</item>
<item>
<title>mdata on "Post Notification"</title>
<link>http://bbpress.org/plugins/topic/post-notification/#post-1256</link>
<pubDate>Tue, 13 May 2008 20:35:02 +0000</pubDate>
<dc:creator>mdata</dc:creator>
<guid isPermaLink="false">1256@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Found the file.  It is the plug-in itself, &#34;notification.php&#34;.  The code modification does work.  You folks are good!&#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
</item>
<item>
<title>mdata on "Post Notification"</title>
<link>http://bbpress.org/plugins/topic/post-notification/#post-1255</link>
<pubDate>Tue, 13 May 2008 20:27:50 +0000</pubDate>
<dc:creator>mdata</dc:creator>
<guid isPermaLink="false">1255@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;What file is bb_get_option in?&#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Post Notification"</title>
<link>http://bbpress.org/plugins/topic/post-notification/#post-1102</link>
<pubDate>Sun, 27 Apr 2008 06:48:56 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1102@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Then just change &#60;code&#62;bb_get_option(&#38;#39;from_email&#38;#39;)&#60;/code&#62; to whatever you want, ie.  &#60;code&#62;. &#38;quot;email@your-forum.com&#38;quot; .&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>ashishmohta on "Post Notification"</title>
<link>http://bbpress.org/plugins/topic/post-notification/#post-1101</link>
<pubDate>Sun, 27 Apr 2008 06:16:50 +0000</pubDate>
<dc:creator>ashishmohta</dc:creator>
<guid isPermaLink="false">1101@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;That change does make it work. I am wishing if there is an option to change the email id from to any email id I want to use. Any ideas.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Post Notification"</title>
<link>http://bbpress.org/plugins/topic/post-notification/#post-1057</link>
<pubDate>Tue, 22 Apr 2008 17:11:58 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1057@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;This probably stopped working because bbPress 0.9 stopped using &#34;admin_email&#34; and is now &#34;from_email&#34;.&#60;/p&#62;
&#60;p&#62;Edit line 22:&#60;br /&#62;
&#60;code&#62;&#38;#39;From: &#38;#39; . bb_get_option(&#38;#39;admin_email&#38;#39;)&#60;/code&#62;&#60;br /&#62;
and change it to&#60;br /&#62;
&#60;code&#62;&#38;#39;From: &#38;#39; . bb_get_option(&#38;#39;from_email&#38;#39;)&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and see if that helps?
&#60;/p&#62;</description>
</item>
<item>
<title>dangrey on "Post Notification"</title>
<link>http://bbpress.org/plugins/topic/post-notification/#post-1056</link>
<pubDate>Tue, 22 Apr 2008 16:03:40 +0000</pubDate>
<dc:creator>dangrey</dc:creator>
<guid isPermaLink="false">1056@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Yes, this plugin doesn't seem to work with 0.9.&#60;/p&#62;
&#60;p&#62;A real shame as it's just what a new, growing forum needs.
&#60;/p&#62;</description>
</item>
<item>
<title>jaydedman on "Post Notification"</title>
<link>http://bbpress.org/plugins/topic/post-notification/#post-951</link>
<pubDate>Thu, 27 Mar 2008 18:50:19 +0000</pubDate>
<dc:creator>jaydedman</dc:creator>
<guid isPermaLink="false">951@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Hey Thomas....love the idea behind this plugin. Definitely a must have.&#60;br /&#62;
But I just installed it using the latest version of bbPress, but it doesnt do anything.&#60;/p&#62;
&#60;p&#62;The link the plugin gives me also seems dead: &#60;a href=&#34;http://www.la-school.com/2006/bbpress-notification/&#34; rel=&#34;nofollow&#34;&#62;http://www.la-school.com/2006/bbpress-notification/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Is it me or you?
&#60;/p&#62;</description>
</item>
<item>
<title>thomasklaiber on "Post Notification"</title>
<link>http://bbpress.org/plugins/topic/post-notification/#post-636</link>
<pubDate>Wed, 14 Nov 2007 19:40:46 +0000</pubDate>
<dc:creator>thomasklaiber</dc:creator>
<guid isPermaLink="false">636@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Hmm I can't help you! I tried it with the newest version of bbpress and it works without any problems ...&#60;/p&#62;
&#60;p&#62;Have you installed any other plugins?
&#60;/p&#62;</description>
</item>
<item>
<title>boan901 on "Post Notification"</title>
<link>http://bbpress.org/plugins/topic/post-notification/#post-628</link>
<pubDate>Tue, 06 Nov 2007 16:14:45 +0000</pubDate>
<dc:creator>boan901</dc:creator>
<guid isPermaLink="false">628@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Several times, I have  gone into my profile and checked&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Favorite Notification&#60;br /&#62;
If you want to get an email when there is a new post to a topic in your favorites.&#60;br /&#62;
&#60;/strong&#62;&#60;br /&#62;
After I click the &#34;Update&#34; button, the check goes away. It won't &#34;stick&#34;.&#60;/p&#62;
&#60;p&#62;Also, I am not getting email notifications. Does anyone know why I can't update my profile to activate notification on Favorites?
&#60;/p&#62;</description>
</item>
<item>
<title>mazdakam on "Post Notification"</title>
<link>http://bbpress.org/plugins/topic/post-notification/#post-471</link>
<pubDate>Tue, 31 Jul 2007 23:48:32 +0000</pubDate>
<dc:creator>mazdakam</dc:creator>
<guid isPermaLink="false">471@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;it would be great if&#60;br /&#62;
user have an option to set subscribe (add2fave) for each post tht he or she replied&#60;/p&#62;
&#60;p&#62;also admin can specify a froum that notify every new tpic or pos to moderator by mail
&#60;/p&#62;</description>
</item>

</channel>
</rss>
