<?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: Moderator New Post Notification</title>
<link>http://bbpress.org/plugins/</link>
<description>bbPress plugin browser Topic: Moderator New Post Notification</description>
<language>en</language>
<pubDate>Sun, 12 Oct 2008 17:22:26 +0000</pubDate>

<item>
<title>pfox on "Moderator New Post Notification"</title>
<link>http://bbpress.org/plugins/topic/moderator-new-post-notification/#post-1468</link>
<pubDate>Tue, 15 Jul 2008 22:33:19 +0000</pubDate>
<dc:creator>pfox</dc:creator>
<guid isPermaLink="false">1468@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I don't get any error messages when I post a new topic but I don't get any emails. I've enabled the option in my profile and I have double checked my email address.&#60;/p&#62;
&#60;p&#62;Any ideas?&#60;/p&#62;
&#60;p&#62;I'm running bbPress 0.9.0.2
&#60;/p&#62;</description>
</item>
<item>
<title>jldean on "Moderator New Post Notification"</title>
<link>http://bbpress.org/plugins/topic/moderator-new-post-notification/#post-1360</link>
<pubDate>Thu, 12 Jun 2008 13:48:47 +0000</pubDate>
<dc:creator>jldean</dc:creator>
<guid isPermaLink="false">1360@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;After a couple of tweaks, I got it working with 0.9.0.2&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.finalwebsites.com/forums/topic/bbpress-plugin-mod-new-post-notify-db-error-w-wordpress-integrat#post-811&#34;&#62;More info here&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>jldean on "Moderator New Post Notification"</title>
<link>http://bbpress.org/plugins/topic/moderator-new-post-notification/#post-1357</link>
<pubDate>Wed, 11 Jun 2008 10:48:18 +0000</pubDate>
<dc:creator>jldean</dc:creator>
<guid isPermaLink="false">1357@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I just tried running this plugin with bbpress 0.9.0.2 integrated with WP. &#60;/p&#62;
&#60;p&#62;I had to change the user table names (bb_users and bb_usermeta to wp_users and wp_usermeta) to stop getting errors in the edit profile page.&#60;/p&#62;
&#60;p&#62;Now there are no errors on the profile page, but no tickbox to select notification either... no new options at all.&#60;/p&#62;
&#60;p&#62;Would it be easy to tweak this invaluable plugin for the latest bbpress?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>helpy on "Moderator New Post Notification"</title>
<link>http://bbpress.org/plugins/topic/moderator-new-post-notification/#post-847</link>
<pubDate>Tue, 19 Feb 2008 09:29:46 +0000</pubDate>
<dc:creator>helpy</dc:creator>
<guid isPermaLink="false">847@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Sorry! I just recognized that this &#34;bug&#34; was mentioned before.
&#60;/p&#62;</description>
</item>
<item>
<title>helpy on "Moderator New Post Notification"</title>
<link>http://bbpress.org/plugins/topic/moderator-new-post-notification/#post-846</link>
<pubDate>Tue, 19 Feb 2008 09:25:22 +0000</pubDate>
<dc:creator>helpy</dc:creator>
<guid isPermaLink="false">846@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I use WP/BB integration ... that means, that wp and bb are using the same table for the users. When I activate this plugin and then post a new message the following error occurs:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;bbPress database error: [Table 'MyDatabase.bb_users' doesn't exist]&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;SELECT um.meta_value AS role FROM bb_users AS u, bb_usermeta AS um WHERE u.ID = um.user_id AND um.meta_key = 'bb_capabilities' AND u.user_status = 0 AND u.ID = 2&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;&#60;code&#62;Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /homepages/.../moderator_notification.php on line 40&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;&#60;code&#62;Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /homepages/.../moderator_notification.php on line 40&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;&#60;code&#62;Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /homepages/.../moderator_notification.php on line 40&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;&#60;code&#62;Warning: Invalid argument supplied for foreach() in /homepages/.../moderator_notification.php on line 73&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;&#60;code&#62;Warning: Cannot modify header information - headers already sent by (output started at /homepages/46/d180234142/htdocs/helpy.de/5bn1983/www/forum/bb-includes/db.php:86) in /homepages/.../www/forum/bb-includes/pluggable.php on line 164&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>finalwebsites on "Moderator New Post Notification"</title>
<link>http://bbpress.org/plugins/topic/moderator-new-post-notification/#post-749</link>
<pubDate>Mon, 21 Jan 2008 21:05:41 +0000</pubDate>
<dc:creator>finalwebsites</dc:creator>
<guid isPermaLink="false">749@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;thanks for pointing me on that (I guess I copy/pasted some code bad code)&#60;/p&#62;
&#60;p&#62;I will change that with the next release.
&#60;/p&#62;</description>
</item>
<item>
<title>oledole on "Moderator New Post Notification"</title>
<link>http://bbpress.org/plugins/topic/moderator-new-post-notification/#post-747</link>
<pubDate>Mon, 21 Jan 2008 18:11:44 +0000</pubDate>
<dc:creator>oledole</dc:creator>
<guid isPermaLink="false">747@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Great plugin.  The only problem is that the DB names are hard coded for  the default BB intallation (using BB_ as DB prefix), so you have to change them manually if you're using a different prefix for the DB, and/or if you've integrated BB with WP.
&#60;/p&#62;</description>
</item>
<item>
<title>finalwebsites on "Moderator New Post Notification"</title>
<link>http://bbpress.org/plugins/topic/moderator-new-post-notification/#post-743</link>
<pubDate>Sat, 19 Jan 2008 11:16:46 +0000</pubDate>
<dc:creator>finalwebsites</dc:creator>
<guid isPermaLink="false">743@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;the last bug(s) is removed in version 1.01
&#60;/p&#62;</description>
</item>
<item>
<title>iamww on "Moderator New Post Notification"</title>
<link>http://bbpress.org/plugins/topic/moderator-new-post-notification/#post-724</link>
<pubDate>Wed, 09 Jan 2008 02:38:13 +0000</pubDate>
<dc:creator>iamww</dc:creator>
<guid isPermaLink="false">724@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I thought that was the issue, but what not sure.&#60;/p&#62;
&#60;p&#62;Thanks a lot.  It is working great now.
&#60;/p&#62;</description>
</item>
<item>
<title>finalwebsites on "Moderator New Post Notification"</title>
<link>http://bbpress.org/plugins/topic/moderator-new-post-notification/#post-722</link>
<pubDate>Mon, 07 Jan 2008 12:47:34 +0000</pubDate>
<dc:creator>finalwebsites</dc:creator>
<guid isPermaLink="false">722@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;You're right I missed something :D&#60;/p&#62;
&#60;p&#62;Replace the row with:&#60;br /&#62;
&#60;code&#62;if (mod_notification_is_activated($userdata-&#38;gt;ID)) {&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>iamww on "Moderator New Post Notification"</title>
<link>http://bbpress.org/plugins/topic/moderator-new-post-notification/#post-720</link>
<pubDate>Sat, 05 Jan 2008 20:04:20 +0000</pubDate>
<dc:creator>iamww</dc:creator>
<guid isPermaLink="false">720@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I receive the following error when trying to post as a Member user:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;Fatal error: Call to undefined function: notification_is_activated() in /my-plugins/moderator_notification.php on line 74&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I receive the error after selecting the send post button, logged in as a Member.  I set my key master id to receive notifications.&#60;/p&#62;
&#60;p&#62;I am using bbpress 0.8.3.1.  The only other plugins activated are Quote and Support Forum.&#60;/p&#62;
&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
</item>
<item>
<title>finalwebsites on "Moderator New Post Notification"</title>
<link>http://bbpress.org/plugins/topic/moderator-new-post-notification/#post-716</link>
<pubDate>Fri, 04 Jan 2008 08:15:03 +0000</pubDate>
<dc:creator>finalwebsites</dc:creator>
<guid isPermaLink="false">716@http://bbpress.org/plugins/</guid>
<description>Sends a notification e-mail to all moderators and admins if there is a new post from a regular member.</description>
</item>

</channel>
</rss>
