<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Teleogistic &#187; groups</title>
	<atom:link href="http://teleogistic.net/tag/groups/feed/" rel="self" type="application/rss+xml" />
	<link>http://teleogistic.net</link>
	<description></description>
	<lastBuildDate>Thu, 03 May 2012 16:24:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Group Announcements tab in BuddyPress</title>
		<link>http://teleogistic.net/2011/01/group-announcements-tab-in-buddypress/</link>
		<comments>http://teleogistic.net/2011/01/group-announcements-tab-in-buddypress/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 16:57:57 +0000</pubDate>
		<dc:creator>Boone Gorges</dc:creator>
				<category><![CDATA[edtech]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[buddypress]]></category>
		<category><![CDATA[groups]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://teleogistic.net/?p=1082</guid>
		<description><![CDATA[Cross-posted at the CUNY Academic Commons Development blog I had a request or two to explain how I built the Group Announcements feature on the CUNY Academic Commons. Here goes. Brief background: When the Commons was upgraded to BuddyPress 1.2, we got the benefit of interactive activity streams everywhere, including groups. This caused some confusion, [...]]]></description>
			<content:encoded><![CDATA[<p><em>Cross-posted at the <a href="http://dev.commons.gc.cuny.edu/2011/01/13/group-announcements-tab-in-buddypress/">CUNY Academic Commons Development blog</a></em></p>
<p>I had a request or two to explain how I built the Group Announcements feature on the <a href="http://commons.gc.cuny.edu">CUNY Academic Commons</a>. Here goes.</p>
<p>Brief background: When the Commons was upgraded to BuddyPress 1.2, we got the benefit of interactive activity streams everywhere, including groups. This caused some confusion, however, as users were uncertain where conversation best fit into the Commons&#8217;s architecture: in the Forums (where it had been traditionally), or in the activity stream. In some communities this kind of fracturing might be okay or even welcome, but in ours it was confusing. At the same time, we wanted a way for group admins and mods to send important notices to the members of their groups. By taking the group activity updates and repurposing it as a Group Announcements section, I was able to kill two birds with one stone: providing an announcement space for mods, while focusing extended discussion in the forums.</p>
<p><a href="http://teleogistic.net/wp-content/uploads/2011/01/cac-group-announcements.zip">You can download the CAC Group Announcements plugin here.</a></p>
<p>I&#8217;m not putting this in the repo at the moment because I don&#8217;t want to build a proper admin UI and support it :) For that reason, here is a primer on how the plugin works &#8211; if you want to customize or maintain it, you&#8217;re on your own, buster.</p>
<ol>
<li>The <code>CAC_Group_Announcements</code> class is an instance of the <a href="http://codex.buddypress.org/developer-docs/group-extension-api/">BuddyPress Group Extension API</a>. It is responsible for creating the Announcements tab markup and adding it to the nav. You&#8217;ll notice that the majority of the markup is created by including bp-default&#8217;s activity-loop.php and post-form.php templates. You could customize this more if you wanted.</li>
<li><code>bp_is_group_announcements()</code> is a little template tag that can be used to test whether you&#8217;re looking at a group announcements page. This is needed for the activity filter, in step 3.</li>
<li><code>cac_set_announcement_filter()</code> adds a filter to the bp_has_activities query string when you are looking at an announcements page, so that it only displays activity items of the type activity_update. In other words, when you are looking at the regular activity stream for the group, you see all of the associated group activity items (new members, forum posts, etc) but when you&#8217;re on the announcements page you only see activity updates (which, remember, have been repurposed as announcements).</li>
</ol>
<p>As I look at the code, I see that there are things I would definitely change if I were going to make this into a distributed plugin. If you want to make those changes, be my guest. You&#8217;re welcome to help each other in the comment section, but I won&#8217;t be formally supporting this, as it is a very basic hack that should happen at the theme level anyway. Good luck!</p>
<p>Related posts:<ol>
<li><a href='http://teleogistic.net/2010/05/new-buddypress-plugin-buddypress-group-email-subscription/' rel='bookmark' title='New BuddyPress plugin: BuddyPress Group Email Subscription'>New BuddyPress plugin: BuddyPress Group Email Subscription</a></li>
<li><a href='http://teleogistic.net/2010/11/new-buddypress-plugin-bp-group-reviews/' rel='bookmark' title='New BuddyPress plugin: BP Group Reviews'>New BuddyPress plugin: BP Group Reviews</a></li>
<li><a href='http://teleogistic.net/2010/03/new-buddypress-plugin-bp-group-management/' rel='bookmark' title='New BuddyPress plugin: BP Group Management'>New BuddyPress plugin: BP Group Management</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://teleogistic.net/2011/01/group-announcements-tab-in-buddypress/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>New BuddyPress plugin: BP Group Reviews</title>
		<link>http://teleogistic.net/2010/11/new-buddypress-plugin-bp-group-reviews/</link>
		<comments>http://teleogistic.net/2010/11/new-buddypress-plugin-bp-group-reviews/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 15:19:02 +0000</pubDate>
		<dc:creator>Boone Gorges</dc:creator>
				<category><![CDATA[dev.wpmued]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[buddypress]]></category>
		<category><![CDATA[groups]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://teleogistic.net/?p=1029</guid>
		<description><![CDATA[I&#8217;m working on a project that needs to allow users to leave reviews of groups, kinda like buddypress.org does with plugins. So, with Andy&#8217;s permission, I cleaned up, packaged, and extended his code into a new plugin, BP Group Reviews. It allows users to leave a star rating and a text review of any group [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working on a project that needs to allow users to leave reviews of groups, kinda like buddypress.org does with <a href="http://buddypress.org/extend/plugins">plugins</a>. So, with Andy&#8217;s permission, I cleaned up, packaged, and extended his code into a new plugin, <a href="http://teleogistic.net/code/buddypress/bp-group-reviews">BP Group Reviews</a>. It allows users to leave a star rating and a text review of any group on your BuddyPress installation.</p>
<p>Related posts:<ol>
<li><a href='http://teleogistic.net/2009/09/new-buddypress-bbpress-plugin-group-forum-subscription/' rel='bookmark' title='New BuddyPress / bbPress plugin: Group Forum Subscription'>New BuddyPress / bbPress plugin: Group Forum Subscription</a></li>
<li><a href='http://teleogistic.net/2010/05/new-buddypress-plugin-buddypress-group-email-subscription/' rel='bookmark' title='New BuddyPress plugin: BuddyPress Group Email Subscription'>New BuddyPress plugin: BuddyPress Group Email Subscription</a></li>
<li><a href='http://teleogistic.net/2010/03/new-buddypress-plugin-bp-group-management/' rel='bookmark' title='New BuddyPress plugin: BP Group Management'>New BuddyPress plugin: BP Group Management</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://teleogistic.net/2010/11/new-buddypress-plugin-bp-group-reviews/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BP Group Reviews</title>
		<link>http://teleogistic.net/code/buddypress/bp-group-reviews/</link>
		<comments>http://teleogistic.net/code/buddypress/bp-group-reviews/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 15:15:08 +0000</pubDate>
		<dc:creator>Boone Gorges</dc:creator>
				<category><![CDATA[buddypress]]></category>
		<category><![CDATA[groups]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://teleogistic.net/</guid>
		<description><![CDATA[BP Group Reviews adds a new tab to your BuddyPress groups, where users can leave reviews and star ratings for the group. The guts of the plugin were written by Andy Peatling for use on the Extend section of buddypress.org. I adapted and expanded the code into this plugin, and I&#8217;ll be maintaining it. All [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://teleogistic.net/wp-content/uploads/2010/11/bp-group-reviews.png"><img src="http://teleogistic.net/wp-content/uploads/2010/11/bp-group-reviews.png" alt="" title="bp-group-reviews" width="295" height="252" class="alignright size-full wp-image-1025" /></a></p>
<p>BP Group Reviews adds a new tab to your BuddyPress groups, where users can leave reviews and star ratings for the group.</p>
<p>The guts of the plugin were written by Andy Peatling for use on the <a href="http://buddypress.org/extend/plugins">Extend section of buddypress.org</a>. I adapted and expanded the code into this plugin, and I&#8217;ll be maintaining it. All praise goes to Andy, all blame for things broken goes to Boone :)</p>
<p>Follow the plugin&#8217;s development at <a href="http://github.com/boonebgorges/bp-group-reviews">http://github.com/boonebgorges/bp-group-reviews</a></p>
<h2>Instructions</h2>
<ol>
<li>Upload the bp-group-reviews directory to your WP plugins folder and activate</li>
</ol>
<p><strong><a href='http://wordpress.org/extend/plugins/bp-group-reviews/'>Download the plugin here.</a></strong></p>
<p>BP Group Reviews has been downloaded <strong>4,562</strong> times. Are you using this plugin? Consider a <strong><a href="/donate">donation</a></strong>.</p>
<h2>Version history</h2>
<dl>
<dt><strong>1.0 &#8211; November 17, 2010</strong></dt>
<dd>Initial release</dd>
<p></p>
<dt><strong>1.0.1 &#8211; November 19, 2010</strong></dt>
<dd>Loads ratings metadata into the groups loop for better performance</dd>
<dd>Missing gettext calls fixed</dd>
<p></p>
<dt><strong>1.0.2 &#8211; November 20, 2010</strong></dt>
<dd>Missing gettext calls fixed</dd>
<dd>Typo fixed (props Luca Camellini)</dd>
<dd>Italian translation added (props Luca Camellini)</dd>
</dl>
<p>Related posts:<ol>
<li><a href='http://teleogistic.net/code/buddypress/bp-group-management/' rel='bookmark' title='BP Group Management'>BP Group Management</a></li>
<li><a href='http://teleogistic.net/code/buddypress/group-forum-subscription-for-buddypress/' rel='bookmark' title='Group Forum Subscription for BuddyPress'>Group Forum Subscription for BuddyPress</a></li>
<li><a href='http://teleogistic.net/code/buddypress/buddypress-group-email-subscription/' rel='bookmark' title='BuddyPress Group Email Subscription'>BuddyPress Group Email Subscription</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://teleogistic.net/code/buddypress/bp-group-reviews/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>New BuddyPress plugin: BuddyPress Group Email Subscription</title>
		<link>http://teleogistic.net/2010/05/new-buddypress-plugin-buddypress-group-email-subscription/</link>
		<comments>http://teleogistic.net/2010/05/new-buddypress-plugin-buddypress-group-email-subscription/#comments</comments>
		<pubDate>Thu, 13 May 2010 03:37:19 +0000</pubDate>
		<dc:creator>Boone Gorges</dc:creator>
				<category><![CDATA[dev.wpmued]]></category>
		<category><![CDATA[edtech]]></category>
		<category><![CDATA[buddypress]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[groups]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://teleogistic.net/?p=784</guid>
		<description><![CDATA[I&#8217;m quite happy to announce the release of a more-or-less stable (we hope!) version of BuddyPress Group Email Subscription, a BuddyPress plugin that allows for fine-grained, user-controllable email subscription to group content in BuddyPress. This plugin is different from some of my others in that it was truly a group endeavor. The base of the [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_777" class="wp-caption alignright" style="width: 310px"><a href="http://teleogistic.net/wp-content/uploads/2010/05/screenshot-1.png"><img src="http://teleogistic.net/wp-content/uploads/2010/05/screenshot-1-300x232.png" alt="Email Options on settings page" title="Email Options on settings page" width="300" height="232" class="size-medium wp-image-777" style="border: 1px solid #aaa" /></a><p class="wp-caption-text">Email Options on settings page</p></div>
<p>I&#8217;m quite happy to announce the release of a more-or-less stable (we hope!) version of <a href="http://teleogistic.net/code/buddypress/buddypress-group-email-subscription/">BuddyPress Group Email Subscription</a>, a BuddyPress plugin that allows for fine-grained, user-controllable email subscription to group content in BuddyPress.</p>
<p>This plugin is different from some of my others in that it was truly a group endeavor. The base of the plugin was written by <a href="http://namoo.co.uk">David Cartwright</a>, with a little bit of code from me. A nearly complete rewrite of the front-end and most of the guts of the plugin was undertaken by <a href="http://www.bluemandala.com/index.html">Deryk Wenaus</a>. I wrote the daily and weekly digest functionality, along with some of the settings pages and various bugfixes throughout. The current codebase of the plugin is probably 60% Deryk, 30% me, and 10% David.</p>
<p>It was my first time working on a truly collaborative software development project like this, and it was a real pleasure working with both of these gentlemen. Thanks, guys.</p>
<p><a href="http://teleogistic.net/code/buddypress/buddypress-group-email-subscription/">Get BuddyPress Group Email Subscription here.</a></p>
<p>Related posts:<ol>
<li><a href='http://teleogistic.net/2009/09/new-buddypress-bbpress-plugin-group-forum-subscription/' rel='bookmark' title='New BuddyPress / bbPress plugin: Group Forum Subscription'>New BuddyPress / bbPress plugin: Group Forum Subscription</a></li>
<li><a href='http://teleogistic.net/2009/10/group-forum-subscription-for-buddypress-1-1/' rel='bookmark' title='Group Forum Subscription for BuddyPress 1.1'>Group Forum Subscription for BuddyPress 1.1</a></li>
<li><a href='http://teleogistic.net/2010/05/adding-an-email-to-members-checkbox-to-the-buddypress-group-activity-stream/' rel='bookmark' title='Adding an &#8220;email to members&#8221; checkbox to the BuddyPress group activity stream'>Adding an &#8220;email to members&#8221; checkbox to the BuddyPress group activity stream</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://teleogistic.net/2010/05/new-buddypress-plugin-buddypress-group-email-subscription/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BuddyPress Group Email Subscription</title>
		<link>http://teleogistic.net/code/buddypress/buddypress-group-email-subscription/</link>
		<comments>http://teleogistic.net/code/buddypress/buddypress-group-email-subscription/#comments</comments>
		<pubDate>Thu, 13 May 2010 03:28:33 +0000</pubDate>
		<dc:creator>Boone Gorges</dc:creator>
				<category><![CDATA[edtech]]></category>
		<category><![CDATA[buddypress]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[groups]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WPMu]]></category>

		<guid isPermaLink="false">http://teleogistic.net/?page_id=773</guid>
		<description><![CDATA[Authors: Deryk Wenaus, Boone Gorges, David Cartwright BuddyPress Group Email Subscription allows group members to receive email notifications for all types of group activity, especially forum posts. Each user can choose how they want to subscribe to the group. EMAIL SUBSCRIPTION LEVELS: There are 5 levels of email subscription options: No Email &#8211; Read this [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_777" class="wp-caption alignright" style="width: 310px"><a href="http://teleogistic.net/wp-content/uploads/2010/05/screenshot-1.png"><img src="http://teleogistic.net/wp-content/uploads/2010/05/screenshot-1-300x232.png" alt="Email Options on settings page" title="Email Options on settings page" width="300" height="232" class="size-medium wp-image-777" style="border: 1px solid #aaa" /></a><p class="wp-caption-text">Email Options on settings page</p></div>
<p><strong>Authors: <a href="http://www.bluemandala.com/index.html">Deryk Wenaus</a>, <a href="http://teleogistic.net">Boone Gorges</a>, <a href="http://namoo.co.uk">David Cartwright</a></strong></p>
<p><a href="http://wordpress.org/extend/plugins/buddypress-group-email-subscription/">BuddyPress Group Email Subscription</a> allows group members to receive email notifications for all types of group activity, especially forum posts. Each user can choose how they want to subscribe to the group.</p>
<p><strong>EMAIL SUBSCRIPTION LEVELS</strong>: There are 5 levels of email subscription options:</p>
<ol>
<li>No Email &#8211; Read this group on the web</li>
<li>Weekly Summary Email &#8211; A summary of new topics each week</li>
<li>Daily Digest Email &#8211; All the day&#8217;s activity bundled into a single email</li>
<li>New Topics Email &#8211; Send new topics as they arrive (but don&#8217;t send replies)</li>
<li>All Email &#8211; Send all group activity as it arrives</li>
</ol>
<p><strong>DEFAULT SUBSCRIPTION STATUS</strong>: Group admins can choose one of the 5 subscription levels as a default that gets applied when new members join.</p>
<p><strong>DIGEST AND SUMMARY EMAILS</strong>: The daily digest email is sent every morning and contains all the emails from all the groups a user is subscribed to. The digest begins with a helpful topic summary. The weekly summary email contains just the topic titles from the past week. Summary and digest timing can be configured in the back end.</p>
<p><strong>EMAILS FOR TOPICS I&#8217;VE STARTED OR COMMENTED ON</strong>: Users receive email notifications when someone replies to a topic they create or comment on (similar to Facebook). This happens whether they are subscribed or not. Users can control this behaviour in their notifications page.</p>
<div id="attachment_780" class="wp-caption alignright" style="width: 310px"><a href="http://teleogistic.net/wp-content/uploads/2010/05/screenshot-2.png"><img src="http://teleogistic.net/wp-content/uploads/2010/05/screenshot-2-300x211.png" alt="Email options on group pages" title="Email options on group pages" width="300" height="211" class="size-medium wp-image-780" style="border: 1px solid #aaa" /></a><p class="wp-caption-text">Email options on group pages</p></div>
<p><strong>TOPIC FOLLOW AND MUTE</strong>: Users who are not fully subscribed to a group (ie. maybe they are on digest) can choose to get immediate email updates for specific topic threads. Any subsequent replies to that thread will be emailed to them. In an opposite way, users who are fully subscribed to a group but want to stop getting emails from a specific (perhaps annoying) thread can choose to mute that topic.</p>
<p><strong>ADMIN NOTIFICATION</strong>: Group admins can send out an email to all group members from the group&#8217;s admin section. The email will be sent to all group members regardless of subscription status. This feature is helpful to quickly communicate to the whole group, but it should be used with caution.</p>
<p><strong>SPAM PROTECTION</strong>: To protect against spam, you can set a minimum number of days users need to be registered before their group activity will be emailed to other users. This feature is off by default, but can be enabled in the admin.</p>
<p>The plugin is fully internationalized.</p>
<p><strong>NOTE TO PLUGIN AUTHORS</strong>: If your plugin posts updates to the standard BuddyPress activity stream, then group members who are subscribed via 3. Daily Digest and 5. All Email will get your updates automatically. However people subscribed as 2. Weekly Summary and 4. New Topic will not. If you feel some of your plugin&#8217;s updates are very important and want to make sure all subscribed members them, then you can filter &#8216;ass_this_activity_is_important&#8217; and return TRUE when $type matches your activity. See the ass_this_activity_is_important() function in bp-activity-subscription-functions.php for code you can copy and use. An example: adding a new wiki page would be considered important and should be filtered in, whereas a comment on a wiki page would be less important and should not be hooked in.</p>
<p>BuddyPress Group Email Subscription has been downloaded <strong>62,717</strong> times. Are you using this plugin? Consider a <strong><a href="/donate">donation</a></strong>.</p>
<h2>Version history</h2>
<dl>
<dt><strong>2.3 &#8211; May 12, 2010</strong></dt>
<dd>
Initial release</dd>
<p>Related posts:<ol>
<li><a href='http://teleogistic.net/code/buddypress/group-forum-subscription-for-buddypress/' rel='bookmark' title='Group Forum Subscription for BuddyPress'>Group Forum Subscription for BuddyPress</a></li>
<li><a href='http://teleogistic.net/code/buddypress/bp-group-management/' rel='bookmark' title='BP Group Management'>BP Group Management</a></li>
<li><a href='http://teleogistic.net/code/buddypress/bp-group-reviews/' rel='bookmark' title='BP Group Reviews'>BP Group Reviews</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://teleogistic.net/code/buddypress/buddypress-group-email-subscription/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Group Forum Subscription for BuddyPress</title>
		<link>http://teleogistic.net/code/buddypress/group-forum-subscription-for-buddypress/</link>
		<comments>http://teleogistic.net/code/buddypress/group-forum-subscription-for-buddypress/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 03:45:46 +0000</pubDate>
		<dc:creator>Boone Gorges</dc:creator>
				<category><![CDATA[edtech]]></category>
		<category><![CDATA[buddypress]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[groups]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[subscription]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WPMu]]></category>

		<guid isPermaLink="false">http://teleogistic.net/?page_id=660</guid>
		<description><![CDATA[This plugin allows users to subscribe to email notifications of forum activity in their BuddyPress groups. Use of this plugin for versions of BuddyPress 1.2 and higher is not recommended. New plugins, such as Group Activity Notifications, are more general (encompassing all group activity instead of just forums) and are built with BP 1.2 in [...]]]></description>
			<content:encoded><![CDATA[<p>This plugin allows users to subscribe to email notifications of forum activity in their BuddyPress groups.</p>
<p><strong>Use of this plugin for versions of BuddyPress 1.2 and higher is not recommended.</strong> New plugins, such as <a href="http://wordpress.org/extend/plugins/buddypress-group-activity-stream-subscription/">Group Activity Notifications</a>, are more general (encompassing all group activity instead of just forums) and are built with BP 1.2 in mind. I encourage you to use that plugin instead, as this plugin will not be officially supported for new versions of BuddyPress.</p>
<p><a href="http://wordpress.org/extend/plugins/group-forum-subscription-for-buddypress/">Download the plugin here</a>.</p>
<p>Group Forum Subscription for BuddyPress has been downloaded <strong>6,940</strong> times. Are you using this plugin? Consider a <strong><a href="/donate">donation</a></strong>.</p>
<p>Other posts about this plugin can be found <a href="http://teleogistic.net/2009/10/group-forum-subscription-for-buddypress-1-1/">here</a>, <a href="http://teleogistic.net/2009/09/new-buddypress-bbpress-plugin-group-forum-subscription/">here</a>, <a href="http://dev.commons.gc.cuny.edu/2009/12/07/group-forum-subscription-v1-4/">here</a>, <a href="http://dev.commons.gc.cuny.edu/2009/10/14/group-forum-subscription-v1-3/">here</a>, <a href="http://dev.commons.gc.cuny.edu/2009/10/10/group-forum-subscription-v1-1/">here</a>, and <a href="http://dev.commons.gc.cuny.edu/2009/10/01/new-buddypress-bbpress-plugin-group-forum-subscription/">here</a>.</p>
<h2>Version history</h2>
<dl>
<dt><strong>0.1</strong></dt>
<dd>Initial release</dd>
<dt><strong>0.2</strong></dt>
<dd>Bug fixes</dd>
<dt><strong>1.0</strong></dt>
<dd>Compatibility with BP 1.1</dd>
<dd>Bug fixes</dd>
<dt><strong>1.1</strong></dt>
<dd>Quite a few bug fixes, especially with BP 1.1 compatibility</dd>
<dt><strong>1.2</strong></dt>
<dd>Post reply bugfix for IE</dd>
<dd>Updated readme information for installation with older versions of BP</dd>
<dd>Resolved issues some users were having with PHP errors</dd>
<dd>Moved stable tag away from trunk. Use trunk at your own risk!</dd>
<dt><strong>1.3</strong></dt>
<dd>Localization complete. Shipped with four translations: French, German, Russian, Spanish</dd>
<dd>Dashboard menu moved under BuddyPress section</dd>
<dd>Forum Subscription notification block added to BP&#8217;s forum index.php pages</dd>
<dd>Forum subscription notification block removed for non-logged-in users</dd>
<dd>Fixed bug that subscribed non-confirmed users to forums created in standalone bbPress</dd>
<dd>Admins can choose whether posters receive notifications of their own posts (off by default; not togglable in standalone bbPress)</dd>
<dt><strong>1.4</strong></dt>
<dd>Fixed bug that prevented members of large groups from being subscribed to new topics</dd>
<dd>Fixed bug that kept email headers/footers from being translated</dd>
<dd>Fixed bug that kept subscribing banned members in bbPress standalone</dd>
<dd>Fixed bug that didn&#8217;t check to see if members wanted automatic subscription for a given group in bbPress standalone</dd>
<dd>Added topic title to bbPress standalone email</dd>
<dd>Fixed bug that kept admin_menu from hooking correctly for some users installing BP in non-standard location</dd>
<dt><strong>1.4.1 &#8211; March 27, 2010</strong></dt>
<dd>Loader file added to prevent crashes when BP is upgraded</dd>
<dd>Duplicate notifications menu functions removed to ensure interoperability with BP 1.2 bp-default</dd>
</dl>
<p>Related posts:<ol>
<li><a href='http://teleogistic.net/code/buddypress/buddypress-group-email-subscription/' rel='bookmark' title='BuddyPress Group Email Subscription'>BuddyPress Group Email Subscription</a></li>
<li><a href='http://teleogistic.net/code/buddypress/forum-attachments-for-buddypress/' rel='bookmark' title='Forum Attachments for BuddyPress'>Forum Attachments for BuddyPress</a></li>
<li><a href='http://teleogistic.net/code/buddypress/bp-group-reviews/' rel='bookmark' title='BP Group Reviews'>BP Group Reviews</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://teleogistic.net/code/buddypress/group-forum-subscription-for-buddypress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New BuddyPress plugin: BP Group Management</title>
		<link>http://teleogistic.net/2010/03/new-buddypress-plugin-bp-group-management/</link>
		<comments>http://teleogistic.net/2010/03/new-buddypress-plugin-bp-group-management/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 14:44:17 +0000</pubDate>
		<dc:creator>Boone Gorges</dc:creator>
				<category><![CDATA[dev.wpmued]]></category>
		<category><![CDATA[edtech]]></category>
		<category><![CDATA[buddypress]]></category>
		<category><![CDATA[groups]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WPMu]]></category>

		<guid isPermaLink="false">http://teleogistic.net/?p=584</guid>
		<description><![CDATA[Another day, another plugin for BuddyPress. In BP < 1.2, it was impossible for site admins to manage group membership in groups where they weren't also the local admin. This is good in a lot of situations, but in some applications of BP it can be a pain - the system administrator needs more power [...]]]></description>
			<content:encoded><![CDATA[<p>Another day, another plugin for BuddyPress. In BP < 1.2, it was impossible for site admins to manage group membership in groups where they weren't also the local admin. This is good in a lot of situations, but in some applications of BP it can be a pain - the system administrator needs more power in order to correct problem, wreak havoc, and so on. In BP 1.2+ the situation is better - admins can manage groups more - but it's still not all that easy to see everything in one place. This plugin rectifies the situation by allowing site admins to manage the members of groups across their BP installation from a single screen.</p>
<p><a href="http://teleogistic.net/code/buddypress/bp-group-management/">Read more about it.</a></p>
<p>Related posts:<ol>
<li><a href='http://teleogistic.net/2009/09/new-buddypress-bbpress-plugin-group-forum-subscription/' rel='bookmark' title='New BuddyPress / bbPress plugin: Group Forum Subscription'>New BuddyPress / bbPress plugin: Group Forum Subscription</a></li>
<li><a href='http://teleogistic.net/2010/05/new-buddypress-plugin-buddypress-group-email-subscription/' rel='bookmark' title='New BuddyPress plugin: BuddyPress Group Email Subscription'>New BuddyPress plugin: BuddyPress Group Email Subscription</a></li>
<li><a href='http://teleogistic.net/2010/11/new-buddypress-plugin-bp-group-reviews/' rel='bookmark' title='New BuddyPress plugin: BP Group Reviews'>New BuddyPress plugin: BP Group Reviews</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://teleogistic.net/2010/03/new-buddypress-plugin-bp-group-management/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>New BuddyPress / bbPress plugin: Group Forum Subscription</title>
		<link>http://teleogistic.net/2009/09/new-buddypress-bbpress-plugin-group-forum-subscription/</link>
		<comments>http://teleogistic.net/2009/09/new-buddypress-bbpress-plugin-group-forum-subscription/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 00:17:00 +0000</pubDate>
		<dc:creator>Boone Gorges</dc:creator>
				<category><![CDATA[dev.wpmued]]></category>
		<category><![CDATA[edtech]]></category>
		<category><![CDATA[bbPress]]></category>
		<category><![CDATA[buddypress]]></category>
		<category><![CDATA[groups]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WPMu]]></category>

		<guid isPermaLink="false">http://teleogistic.net/?p=294</guid>
		<description><![CDATA[BuddyPress and bbPress can be plugged into each other such that BuddyPress groups get their own discussion forums, which are powered by bbPress. Adding Burt Adsit&#8217;s bpGroups means that private and hidden groups can have their discussion forums private too. But a major hurdle is email notification: Certain kinds of BP communities simply won&#8217;t get [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://buddypress.org">BuddyPress</a> and <a href="http://bbpress.org">bbPress</a> can be plugged into each other such that BuddyPress groups get their own discussion forums, which are powered by bbPress. Adding Burt Adsit&#8217;s <a href="http://wordpress.org/extend/plugins/bpgroups/">bpGroups</a> means that private and hidden groups can have their discussion forums private too. But a major hurdle is email notification: Certain kinds of BP communities simply won&#8217;t get rolling if there&#8217;s no easy way for users to get email notification of new discussions. There are solutions out there to assuage this problem within bbPress (notably Thomas Klaiber&#8217;s <a href="http://bbpress.org/plugins/topic/post-notification/">Post Notification</a>, which served as the inspiration for the mechanics of my own plugin), but email notification remains hidden in bbPress favorites, instead of in an out-front toggle.</p>
<p>Group forum notification is coming <a href="http://buddypress.org/about/roadmap/">in a future version of BuddyPress</a>, but it&#8217;s important enough that I needed it now.</p>
<p>This set of plugins, called Group Forum Subscription, fixes that. Features:</p>
<ul>
<li>Users can subscribe to individual discussion topics from within BuddyPress</li>
<li>Users can subscribe to topics on a group-by-group basis &#8211; that is, one can subscribe to all <em>existing</em> and <em>future</em> topics associated with a particular BuddyPress group</li>
<li>Users are automatically unsubscribed from a group&#8217;s discussions when they leave the group</li>
<li>Administrators can subscribe all users to the appropriate forums with a single click (potentially handy for first-time setup</li>
<li>Administrators can toggle whether email notification is turned on by default.</li>
<li>Administrators can determine whether the topic links in the notification emails will point to bbPress or to the BuddyPress forum interface</li>
</ul>
<h3>Installation instructions</h3>
<ol>
<li><a href="http://wordpress.org/extend/plugins/group-forum-subscription-for-buddypress/">Download the package</a></li>
<li>Upload the BuddyPress plugin bp-group-forum-subscription.php to the plugins directory of your main WPMU blog and activate it</li>
<li>If you prefer for the members of your community to use the BuddyPress posting interface for discussions, add the following hook:
<pre class="brush: php">&lt;?php do_action( &#039;groups_forum_topic_custom_content&#039; ); ?&gt;</pre>
<p> immediately after
<pre class="brush: php">&lt;div class=&quot;info-group&quot;&gt;</pre>
<p> in /[your bp theme dir]/groups/forums/topic.php</li>
<li>If you plan for your users to use bbPress for forum reading and posting, upload the bbPress trigger plugin bb-group-forum-subscription.php to [bbpress-install-dir]/my-plugins/ and activate it through the bbPress admin screen. Please note: the bbPress plugin changes the (IMO somewhat opaque) &#8220;Add to favorites&#8221; link on each topic page to a more straightforward Subscribe/Unsubscribe. If you like this change, open up [bbPress-theme-dir]/topic.php, and change
<pre class="brush: php">user_favorites_link();</pre>
<p>to</p>
<pre class="brush: php">user_favorites_link( array(&#039;mid&#039; =&gt; __(&#039;Subscribe to this discussion&#039;)),array(&#039;mid&#039; =&gt; __(&#039;Unsubscribe from this discussion&#039;)));</pre>
</li>
</ol>
<p>You can configure the plugin on the admin page (Group Forum Subscription under Dashboard Settings. Members of your BP community can tinker with their subscriptions either on the individual topic pages (in bp or bbpress) or on their BP Settings > Notification page (where they can subscribe/unsubscribe to entire groups).</p>
<p>I&#8217;m in the process of setting up BuddyPress 1.1, which was <a href="http://buddypress.org/blog/news/buddypress-1-1-released/">just released today</a>. Once I&#8217;ve got a dev instance of it up and running, I will do the necessary fixes to make the plugin run on the new version. (I don&#8217;t think it will be too hard, given the number of craptastic workarounds I had to do in this version because of the absence of all the nice 1.1 hooks.) Stay tuned.</p>
<p>Related posts:<ol>
<li><a href='http://teleogistic.net/2009/10/group-forum-subscription-for-buddypress-1-1/' rel='bookmark' title='Group Forum Subscription for BuddyPress 1.1'>Group Forum Subscription for BuddyPress 1.1</a></li>
<li><a href='http://teleogistic.net/2010/05/new-buddypress-plugin-buddypress-group-email-subscription/' rel='bookmark' title='New BuddyPress plugin: BuddyPress Group Email Subscription'>New BuddyPress plugin: BuddyPress Group Email Subscription</a></li>
<li><a href='http://teleogistic.net/2009/10/help-me-alpha-test-buddypress-forum-attachments/' rel='bookmark' title='Help me alpha test BuddyPress Forum Attachments'>Help me alpha test BuddyPress Forum Attachments</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://teleogistic.net/2009/09/new-buddypress-bbpress-plugin-group-forum-subscription/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

