<?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 Topic: Post Notification</title>
<link>http://bbpress.org/plugins/</link>
<description>bbPress plugin browser Topic: Post Notification</description>
<language>en</language>
<pubDate>Sat, 06 Sep 2008 02:23:07 +0000</pubDate>

<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>test4 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>test4</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>
<item>
<title>_ck_ on "Post Notification"</title>
<link>http://bbpress.org/plugins/topic/post-notification/#post-451</link>
<pubDate>Fri, 27 Jul 2007 07:33:44 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">451@http://bbpress.org/plugins/</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 "Post Notification"</title>
<link>http://bbpress.org/plugins/topic/post-notification/#post-434</link>
<pubDate>Wed, 25 Jul 2007 22:30:31 +0000</pubDate>
<dc:creator>mazdakam</dc:creator>
<guid isPermaLink="false">434@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;very good
&#60;/p&#62;</description>
</item>
<item>
<title>thomasklaiber on "Post Notification"</title>
<link>http://bbpress.org/plugins/topic/post-notification/#post-286</link>
<pubDate>Wed, 06 Jun 2007 20:26:02 +0000</pubDate>
<dc:creator>thomasklaiber</dc:creator>
<guid isPermaLink="false">286@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Did you activate the notification in your profile?&#60;/p&#62;
&#60;p&#62;If you keep having problems just contact me: info [at] thomasklaiber [dot] com&#60;/p&#62;
&#60;p&#62;@tinemuller:&#60;br /&#62;
It would be possible. I'll release a configurable version of this plugin soon with all the suggested features.
&#60;/p&#62;</description>
</item>
<item>
<title>hanheg on "Post Notification"</title>
<link>http://bbpress.org/plugins/topic/post-notification/#post-274</link>
<pubDate>Thu, 31 May 2007 09:13:52 +0000</pubDate>
<dc:creator>hanheg</dc:creator>
<guid isPermaLink="false">274@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Hi, I am using BBPress 0.81-1 and installed post-notification version 1.3.&#60;br /&#62;
I subscribed to some favorites but it does not send any email of new posts.&#60;br /&#62;
I don't get any errors, only no email arrives.&#60;br /&#62;
I also tried topic-notification and that worked fine.&#60;br /&#62;
Is this a known issue?&#60;/p&#62;
&#60;p&#62;Actually, all I need is that for every post a message goes out to the key master to keep her posted. So I also tried notification_all.php I found on the forums but that did not work either. Is there somewhere a way to do this hanging about that I perhaps missed?&#60;/p&#62;
&#60;p&#62;Thank you, Han
&#60;/p&#62;</description>
</item>
<item>
<title>tinemuller on "Post Notification"</title>
<link>http://bbpress.org/plugins/topic/post-notification/#post-216</link>
<pubDate>Fri, 27 Apr 2007 10:32:03 +0000</pubDate>
<dc:creator>tinemuller</dc:creator>
<guid isPermaLink="false">216@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Would it be possible NOT to get an email when it's your OWN post?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
