<?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>Buddy Dev &#187; Plugins</title>
	<atom:link href="http://buddydev.com/category/plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://buddydev.com</link>
	<description>Just another Buddydev.com weblog</description>
	<lastBuildDate>Sun, 29 Jan 2012 15:42:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>BuddyPress Simple Front End Post: A plugin to allow front end posting for the users</title>
		<link>http://buddydev.com/buddypress/buddypress-simple-front-end-post-a-plugin-to-allow-front-end-posting-for-the-users/</link>
		<comments>http://buddydev.com/buddypress/buddypress-simple-front-end-post-a-plugin-to-allow-front-end-posting-for-the-users/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 18:13:49 +0000</pubDate>
		<dc:creator>Brajesh Singh</dc:creator>
				<category><![CDATA[Buddypress]]></category>
		<category><![CDATA[Buddypress Free Plugins]]></category>

		<guid isPermaLink="false">http://buddydev.com/?p=2894</guid>
		<description><![CDATA[BuddyPress Simple Front End post plugin allows developer to create unlimited post forms for the front end posting. The current release includes support for custom posts type and categories but not the custom taxonomies. I will include custom taxonomy support in future. I created this plugin to use with Blog categories with groups plugin as ...


Related posts:<ol><li><a href='http://buddydev.com/buddypress/introducing-buddypress-simple-google-map-plugin/' rel='bookmark' title='Permanent Link: Introducing BuddyPress Simple Google Map Plugin'>Introducing BuddyPress Simple Google Map Plugin</a></li>
<li><a href='http://buddydev.com/buddypress/blog-categories-for-groups-plugin/' rel='bookmark' title='Permanent Link: Blog Categories for Groups Plugin'>Blog Categories for Groups Plugin</a></li>
<li><a href='http://buddydev.com/buddypress/buddypress-ajax-registration-plugin-allow-users-to-quickly-register-on-any-page-of-your-website-and-increase-participation/' rel='bookmark' title='Permanent Link: BuddyPress Ajax Registration Plugin: Allow users to quickly register on any page of your website and increase participation'>BuddyPress Ajax Registration Plugin: Allow users to quickly register on any page of your website and increase participation</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-simple-front-end-post-a-plugin-to-allow-front-end-posting-for-the-users%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif&amp;source=buddydev&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>BuddyPress Simple Front End post plugin allows developer to create unlimited post forms for the front end posting. The current release includes support for custom posts type and categories but not the custom taxonomies. I will include custom taxonomy support in future.</p>
<p>I created this plugin to use with Blog categories with groups plugin as I could not find a nice solution for the purpose. Currently this plugin is aimed as developers. It has a simple api to create forms and to use them in theme. All the  nasty works are handled by the plugin, so a developer does not need to dive into the code. Instead just use two lines of code to create a custom post form for any purpose they like.</p>
<p>Here is a screenshot of it being used with Blog Categories for groups plugin</p>
<p><a href="http://buddydev.com/files/2011/12/using-with-blog-categories.png" rel="lightbox[2894]" title="using-with-blog-categories"><img class="aligncenter size-medium wp-image-2896" title="using-with-blog-categories" src="http://buddydev.com/files/2011/12/using-with-blog-categories-300x132.png" alt="" width="300" height="132" /></a></p>
<h3>Features:-</h3>
<ul>
<li>Allows to create  any number of customized post forms</li>
<li>supports custom post type</li>
<li>supports including a list of categories</li>
<li>has a very simple to use API for developers(I will show an example below)</li>
<li>It is very very Light weight</li>
</ul>
<h3>How to Use It:-</h3>
<p>The basic philosophy is to allow developers to create an Instance of  &#8217;BPSimpleBlogPostEditForm&#8217; class for each of their form. This class handles the view and behavior both. Once you create an instance, you will need to register it to the &#8216;BPSimpleBlogPostEditor&#8217; class(which is implemented as singleton pattern). Ok, so that seems nasty, right? No worries, you don&#8217;t need to delve into that. There are two api functions which will do it for you. You just need to pass the form name(which should be a unique name, it can contain spaces etc) and the basic sdettings of the form(like post type, allowed categories, who can write, who will be attributed as the author of the post and the post status).</p>
<p><strong>Registering a Form Instance:-</strong></p>
<p>To create and register a post form(with settings), you will need to use the following code</p>
<pre class="brush: php; title: ;">

$form=bp_new_simple_blog_post_form($form_name,$settings);
</pre>
<p>The above code creates an instanace of &#8216;BPSimpleBlogPostEditForm&#8217; class and registers it to the editor. You can create any number of forms you want. The above code must be called on/before<strong> bp_init action priority 10</strong>.</p>
<p>Here is a working example with the details of allowed parameters.</p>
<pre class="brush: php; title: ;">

add_action('bp_init','my_post_form',4);//register a form
//it will register a fomr
function my_post_form(){
$settings=array('post_type'=&gt;'post',//which post type
'post_author'=&gt;  bp_loggedin_user_id(),//who will be the author of the submitted post
'post_status'=&gt;'draft',//how the post should be saved, change it to 'publish' if you want to make the post published automatically
'current_user_can_post'=&gt;  is_user_logged_in(),//who can post
'show_categories'=&gt;true,//whether to show categories list or not, make sure to keep it true
'allowed_categories'=&gt;array(1,2,3,4)//array of allowed categories which should be shown, use  get_all_category_ids() if you want to allow all categories
);

$form=bp_new_simple_blog_post_form('my form',$settings);//create a Form Instance and register it

}
</pre>
<p>You can modify any  parameter as you like. Even you can set it to allow non logged in users to submit post and save it to another user account.</p>
<p>The above code will register a new form with name &#8216;my form&#8217; and you can retrieve it later at any point and show the form anywhere using the following code. We need to register the form on/before bp_init priority 10 to allow the controller to have access to this form. If you register the form after bp_init action, the controller will be unaware of the form&#8217;s existance and can not handle the save action.</p>
<p>Once a form is registered, you can show it anywhere you like using the following function.</p>
<pre class="brush: php; title: ;">

//now let us  find the form and render it

$form=bp_get_simple_blog_post_form('my form');

if($form) //if this is a valid form
  $form-&gt;show();//it will show the form
</pre>
<p>You can use above code anywhere in your template to render the form.</p>
<p>Though registering the form on/before bp_init action may seem like a bad choice to some of you, It allows for server side validation of the credentials/authentication and thus helps from any misuse of the form.</p>
<p>It is a free plugin, please feel free to download it and use it on your custom projects. The Blog Categoris for groups plugin version 1.0.4 supports this plugin. You will simply need to activate this plugin and the plugin will work as the form handler for Bp Blog Categories.</p>
<p>Download Link:<a href="http://buddydev.com/plugins/bp-simple-front-end-post/">http://buddydev.com/plugins/bp-simple-front-end-post/</a></p>
<p>Code Repository: <a href="https://github.com/sbrajesh/bp-simple-front-end-post">https://github.com/sbrajesh/bp-simple-front-end-post</a></p>
<p>Looking forward to hear your suggestions for the improvement of this plugin <img src='http://buddydev.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<!-- PHP 5.x -->


Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-simple-front-end-post-a-plugin-to-allow-front-end-posting-for-the-users%2F&amp;partner=sociable" title="Print"><img src="http://buddydev.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-simple-front-end-post-a-plugin-to-allow-front-end-posting-for-the-users%2F&amp;title=BuddyPress%20Simple%20Front%20End%20Post%3A%20A%20plugin%20to%20allow%20front%20end%20posting%20for%20the%20users&amp;bodytext=BuddyPress%20Simple%20Front%20End%20post%20plugin%20allows%20developer%20to%20create%20unlimited%20post%20forms%20for%20the%20front%20end%20posting.%20The%20current%20release%20includes%20support%20for%20custom%20posts%20type%20and%20categories%20but%20not%20the%20custom%20taxonomies.%20I%20will%20include%20custom%20taxonomy" title="Digg"><img src="http://buddydev.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-simple-front-end-post-a-plugin-to-allow-front-end-posting-for-the-users%2F" title="Sphinn"><img src="http://buddydev.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-simple-front-end-post-a-plugin-to-allow-front-end-posting-for-the-users%2F&amp;title=BuddyPress%20Simple%20Front%20End%20Post%3A%20A%20plugin%20to%20allow%20front%20end%20posting%20for%20the%20users&amp;notes=BuddyPress%20Simple%20Front%20End%20post%20plugin%20allows%20developer%20to%20create%20unlimited%20post%20forms%20for%20the%20front%20end%20posting.%20The%20current%20release%20includes%20support%20for%20custom%20posts%20type%20and%20categories%20but%20not%20the%20custom%20taxonomies.%20I%20will%20include%20custom%20taxonomy" title="del.icio.us"><img src="http://buddydev.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-simple-front-end-post-a-plugin-to-allow-front-end-posting-for-the-users%2F&amp;t=BuddyPress%20Simple%20Front%20End%20Post%3A%20A%20plugin%20to%20allow%20front%20end%20posting%20for%20the%20users" title="Facebook"><img src="http://buddydev.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-simple-front-end-post-a-plugin-to-allow-front-end-posting-for-the-users%2F&amp;title=BuddyPress%20Simple%20Front%20End%20Post%3A%20A%20plugin%20to%20allow%20front%20end%20posting%20for%20the%20users&amp;annotation=BuddyPress%20Simple%20Front%20End%20post%20plugin%20allows%20developer%20to%20create%20unlimited%20post%20forms%20for%20the%20front%20end%20posting.%20The%20current%20release%20includes%20support%20for%20custom%20posts%20type%20and%20categories%20but%20not%20the%20custom%20taxonomies.%20I%20will%20include%20custom%20taxonomy" title="Google Bookmarks"><img src="http://buddydev.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-simple-front-end-post-a-plugin-to-allow-front-end-posting-for-the-users%2F&amp;Title=BuddyPress%20Simple%20Front%20End%20Post%3A%20A%20plugin%20to%20allow%20front%20end%20posting%20for%20the%20users" title="BlinkList"><img src="http://buddydev.com/wp-content/plugins/sociable/images/blinklist.png" title="BlinkList" alt="BlinkList" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-simple-front-end-post-a-plugin-to-allow-front-end-posting-for-the-users%2F&amp;title=BuddyPress%20Simple%20Front%20End%20Post%3A%20A%20plugin%20to%20allow%20front%20end%20posting%20for%20the%20users" title="DZone"><img src="http://buddydev.com/wp-content/plugins/sociable/images/dzone.png" title="DZone" alt="DZone" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=BuddyPress%20Simple%20Front%20End%20Post%3A%20A%20plugin%20to%20allow%20front%20end%20posting%20for%20the%20users&amp;link=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-simple-front-end-post-a-plugin-to-allow-front-end-posting-for-the-users%2F" title="FriendFeed"><img src="http://buddydev.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.indianpad.com/submit.php?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-simple-front-end-post-a-plugin-to-allow-front-end-posting-for-the-users%2F" title="IndianPad"><img src="http://buddydev.com/wp-content/plugins/sociable/images/indianpad.png" title="IndianPad" alt="IndianPad" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-simple-front-end-post-a-plugin-to-allow-front-end-posting-for-the-users%2F&amp;t=BuddyPress%20Simple%20Front%20End%20Post%3A%20A%20plugin%20to%20allow%20front%20end%20posting%20for%20the%20users" title="MySpace"><img src="http://buddydev.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-simple-front-end-post-a-plugin-to-allow-front-end-posting-for-the-users%2F&amp;title=BuddyPress%20Simple%20Front%20End%20Post%3A%20A%20plugin%20to%20allow%20front%20end%20posting%20for%20the%20users&amp;popup=no" title="Netvouz"><img src="http://buddydev.com/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-simple-front-end-post-a-plugin-to-allow-front-end-posting-for-the-users%2F&amp;title=BuddyPress%20Simple%20Front%20End%20Post%3A%20A%20plugin%20to%20allow%20front%20end%20posting%20for%20the%20users" title="Reddit"><img src="http://buddydev.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.sphere.com/search?q=sphereit:http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-simple-front-end-post-a-plugin-to-allow-front-end-posting-for-the-users%2F&amp;title=BuddyPress%20Simple%20Front%20End%20Post%3A%20A%20plugin%20to%20allow%20front%20end%20posting%20for%20the%20users" title="SphereIt"><img src="http://buddydev.com/wp-content/plugins/sociable/images/sphere.png" title="SphereIt" alt="SphereIt" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-simple-front-end-post-a-plugin-to-allow-front-end-posting-for-the-users%2F&amp;title=BuddyPress%20Simple%20Front%20End%20Post%3A%20A%20plugin%20to%20allow%20front%20end%20posting%20for%20the%20users" title="StumbleUpon"><img src="http://buddydev.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-simple-front-end-post-a-plugin-to-allow-front-end-posting-for-the-users%2F" title="Technorati"><img src="http://buddydev.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>


<br/><br/>

<p>Related posts:<ol><li><a href='http://buddydev.com/buddypress/introducing-buddypress-simple-google-map-plugin/' rel='bookmark' title='Permanent Link: Introducing BuddyPress Simple Google Map Plugin'>Introducing BuddyPress Simple Google Map Plugin</a></li>
<li><a href='http://buddydev.com/buddypress/blog-categories-for-groups-plugin/' rel='bookmark' title='Permanent Link: Blog Categories for Groups Plugin'>Blog Categories for Groups Plugin</a></li>
<li><a href='http://buddydev.com/buddypress/buddypress-ajax-registration-plugin-allow-users-to-quickly-register-on-any-page-of-your-website-and-increase-participation/' rel='bookmark' title='Permanent Link: BuddyPress Ajax Registration Plugin: Allow users to quickly register on any page of your website and increase participation'>BuddyPress Ajax Registration Plugin: Allow users to quickly register on any page of your website and increase participation</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://buddydev.com/buddypress/buddypress-simple-front-end-post-a-plugin-to-allow-front-end-posting-for-the-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing BP Testimonials</title>
		<link>http://buddydev.com/buddypress/introducing-bp-testimonials/</link>
		<comments>http://buddydev.com/buddypress/introducing-bp-testimonials/#comments</comments>
		<pubDate>Sun, 27 Nov 2011 20:31:32 +0000</pubDate>
		<dc:creator>Brajesh Singh</dc:creator>
				<category><![CDATA[Buddypress]]></category>
		<category><![CDATA[Buddypress Premium Plugins]]></category>

		<guid isPermaLink="false">http://buddydev.com/?p=2859</guid>
		<description><![CDATA[BP Testimonials is a plugin which allows your users to leave recommendations/testiomonial for other  users on your BuddyPress based social network. Purpose:- Allow users recommending other users Can be used as in Linked In recommendation feature or orkut testimonial feature(Or may be as review) This plugin uses custom post types in optimized way and will ...


Related posts:<ol><li><a href='http://buddydev.com/buddypress/introducing-buddypress-message-privacy-control-plugin/' rel='bookmark' title='Permanent Link: Introducing BuddyPress Message Privacy Plugin'>Introducing BuddyPress Message Privacy Plugin</a></li>
<li><a href='http://buddydev.com/buddypress/introducing-the-first-stable-version-of-global-forums-plugin/' rel='bookmark' title='Permanent Link: Introducing the first stable version of Global Forums Plugin'>Introducing the first stable version of Global Forums Plugin</a></li>
<li><a href='http://buddydev.com/uncategorized/introducing-buddypress-live-notification-plugin-a-facebook-like-notification-plugin-for-buddypress/' rel='bookmark' title='Permanent Link: Introducing BuddyPress Live Notification Plugin: A facebook like notification plugin for BuddyPress'>Introducing BuddyPress Live Notification Plugin: A facebook like notification plugin for BuddyPress</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-bp-testimonials%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif&amp;source=buddydev&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>BP Testimonials is a plugin which allows your users to leave recommendations/testiomonial for other  users on your BuddyPress based social network.</p>
<h3>Purpose:-</h3>
<ul>
<li>Allow users recommending other users</li>
<li>Can be used as in Linked In recommendation feature or orkut testimonial feature(Or may be as review)</li>
</ul>
<p>This plugin uses custom post types in optimized way and will be easy on databases.</p>
<h3>Screenshots:-</h3>
<p>User Testimonials</p>
<p><a href="http://buddydev.com/files/2011/11/user-testimonial.png" rel="lightbox[2859]" title="user-testimonial"><img class="aligncenter size-medium wp-image-2860" title="user-testimonial" src="http://buddydev.com/files/2011/11/user-testimonial-300x151.png" alt="" width="300" height="151" /></a>Writing Testimonial</p>
<p><a href="http://buddydev.com/files/2011/11/writing-testimonial.png" rel="lightbox[2859]" title="writing-testimonial"><img class="aligncenter size-medium wp-image-2861" title="writing-testimonial" src="http://buddydev.com/files/2011/11/writing-testimonial-300x188.png" alt="" width="300" height="188" /></a>After writing Testimonial</p>
<p><a href="http://buddydev.com/files/2011/11/after-writing-testimonial.png" rel="lightbox[2859]" title="after-writing-testimonial"><img class="aligncenter size-medium wp-image-2862" title="after-writing-testimonial" src="http://buddydev.com/files/2011/11/after-writing-testimonial-300x157.png" alt="" width="300" height="157" /></a>Pending Testimonial</p>
<p><a href="http://buddydev.com/files/2011/11/pending-testimonial.png" rel="lightbox[2859]" title="pending-testimonial"><img class="aligncenter size-medium wp-image-2863" title="pending-testimonial" src="http://buddydev.com/files/2011/11/pending-testimonial-300x93.png" alt="" width="300" height="93" /></a></p>
<p>Local Notification:</p>
<p><a href="http://buddydev.com/files/2011/11/local-notification.png" rel="lightbox[2859]" title="local-notification"><img class="aligncenter size-medium wp-image-2864" title="local-notification" src="http://buddydev.com/files/2011/11/local-notification-300x227.png" alt="" width="300" height="227" /></a></p>
<p>and the mail notification settings for testimonials</p>
<p><a href="http://buddydev.com/files/2011/11/mail-notification-settings.png" rel="lightbox[2859]" title="mail-notification-settings"><img class="aligncenter size-medium wp-image-2865" title="mail-notification-settings" src="http://buddydev.com/files/2011/11/mail-notification-settings-300x96.png" alt="" width="300" height="96" /></a></p>
<p>I hope the screenshots are enough to convey the working and the features.</p>
<p>Please note this is a premium plugin so you will need to have BuddyDev premium membership to download it.</p>
<h3>Download Link:</h3>
<p><a href="http://buddydev.com/plugins/bp-user-testimonials/">http://buddydev.com/plugins/bp-user-testimonials/</a></p>
<p>Looking forward to hear your thoughts on it.</p>
<!-- PHP 5.x -->


Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-bp-testimonials%2F&amp;partner=sociable" title="Print"><img src="http://buddydev.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-bp-testimonials%2F&amp;title=Introducing%20BP%20Testimonials&amp;bodytext=BP%20Testimonials%20is%20a%20plugin%20which%20allows%20your%20users%20to%20leave%20recommendations%2Ftestiomonial%20for%20other%20%C2%A0users%20on%20your%20BuddyPress%20based%20social%20network.%0D%0APurpose%3A-%0D%0A%0D%0A%09Allow%20users%20recommending%20other%20users%0D%0A%09Can%20be%20used%20as%20in%20Linked%20In%20recommendation%20feat" title="Digg"><img src="http://buddydev.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-bp-testimonials%2F" title="Sphinn"><img src="http://buddydev.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-bp-testimonials%2F&amp;title=Introducing%20BP%20Testimonials&amp;notes=BP%20Testimonials%20is%20a%20plugin%20which%20allows%20your%20users%20to%20leave%20recommendations%2Ftestiomonial%20for%20other%20%C2%A0users%20on%20your%20BuddyPress%20based%20social%20network.%0D%0APurpose%3A-%0D%0A%0D%0A%09Allow%20users%20recommending%20other%20users%0D%0A%09Can%20be%20used%20as%20in%20Linked%20In%20recommendation%20feat" title="del.icio.us"><img src="http://buddydev.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-bp-testimonials%2F&amp;t=Introducing%20BP%20Testimonials" title="Facebook"><img src="http://buddydev.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-bp-testimonials%2F&amp;title=Introducing%20BP%20Testimonials&amp;annotation=BP%20Testimonials%20is%20a%20plugin%20which%20allows%20your%20users%20to%20leave%20recommendations%2Ftestiomonial%20for%20other%20%C2%A0users%20on%20your%20BuddyPress%20based%20social%20network.%0D%0APurpose%3A-%0D%0A%0D%0A%09Allow%20users%20recommending%20other%20users%0D%0A%09Can%20be%20used%20as%20in%20Linked%20In%20recommendation%20feat" title="Google Bookmarks"><img src="http://buddydev.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-bp-testimonials%2F&amp;Title=Introducing%20BP%20Testimonials" title="BlinkList"><img src="http://buddydev.com/wp-content/plugins/sociable/images/blinklist.png" title="BlinkList" alt="BlinkList" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-bp-testimonials%2F&amp;title=Introducing%20BP%20Testimonials" title="DZone"><img src="http://buddydev.com/wp-content/plugins/sociable/images/dzone.png" title="DZone" alt="DZone" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Introducing%20BP%20Testimonials&amp;link=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-bp-testimonials%2F" title="FriendFeed"><img src="http://buddydev.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.indianpad.com/submit.php?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-bp-testimonials%2F" title="IndianPad"><img src="http://buddydev.com/wp-content/plugins/sociable/images/indianpad.png" title="IndianPad" alt="IndianPad" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-bp-testimonials%2F&amp;t=Introducing%20BP%20Testimonials" title="MySpace"><img src="http://buddydev.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-bp-testimonials%2F&amp;title=Introducing%20BP%20Testimonials&amp;popup=no" title="Netvouz"><img src="http://buddydev.com/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-bp-testimonials%2F&amp;title=Introducing%20BP%20Testimonials" title="Reddit"><img src="http://buddydev.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.sphere.com/search?q=sphereit:http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-bp-testimonials%2F&amp;title=Introducing%20BP%20Testimonials" title="SphereIt"><img src="http://buddydev.com/wp-content/plugins/sociable/images/sphere.png" title="SphereIt" alt="SphereIt" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-bp-testimonials%2F&amp;title=Introducing%20BP%20Testimonials" title="StumbleUpon"><img src="http://buddydev.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-bp-testimonials%2F" title="Technorati"><img src="http://buddydev.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>


<br/><br/>

<p>Related posts:<ol><li><a href='http://buddydev.com/buddypress/introducing-buddypress-message-privacy-control-plugin/' rel='bookmark' title='Permanent Link: Introducing BuddyPress Message Privacy Plugin'>Introducing BuddyPress Message Privacy Plugin</a></li>
<li><a href='http://buddydev.com/buddypress/introducing-the-first-stable-version-of-global-forums-plugin/' rel='bookmark' title='Permanent Link: Introducing the first stable version of Global Forums Plugin'>Introducing the first stable version of Global Forums Plugin</a></li>
<li><a href='http://buddydev.com/uncategorized/introducing-buddypress-live-notification-plugin-a-facebook-like-notification-plugin-for-buddypress/' rel='bookmark' title='Permanent Link: Introducing BuddyPress Live Notification Plugin: A facebook like notification plugin for BuddyPress'>Introducing BuddyPress Live Notification Plugin: A facebook like notification plugin for BuddyPress</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://buddydev.com/buddypress/introducing-bp-testimonials/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>BuddyPress Ajax Registration Plugin: Allow users to quickly register on any page of your website and increase participation</title>
		<link>http://buddydev.com/buddypress/buddypress-ajax-registration-plugin-allow-users-to-quickly-register-on-any-page-of-your-website-and-increase-participation/</link>
		<comments>http://buddydev.com/buddypress/buddypress-ajax-registration-plugin-allow-users-to-quickly-register-on-any-page-of-your-website-and-increase-participation/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 20:01:18 +0000</pubDate>
		<dc:creator>Brajesh Singh</dc:creator>
				<category><![CDATA[Buddypress]]></category>
		<category><![CDATA[Buddypress Premium Plugins]]></category>
		<category><![CDATA[activation]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[registration]]></category>

		<guid isPermaLink="false">http://buddydev.com/?p=2789</guid>
		<description><![CDATA[BuddyPress Ajax registration plugin allows your users to register quickly on your website. User can register from any page of your website. The plugin not only registers them but also logs them to the website automatically. Features: Easy Registration using Ajax Users can register from any page of the site Automatically logs the new user ...


Related posts:<ol><li><a href='http://buddydev.com/buddypress/introducing-buddypress-facebook-connect-advance-facebook-loginregistration-plugin-for-your-buddypress-based-social-network/' rel='bookmark' title='Permanent Link: Introducing BuddyPress Facebook Connect+: Advance Facebook login/registration Plugin for your BuddyPress based Social Network'>Introducing BuddyPress Facebook Connect+: Advance Facebook login/registration Plugin for your BuddyPress based Social Network</a></li>
<li><a href='http://buddydev.com/buddypress/enhancing-the-new-user-registration-message-on-wordpress-multisite-and-buddypress-to-make-it-more-informative-for-site-admins/' rel='bookmark' title='Permanent Link: Enhancing The new User registration Message On WordPress Multisite and BuddyPress to make it more informative for Site Admins'>Enhancing The new User registration Message On WordPress Multisite and BuddyPress to make it more informative for Site Admins</a></li>
<li><a href='http://buddydev.com/buddypress/allow-your-users-to-change-their-profile-page-background-using-bp-custom-background-for-user-profile-plugin/' rel='bookmark' title='Permanent Link: Allow your users to change their Profile page background using BP Custom Background For User Profile Plugin'>Allow your users to change their Profile page background using BP Custom Background For User Profile Plugin</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-ajax-registration-plugin-allow-users-to-quickly-register-on-any-page-of-your-website-and-increase-participation%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif&amp;source=buddydev&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>BuddyPress Ajax registration plugin allows your users to register quickly on your website. User can register from any page of your website. The plugin not only registers them but also logs them to the website automatically.</p>
<h3>Features:</h3>
<ul>
<li>Easy Registration using Ajax</li>
<li>Users can register from any page of the site</li>
<li>Automatically logs the new user to website</li>
<li>Will increase the participation of users(As they can register and login on a specific page without any redirects)</li>
<li>Allows you to control which xprofile fields/groups are shown(programatically)</li>
<li>Developers/Designers have full control over layout(Yes, you can theme the popup as  you want and also control the template if you want)</li>
<li>Compatible with BuddyPress on WordPress(standard) as well as WordPress Multisite(Including blog registration)</li>
</ul>
<p>I will like to thank @Greg for the Idea. He mentioned it a couple of time for our global forum plugin and increasing participation in the forum topics a few months ago. I got some time recently and created the plugin.</p>
<p><strong>Credit</strong>: This plugin uses the jQuery modal plugin by <a href="http://www.richardscarrott.co.uk">Richard Scarrott</a></p>
<p>It is a flexible and will allow you to control the layout/look and feel.</p>
<h3>Screenshots:</h3>
<p>Let us see some screenshots first</p>
<p>Here is the registration screen</p>
<p><a href="http://buddydev.com/files/2011/10/registration-modalbox.png" rel="lightbox[2789]" title="registration-modalbox"><img class="aligncenter size-medium wp-image-2791" title="registration-modalbox" src="http://buddydev.com/files/2011/10/registration-modalbox-300x265.png" alt="" width="300" height="265" /></a>If there is an error, the user will be notified immidiately as shown below</p>
<p><a href="http://buddydev.com/files/2011/10/registration-error.png" rel="lightbox[2789]" title="registration-error"><img class="aligncenter size-medium wp-image-2792" title="registration-error" src="http://buddydev.com/files/2011/10/registration-error-295x300.png" alt="" width="295" height="300" /></a></p>
<p>And if the registration is successfull, user sees the welcome message and is then logged in to the current page</p>
<p><a href="http://buddydev.com/files/2011/10/registration-complete.png" rel="lightbox[2789]" title="registration-complete"><img class="aligncenter size-medium wp-image-2793" title="registration-complete" src="http://buddydev.com/files/2011/10/registration-complete-300x136.png" alt="" width="300" height="136" /></a>The message will appear for 1 second(You can control it from the javascript file) and then the page will be refreshed to make the user login.</p>
<p>The plugin automatically filters BuddyPress standard signup links(In the admin bar, sidebar) and activates the modal . So, once you have installed it, you are ready to go.</p>
<p><strong>If you want to show the registration popup box on any other link, just give it a class &#8216;<em>bp-ajaxr</em>&#8216; and the the modal box will automatically work for that.</strong></p>
<h3>Customizing the Layout template:-</h3>
<p>I have included a registration page(register.php) in the plugin. If you want to use your own registration page, you can create a register.php in your theme and It will load automatically.</p>
<h3>Controling which Xprofile fields/groups are shown:-</h3>
<p>Use the filter &#8216;bpajaxr_xprofile_args&#8217; to filter on Xprofile loop arguements. Let us say if you want to show all the fields from xprofile field group 2, you can use it in your functions.php /bp-custom.php as below</p>
<pre class="brush: php; title: ;">

add_filter('bpajaxr_xprofile_args','my_custom_registration_fields');

function my_custom_registration_fields($args=''){

return 'profile_group_id=2&amp;hide_empty_fields=0&amp;hide_empty_groups=0';

}
</pre>
<p>Download: <a href="http://buddydev.com/plugins/bp-ajax-registration/">http://buddydev.com/plugins/bp-ajax-registration/</a></p>
<p>I hope this plugin will help you all. Looking forward to hear your feedback from you <img src='http://buddydev.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Note: this is a premium plugin. Also, if you are using  BP Autoactivate Autologin plugin, please download the version 1.2.6 which is compatible with it.</p>
<!-- PHP 5.x -->


Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-ajax-registration-plugin-allow-users-to-quickly-register-on-any-page-of-your-website-and-increase-participation%2F&amp;partner=sociable" title="Print"><img src="http://buddydev.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-ajax-registration-plugin-allow-users-to-quickly-register-on-any-page-of-your-website-and-increase-participation%2F&amp;title=BuddyPress%20Ajax%20Registration%20Plugin%3A%20Allow%20users%20to%20quickly%20register%20on%20any%20page%20of%20your%20website%20and%20increase%20participation&amp;bodytext=BuddyPress%20Ajax%20registration%20plugin%20allows%20your%20users%20to%20register%20quickly%20on%20your%20website.%20User%20can%20register%20from%20any%20page%20of%20your%20website.%20The%20plugin%20not%20only%20registers%20them%20but%20also%20logs%20them%20to%20the%20website%20automatically.%0D%0AFeatures%3A%0D%0A%0D%0A%09Easy%20Regist" title="Digg"><img src="http://buddydev.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-ajax-registration-plugin-allow-users-to-quickly-register-on-any-page-of-your-website-and-increase-participation%2F" title="Sphinn"><img src="http://buddydev.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-ajax-registration-plugin-allow-users-to-quickly-register-on-any-page-of-your-website-and-increase-participation%2F&amp;title=BuddyPress%20Ajax%20Registration%20Plugin%3A%20Allow%20users%20to%20quickly%20register%20on%20any%20page%20of%20your%20website%20and%20increase%20participation&amp;notes=BuddyPress%20Ajax%20registration%20plugin%20allows%20your%20users%20to%20register%20quickly%20on%20your%20website.%20User%20can%20register%20from%20any%20page%20of%20your%20website.%20The%20plugin%20not%20only%20registers%20them%20but%20also%20logs%20them%20to%20the%20website%20automatically.%0D%0AFeatures%3A%0D%0A%0D%0A%09Easy%20Regist" title="del.icio.us"><img src="http://buddydev.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-ajax-registration-plugin-allow-users-to-quickly-register-on-any-page-of-your-website-and-increase-participation%2F&amp;t=BuddyPress%20Ajax%20Registration%20Plugin%3A%20Allow%20users%20to%20quickly%20register%20on%20any%20page%20of%20your%20website%20and%20increase%20participation" title="Facebook"><img src="http://buddydev.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-ajax-registration-plugin-allow-users-to-quickly-register-on-any-page-of-your-website-and-increase-participation%2F&amp;title=BuddyPress%20Ajax%20Registration%20Plugin%3A%20Allow%20users%20to%20quickly%20register%20on%20any%20page%20of%20your%20website%20and%20increase%20participation&amp;annotation=BuddyPress%20Ajax%20registration%20plugin%20allows%20your%20users%20to%20register%20quickly%20on%20your%20website.%20User%20can%20register%20from%20any%20page%20of%20your%20website.%20The%20plugin%20not%20only%20registers%20them%20but%20also%20logs%20them%20to%20the%20website%20automatically.%0D%0AFeatures%3A%0D%0A%0D%0A%09Easy%20Regist" title="Google Bookmarks"><img src="http://buddydev.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-ajax-registration-plugin-allow-users-to-quickly-register-on-any-page-of-your-website-and-increase-participation%2F&amp;Title=BuddyPress%20Ajax%20Registration%20Plugin%3A%20Allow%20users%20to%20quickly%20register%20on%20any%20page%20of%20your%20website%20and%20increase%20participation" title="BlinkList"><img src="http://buddydev.com/wp-content/plugins/sociable/images/blinklist.png" title="BlinkList" alt="BlinkList" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-ajax-registration-plugin-allow-users-to-quickly-register-on-any-page-of-your-website-and-increase-participation%2F&amp;title=BuddyPress%20Ajax%20Registration%20Plugin%3A%20Allow%20users%20to%20quickly%20register%20on%20any%20page%20of%20your%20website%20and%20increase%20participation" title="DZone"><img src="http://buddydev.com/wp-content/plugins/sociable/images/dzone.png" title="DZone" alt="DZone" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=BuddyPress%20Ajax%20Registration%20Plugin%3A%20Allow%20users%20to%20quickly%20register%20on%20any%20page%20of%20your%20website%20and%20increase%20participation&amp;link=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-ajax-registration-plugin-allow-users-to-quickly-register-on-any-page-of-your-website-and-increase-participation%2F" title="FriendFeed"><img src="http://buddydev.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.indianpad.com/submit.php?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-ajax-registration-plugin-allow-users-to-quickly-register-on-any-page-of-your-website-and-increase-participation%2F" title="IndianPad"><img src="http://buddydev.com/wp-content/plugins/sociable/images/indianpad.png" title="IndianPad" alt="IndianPad" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-ajax-registration-plugin-allow-users-to-quickly-register-on-any-page-of-your-website-and-increase-participation%2F&amp;t=BuddyPress%20Ajax%20Registration%20Plugin%3A%20Allow%20users%20to%20quickly%20register%20on%20any%20page%20of%20your%20website%20and%20increase%20participation" title="MySpace"><img src="http://buddydev.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-ajax-registration-plugin-allow-users-to-quickly-register-on-any-page-of-your-website-and-increase-participation%2F&amp;title=BuddyPress%20Ajax%20Registration%20Plugin%3A%20Allow%20users%20to%20quickly%20register%20on%20any%20page%20of%20your%20website%20and%20increase%20participation&amp;popup=no" title="Netvouz"><img src="http://buddydev.com/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-ajax-registration-plugin-allow-users-to-quickly-register-on-any-page-of-your-website-and-increase-participation%2F&amp;title=BuddyPress%20Ajax%20Registration%20Plugin%3A%20Allow%20users%20to%20quickly%20register%20on%20any%20page%20of%20your%20website%20and%20increase%20participation" title="Reddit"><img src="http://buddydev.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.sphere.com/search?q=sphereit:http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-ajax-registration-plugin-allow-users-to-quickly-register-on-any-page-of-your-website-and-increase-participation%2F&amp;title=BuddyPress%20Ajax%20Registration%20Plugin%3A%20Allow%20users%20to%20quickly%20register%20on%20any%20page%20of%20your%20website%20and%20increase%20participation" title="SphereIt"><img src="http://buddydev.com/wp-content/plugins/sociable/images/sphere.png" title="SphereIt" alt="SphereIt" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-ajax-registration-plugin-allow-users-to-quickly-register-on-any-page-of-your-website-and-increase-participation%2F&amp;title=BuddyPress%20Ajax%20Registration%20Plugin%3A%20Allow%20users%20to%20quickly%20register%20on%20any%20page%20of%20your%20website%20and%20increase%20participation" title="StumbleUpon"><img src="http://buddydev.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-ajax-registration-plugin-allow-users-to-quickly-register-on-any-page-of-your-website-and-increase-participation%2F" title="Technorati"><img src="http://buddydev.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>


<br/><br/>

<p>Related posts:<ol><li><a href='http://buddydev.com/buddypress/introducing-buddypress-facebook-connect-advance-facebook-loginregistration-plugin-for-your-buddypress-based-social-network/' rel='bookmark' title='Permanent Link: Introducing BuddyPress Facebook Connect+: Advance Facebook login/registration Plugin for your BuddyPress based Social Network'>Introducing BuddyPress Facebook Connect+: Advance Facebook login/registration Plugin for your BuddyPress based Social Network</a></li>
<li><a href='http://buddydev.com/buddypress/enhancing-the-new-user-registration-message-on-wordpress-multisite-and-buddypress-to-make-it-more-informative-for-site-admins/' rel='bookmark' title='Permanent Link: Enhancing The new User registration Message On WordPress Multisite and BuddyPress to make it more informative for Site Admins'>Enhancing The new User registration Message On WordPress Multisite and BuddyPress to make it more informative for Site Admins</a></li>
<li><a href='http://buddydev.com/buddypress/allow-your-users-to-change-their-profile-page-background-using-bp-custom-background-for-user-profile-plugin/' rel='bookmark' title='Permanent Link: Allow your users to change their Profile page background using BP Custom Background For User Profile Plugin'>Allow your users to change their Profile page background using BP Custom Background For User Profile Plugin</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://buddydev.com/buddypress/buddypress-ajax-registration-plugin-allow-users-to-quickly-register-on-any-page-of-your-website-and-increase-participation/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Introducing Facebook Like User Activity Stream(Home activity feed) for BuddyPress Based Social Network</title>
		<link>http://buddydev.com/buddypress/introducing-facebook-like-user-activity-streamhome-activity-feed-for-buddypress-based-social-network/</link>
		<comments>http://buddydev.com/buddypress/introducing-facebook-like-user-activity-streamhome-activity-feed-for-buddypress-based-social-network/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 01:27:01 +0000</pubDate>
		<dc:creator>Brajesh Singh</dc:creator>
				<category><![CDATA[Buddypress]]></category>
		<category><![CDATA[Buddypress Premium Plugins]]></category>

		<guid isPermaLink="false">http://buddydev.com/?p=2546</guid>
		<description><![CDATA[We all love BuddyPress. It&#8217;s an awesome plugin which brought a new era in social network development(partially because of the popularity of the WordPress platform and mostly because of the awesome core developres/community). Since the philosophy of BuddyPress is centred around openness, It does not limit the activity to your personal preferences(like showing all the ...


Related posts:<ol><li><a href='http://buddydev.com/buddypress/introducing-buddypress-facebook-connect-advance-facebook-loginregistration-plugin-for-your-buddypress-based-social-network/' rel='bookmark' title='Permanent Link: Introducing BuddyPress Facebook Connect+: Advance Facebook login/registration Plugin for your BuddyPress based Social Network'>Introducing BuddyPress Facebook Connect+: Advance Facebook login/registration Plugin for your BuddyPress based Social Network</a></li>
<li><a href='http://buddydev.com/buddypress/show-buddypress-communitysitewide-activity-on-user-profile/' rel='bookmark' title='Permanent Link: Show BuddyPress community(sitewide) activity on User Profile'>Show BuddyPress community(sitewide) activity on User Profile</a></li>
<li><a href='http://buddydev.com/buddypress/introducing-cosmic-buddy-pro-theme-for-buddypress-based-social-networks/' rel='bookmark' title='Permanent Link: Introducing Cosmic Buddy Pro Theme for BuddyPress Based Social Networks'>Introducing Cosmic Buddy Pro Theme for BuddyPress Based Social Networks</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-facebook-like-user-activity-streamhome-activity-feed-for-buddypress-based-social-network%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif&amp;source=buddydev&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>We all love BuddyPress. It&#8217;s an awesome plugin which brought a new era in social network development(partially because of the popularity of the WordPress platform and mostly because of the awesome core developres/community). Since the philosophy of BuddyPress is centred around openness, It does not limit the activity to your personal preferences(like showing all the relevant activity on a single page(friends/ user&#8217;s /user&#8217;s groups activity). It does show them, but they do not give a feel of stream you see on most of the social networks(like Facebook home page, or your orkut home page etc).</p>
<p>In past, many of the members here(as well as I got some mail with suggestions) to streamline all the relevant activity content for a user on a single page.</p>
<p>Today, I am introducing the plugin <strong>Facebook Like User Activity Stream for BuddyPress</strong>. It is a step towards the right direction. You can use it with a few other plugins to make a social network just like the famous ones. It simply aggregates all the relevant activity for the users on a single page. Right, you can see your updates/your friends update/Your groups update on the same page(as is the case of facebook feed for user).</p>
<h3>Features:-</h3>
<ul>
<li>Aggregating and Providing a familiar page to users where all the relevant activity are aggregated</li>
<li>Clicking on Username automatically redirects to His/Her stream</li>
<li>And yes, It limits the view to logged in user for their own network, just like the other social networks do</li>
</ul>
<p>Here are a couple of screenshots to demonstrate its use:-</p>
<p><strong>Visiting Own Profile:-</strong></p>
<p><a href="http://buddydev.com/files/2011/07/users-relevant-feed.png" rel="lightbox[2546]" title="users-relevant-feed"><img class="aligncenter size-medium wp-image-2548" title="users-relevant-feed" src="http://buddydev.com/files/2011/07/users-relevant-feed-300x178.png" alt="" width="300" height="178" /></a>You can see the stream link as well as the activity of a private group being shown on his/her profile</p>
<p>Here is what you see if you visit other user&#8217;s profile(This is just normal, I am trying to show the difference of the visibility of private activity)</p>
<p><a href="http://buddydev.com/files/2011/07/other-users-feedpng.png" rel="lightbox[2546]" title="other-users-feedpng"><img class="aligncenter size-medium wp-image-2549" title="other-users-feedpng" src="http://buddydev.com/files/2011/07/other-users-feedpng-300x160.png" alt="" width="300" height="160" /></a></p>
<p>and another screenshot where the updates from groups are shown on the same page even if the users(whose updates are visible) are not friends of the logged in user.</p>
<p><a href="http://buddydev.com/files/2011/07/users-group-feed.png" rel="lightbox[2546]" title="users-group-feed"><img class="aligncenter size-medium wp-image-2550" title="users-group-feed" src="http://buddydev.com/files/2011/07/users-group-feed-300x175.png" alt="" width="300" height="175" /></a></p>
<p>It is most useful if your users are coming from one of the existing social network. they will find it much more intuitive.</p>
<p>My screen shots may not give you the feel of actual potential of this plugin, Installing and using it yourself will give a much better idea of what it can do.</p>
<h3>Download &amp;Installation</h3>
<p><a title=" Facebook Like User Activity Stream for BuddyPress" href="http://buddydev.com/plugins/facebook-like-user-activity-stream-for-buddypress/">http://buddydev.com/plugins/facebook-like-user-activity-stream-for-buddypress/</a></p>
<p>Looking forward to hear your feedback and help you further.</p>
<p>P.S.: Currently this plugin is available to the BuddyDev premium members  only. Thank you all for your generous support.</p>
<!-- PHP 5.x -->


Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-facebook-like-user-activity-streamhome-activity-feed-for-buddypress-based-social-network%2F&amp;partner=sociable" title="Print"><img src="http://buddydev.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-facebook-like-user-activity-streamhome-activity-feed-for-buddypress-based-social-network%2F&amp;title=Introducing%20Facebook%20Like%20User%20Activity%20Stream%28Home%20activity%20feed%29%20for%20BuddyPress%20Based%20Social%20Network%20&amp;bodytext=We%20all%20love%20BuddyPress.%20It%27s%20an%20awesome%20plugin%20which%20brought%20a%20new%20era%20in%20social%20network%20development%28partially%20because%20of%20the%20popularity%20of%20the%20WordPress%20platform%20and%20mostly%20because%20of%20the%20awesome%20core%20developres%2Fcommunity%29.%20Since%20the%20philosophy%20of%20B" title="Digg"><img src="http://buddydev.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-facebook-like-user-activity-streamhome-activity-feed-for-buddypress-based-social-network%2F" title="Sphinn"><img src="http://buddydev.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-facebook-like-user-activity-streamhome-activity-feed-for-buddypress-based-social-network%2F&amp;title=Introducing%20Facebook%20Like%20User%20Activity%20Stream%28Home%20activity%20feed%29%20for%20BuddyPress%20Based%20Social%20Network%20&amp;notes=We%20all%20love%20BuddyPress.%20It%27s%20an%20awesome%20plugin%20which%20brought%20a%20new%20era%20in%20social%20network%20development%28partially%20because%20of%20the%20popularity%20of%20the%20WordPress%20platform%20and%20mostly%20because%20of%20the%20awesome%20core%20developres%2Fcommunity%29.%20Since%20the%20philosophy%20of%20B" title="del.icio.us"><img src="http://buddydev.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-facebook-like-user-activity-streamhome-activity-feed-for-buddypress-based-social-network%2F&amp;t=Introducing%20Facebook%20Like%20User%20Activity%20Stream%28Home%20activity%20feed%29%20for%20BuddyPress%20Based%20Social%20Network%20" title="Facebook"><img src="http://buddydev.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-facebook-like-user-activity-streamhome-activity-feed-for-buddypress-based-social-network%2F&amp;title=Introducing%20Facebook%20Like%20User%20Activity%20Stream%28Home%20activity%20feed%29%20for%20BuddyPress%20Based%20Social%20Network%20&amp;annotation=We%20all%20love%20BuddyPress.%20It%27s%20an%20awesome%20plugin%20which%20brought%20a%20new%20era%20in%20social%20network%20development%28partially%20because%20of%20the%20popularity%20of%20the%20WordPress%20platform%20and%20mostly%20because%20of%20the%20awesome%20core%20developres%2Fcommunity%29.%20Since%20the%20philosophy%20of%20B" title="Google Bookmarks"><img src="http://buddydev.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-facebook-like-user-activity-streamhome-activity-feed-for-buddypress-based-social-network%2F&amp;Title=Introducing%20Facebook%20Like%20User%20Activity%20Stream%28Home%20activity%20feed%29%20for%20BuddyPress%20Based%20Social%20Network%20" title="BlinkList"><img src="http://buddydev.com/wp-content/plugins/sociable/images/blinklist.png" title="BlinkList" alt="BlinkList" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-facebook-like-user-activity-streamhome-activity-feed-for-buddypress-based-social-network%2F&amp;title=Introducing%20Facebook%20Like%20User%20Activity%20Stream%28Home%20activity%20feed%29%20for%20BuddyPress%20Based%20Social%20Network%20" title="DZone"><img src="http://buddydev.com/wp-content/plugins/sociable/images/dzone.png" title="DZone" alt="DZone" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Introducing%20Facebook%20Like%20User%20Activity%20Stream%28Home%20activity%20feed%29%20for%20BuddyPress%20Based%20Social%20Network%20&amp;link=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-facebook-like-user-activity-streamhome-activity-feed-for-buddypress-based-social-network%2F" title="FriendFeed"><img src="http://buddydev.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.indianpad.com/submit.php?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-facebook-like-user-activity-streamhome-activity-feed-for-buddypress-based-social-network%2F" title="IndianPad"><img src="http://buddydev.com/wp-content/plugins/sociable/images/indianpad.png" title="IndianPad" alt="IndianPad" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-facebook-like-user-activity-streamhome-activity-feed-for-buddypress-based-social-network%2F&amp;t=Introducing%20Facebook%20Like%20User%20Activity%20Stream%28Home%20activity%20feed%29%20for%20BuddyPress%20Based%20Social%20Network%20" title="MySpace"><img src="http://buddydev.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-facebook-like-user-activity-streamhome-activity-feed-for-buddypress-based-social-network%2F&amp;title=Introducing%20Facebook%20Like%20User%20Activity%20Stream%28Home%20activity%20feed%29%20for%20BuddyPress%20Based%20Social%20Network%20&amp;popup=no" title="Netvouz"><img src="http://buddydev.com/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-facebook-like-user-activity-streamhome-activity-feed-for-buddypress-based-social-network%2F&amp;title=Introducing%20Facebook%20Like%20User%20Activity%20Stream%28Home%20activity%20feed%29%20for%20BuddyPress%20Based%20Social%20Network%20" title="Reddit"><img src="http://buddydev.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.sphere.com/search?q=sphereit:http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-facebook-like-user-activity-streamhome-activity-feed-for-buddypress-based-social-network%2F&amp;title=Introducing%20Facebook%20Like%20User%20Activity%20Stream%28Home%20activity%20feed%29%20for%20BuddyPress%20Based%20Social%20Network%20" title="SphereIt"><img src="http://buddydev.com/wp-content/plugins/sociable/images/sphere.png" title="SphereIt" alt="SphereIt" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-facebook-like-user-activity-streamhome-activity-feed-for-buddypress-based-social-network%2F&amp;title=Introducing%20Facebook%20Like%20User%20Activity%20Stream%28Home%20activity%20feed%29%20for%20BuddyPress%20Based%20Social%20Network%20" title="StumbleUpon"><img src="http://buddydev.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-facebook-like-user-activity-streamhome-activity-feed-for-buddypress-based-social-network%2F" title="Technorati"><img src="http://buddydev.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>


<br/><br/>

<p>Related posts:<ol><li><a href='http://buddydev.com/buddypress/introducing-buddypress-facebook-connect-advance-facebook-loginregistration-plugin-for-your-buddypress-based-social-network/' rel='bookmark' title='Permanent Link: Introducing BuddyPress Facebook Connect+: Advance Facebook login/registration Plugin for your BuddyPress based Social Network'>Introducing BuddyPress Facebook Connect+: Advance Facebook login/registration Plugin for your BuddyPress based Social Network</a></li>
<li><a href='http://buddydev.com/buddypress/show-buddypress-communitysitewide-activity-on-user-profile/' rel='bookmark' title='Permanent Link: Show BuddyPress community(sitewide) activity on User Profile'>Show BuddyPress community(sitewide) activity on User Profile</a></li>
<li><a href='http://buddydev.com/buddypress/introducing-cosmic-buddy-pro-theme-for-buddypress-based-social-networks/' rel='bookmark' title='Permanent Link: Introducing Cosmic Buddy Pro Theme for BuddyPress Based Social Networks'>Introducing Cosmic Buddy Pro Theme for BuddyPress Based Social Networks</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://buddydev.com/buddypress/introducing-facebook-like-user-activity-streamhome-activity-feed-for-buddypress-based-social-network/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>BuddyPress Group Suggest Widget: Help your members to find new groups</title>
		<link>http://buddydev.com/buddypress/buddypress-group-suggest-widget-help-your-members-to-find-new-groups/</link>
		<comments>http://buddydev.com/buddypress/buddypress-group-suggest-widget-help-your-members-to-find-new-groups/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 03:39:28 +0000</pubDate>
		<dc:creator>Brajesh Singh</dc:creator>
				<category><![CDATA[Buddypress]]></category>
		<category><![CDATA[Buddypress Free Plugins]]></category>
		<category><![CDATA[group]]></category>
		<category><![CDATA[suggestion]]></category>

		<guid isPermaLink="false">http://buddydev.com/?p=2509</guid>
		<description><![CDATA[BuddyPress Group suggest widget is a small plugin which helps your users by suggesting them the groups of their friends. It works on the simple logic of finding the groups of friends of a user and then suggesting it. In the current release, I have limited the suggestion to the public groups of the friends ...


Related posts:<ol><li><a href='http://buddydev.com/buddypress/buddypress-friends-suggestions-widget-help-your-users-to-build-their-network-faster/' rel='bookmark' title='Permanent Link: BuddyPress Friends suggestions Widget:- Help your Users to Build Their Network faster'>BuddyPress Friends suggestions Widget:- Help your Users to Build Their Network faster</a></li>
<li><a href='http://buddydev.com/buddypress/buddypress-user-notifications-widget-plugin/' rel='bookmark' title='Permanent Link: BuddyPress User Notifications Widget plugin'>BuddyPress User Notifications Widget plugin</a></li>
<li><a href='http://buddydev.com/buddypress/exclude-users-from-members-directory-on-a-buddypress-based-social-network/' rel='bookmark' title='Permanent Link: Exclude Users from Members directory on a BuddyPress based social network'>Exclude Users from Members directory on a BuddyPress based social network</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-group-suggest-widget-help-your-members-to-find-new-groups%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif&amp;source=buddydev&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>BuddyPress Group suggest widget is a small plugin which helps your users by suggesting them the groups of their friends. It works on the simple logic of finding the groups of friends of a user and then suggesting it. In the current release, I have limited the suggestion to the public groups of the friends only. My special thanks goes to @<a href="http://buddydev.com/members/gwu123/profile/">Gwu</a> for nudging me constantly for the plugin <img src='http://buddydev.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Like <a title="BuddyPress Friends Suggest Widget" href="http://buddydev.com/plugins/buddypress-friends-suggest/">BuddyPress Friends suggest widget</a>, this plugin allows users to hide the suggestions they don&#8217;t want to see in future.</p>
<h3>Features:-</h3>
<ul>
<li>Suggest new groups to User based on their friend&#8217;s groups</li>
<li>Users can hide the suggested groups</li>
</ul>
<h3>Screenshots:-</h3>
<p><a href="http://buddydev.com/files/2011/07/suggested-groups.png" rel="lightbox[2509]" title="suggested-groups"><img class="aligncenter size-full wp-image-2527" title="suggested-groups" src="http://buddydev.com/files/2011/07/suggested-groups.png" alt="" width="254" height="217" /></a></p>
<p>Widget in the Available Widget section:-</p>
<p><a href="http://buddydev.com/files/2011/07/group-suggest-widget.png" rel="lightbox[2509]" title="group-suggest-widget"><img class="aligncenter size-medium wp-image-2528" title="group-suggest-widget" src="http://buddydev.com/files/2011/07/group-suggest-widget-300x268.png" alt="" width="300" height="268" /></a></p>
<p>Widget Settings:-</p>
<p><a href="http://buddydev.com/files/2011/07/group-suggest-widget-options.png" rel="lightbox[2509]" title="group-suggest-widget-options"><img class="aligncenter size-medium wp-image-2529" title="group-suggest-widget-options" src="http://buddydev.com/files/2011/07/group-suggest-widget-options-300x226.png" alt="" width="300" height="226" /></a></p>
<h3>Download &amp;Installation:-</h3>
<p><a title="BuddyPress Group Suggest Plugin" href="http://buddydev.com/plugins/bp-group-suggest/">http://buddydev.com/plugins/bp-group-suggest</a></p>
<h3>Git Repo:</h3>
<p><a href="https://github.com/sbrajesh/bp-group-suggest">https://github.com/sbrajesh/bp-group-suggest</a></p>
<p>Please do let me know your thoughts and suggestions for the improvement. Looking forward to hear your comments.</p>
<!-- PHP 5.x -->


Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-group-suggest-widget-help-your-members-to-find-new-groups%2F&amp;partner=sociable" title="Print"><img src="http://buddydev.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-group-suggest-widget-help-your-members-to-find-new-groups%2F&amp;title=BuddyPress%20Group%20Suggest%20Widget%3A%20Help%20your%20members%20to%20find%20new%20groups&amp;bodytext=BuddyPress%20Group%20suggest%20widget%20is%20a%20small%20plugin%20which%20helps%20your%20users%20by%20suggesting%20them%20the%20groups%20of%20their%20friends.%20It%20works%20on%20the%20simple%20logic%20of%20finding%20the%20groups%20of%20friends%20of%20a%20user%20and%20then%20suggesting%20it.%20In%20the%20current%20release%2C%20I%20have%20li" title="Digg"><img src="http://buddydev.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-group-suggest-widget-help-your-members-to-find-new-groups%2F" title="Sphinn"><img src="http://buddydev.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-group-suggest-widget-help-your-members-to-find-new-groups%2F&amp;title=BuddyPress%20Group%20Suggest%20Widget%3A%20Help%20your%20members%20to%20find%20new%20groups&amp;notes=BuddyPress%20Group%20suggest%20widget%20is%20a%20small%20plugin%20which%20helps%20your%20users%20by%20suggesting%20them%20the%20groups%20of%20their%20friends.%20It%20works%20on%20the%20simple%20logic%20of%20finding%20the%20groups%20of%20friends%20of%20a%20user%20and%20then%20suggesting%20it.%20In%20the%20current%20release%2C%20I%20have%20li" title="del.icio.us"><img src="http://buddydev.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-group-suggest-widget-help-your-members-to-find-new-groups%2F&amp;t=BuddyPress%20Group%20Suggest%20Widget%3A%20Help%20your%20members%20to%20find%20new%20groups" title="Facebook"><img src="http://buddydev.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-group-suggest-widget-help-your-members-to-find-new-groups%2F&amp;title=BuddyPress%20Group%20Suggest%20Widget%3A%20Help%20your%20members%20to%20find%20new%20groups&amp;annotation=BuddyPress%20Group%20suggest%20widget%20is%20a%20small%20plugin%20which%20helps%20your%20users%20by%20suggesting%20them%20the%20groups%20of%20their%20friends.%20It%20works%20on%20the%20simple%20logic%20of%20finding%20the%20groups%20of%20friends%20of%20a%20user%20and%20then%20suggesting%20it.%20In%20the%20current%20release%2C%20I%20have%20li" title="Google Bookmarks"><img src="http://buddydev.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-group-suggest-widget-help-your-members-to-find-new-groups%2F&amp;Title=BuddyPress%20Group%20Suggest%20Widget%3A%20Help%20your%20members%20to%20find%20new%20groups" title="BlinkList"><img src="http://buddydev.com/wp-content/plugins/sociable/images/blinklist.png" title="BlinkList" alt="BlinkList" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-group-suggest-widget-help-your-members-to-find-new-groups%2F&amp;title=BuddyPress%20Group%20Suggest%20Widget%3A%20Help%20your%20members%20to%20find%20new%20groups" title="DZone"><img src="http://buddydev.com/wp-content/plugins/sociable/images/dzone.png" title="DZone" alt="DZone" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=BuddyPress%20Group%20Suggest%20Widget%3A%20Help%20your%20members%20to%20find%20new%20groups&amp;link=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-group-suggest-widget-help-your-members-to-find-new-groups%2F" title="FriendFeed"><img src="http://buddydev.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.indianpad.com/submit.php?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-group-suggest-widget-help-your-members-to-find-new-groups%2F" title="IndianPad"><img src="http://buddydev.com/wp-content/plugins/sociable/images/indianpad.png" title="IndianPad" alt="IndianPad" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-group-suggest-widget-help-your-members-to-find-new-groups%2F&amp;t=BuddyPress%20Group%20Suggest%20Widget%3A%20Help%20your%20members%20to%20find%20new%20groups" title="MySpace"><img src="http://buddydev.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-group-suggest-widget-help-your-members-to-find-new-groups%2F&amp;title=BuddyPress%20Group%20Suggest%20Widget%3A%20Help%20your%20members%20to%20find%20new%20groups&amp;popup=no" title="Netvouz"><img src="http://buddydev.com/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-group-suggest-widget-help-your-members-to-find-new-groups%2F&amp;title=BuddyPress%20Group%20Suggest%20Widget%3A%20Help%20your%20members%20to%20find%20new%20groups" title="Reddit"><img src="http://buddydev.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.sphere.com/search?q=sphereit:http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-group-suggest-widget-help-your-members-to-find-new-groups%2F&amp;title=BuddyPress%20Group%20Suggest%20Widget%3A%20Help%20your%20members%20to%20find%20new%20groups" title="SphereIt"><img src="http://buddydev.com/wp-content/plugins/sociable/images/sphere.png" title="SphereIt" alt="SphereIt" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-group-suggest-widget-help-your-members-to-find-new-groups%2F&amp;title=BuddyPress%20Group%20Suggest%20Widget%3A%20Help%20your%20members%20to%20find%20new%20groups" title="StumbleUpon"><img src="http://buddydev.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-group-suggest-widget-help-your-members-to-find-new-groups%2F" title="Technorati"><img src="http://buddydev.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>


<br/><br/>

<p>Related posts:<ol><li><a href='http://buddydev.com/buddypress/buddypress-friends-suggestions-widget-help-your-users-to-build-their-network-faster/' rel='bookmark' title='Permanent Link: BuddyPress Friends suggestions Widget:- Help your Users to Build Their Network faster'>BuddyPress Friends suggestions Widget:- Help your Users to Build Their Network faster</a></li>
<li><a href='http://buddydev.com/buddypress/buddypress-user-notifications-widget-plugin/' rel='bookmark' title='Permanent Link: BuddyPress User Notifications Widget plugin'>BuddyPress User Notifications Widget plugin</a></li>
<li><a href='http://buddydev.com/buddypress/exclude-users-from-members-directory-on-a-buddypress-based-social-network/' rel='bookmark' title='Permanent Link: Exclude Users from Members directory on a BuddyPress based social network'>Exclude Users from Members directory on a BuddyPress based social network</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://buddydev.com/buddypress/buddypress-group-suggest-widget-help-your-members-to-find-new-groups/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Introducing BuddyPress Simple Google Map Plugin</title>
		<link>http://buddydev.com/buddypress/introducing-buddypress-simple-google-map-plugin/</link>
		<comments>http://buddydev.com/buddypress/introducing-buddypress-simple-google-map-plugin/#comments</comments>
		<pubDate>Sat, 23 Jul 2011 22:38:16 +0000</pubDate>
		<dc:creator>Brajesh Singh</dc:creator>
				<category><![CDATA[Buddypress]]></category>
		<category><![CDATA[Buddypress Free Plugins]]></category>

		<guid isPermaLink="false">http://buddydev.com/?p=2481</guid>
		<description><![CDATA[Thanks to @Daniel for the suggesting this plugin. BuddyPress Simple Google Map plugin uses static google map api  to add the Maps to groups. It is tested to work with BuddyPress 1.2.9 as well as BuddyPress 1.3(bleeding). In the current version, I have only added support for group and I am looking forward to your ...


Related posts:<ol><li><a href='http://buddydev.com/buddypress/introducing-buddypress-message-privacy-control-plugin/' rel='bookmark' title='Permanent Link: Introducing BuddyPress Message Privacy Plugin'>Introducing BuddyPress Message Privacy Plugin</a></li>
<li><a href='http://buddydev.com/buddypress/limit-groups-per-user-plugin-for-buddypress/' rel='bookmark' title='Permanent Link: Limit Groups Per User Plugin For Buddypress'>Limit Groups Per User Plugin For Buddypress</a></li>
<li><a href='http://buddydev.com/buddypress/buddypress-group-suggest-widget-help-your-members-to-find-new-groups/' rel='bookmark' title='Permanent Link: BuddyPress Group Suggest Widget: Help your members to find new groups'>BuddyPress Group Suggest Widget: Help your members to find new groups</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-buddypress-simple-google-map-plugin%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif&amp;source=buddydev&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Thanks to @<a href="http://buddydev.com/members/4ella/">Daniel</a> for the suggesting this plugin.<strong> BuddyPress Simple Google Map </strong>plugin uses static google map api  to add the Maps to groups. It is tested to work with BuddyPress 1.2.9 as well as BuddyPress 1.3(bleeding).</p>
<p>In the current version, I have only added support for group and I am looking forward to your suggestion whether you will like to have the static map for User profiles too.</p>
<h3>Features:-</h3>
<ul>
<li>Adds Google Map to Groups</li>
<li>Comes with Widget to showcase the map in sidebar</li>
<li>Simple to Use</li>
<li>Uses Google static Map, so no need for loading any extra javascript</li>
<li>Allows to enable/disable per group</li>
<li>You can set the basic settings in the admin panel.</li>
</ul>
<h3>Screenshots:-</h3>
<p>Here is a screenshot of the map in action:-</p>
<p><strong>Group Map tab</strong></p>
<p><a href="http://buddydev.com/files/2011/07/group-location-tab.png" rel="lightbox[2481]" title="group-location-tab"><img class="aligncenter size-medium wp-image-2483" title="group-location-tab" src="http://buddydev.com/files/2011/07/group-location-tab-300x212.png" alt="" width="300" height="212" /></a></p>
<p><strong>Admin Options:-</strong></p>
<p><strong><br />
</strong></p>
<p>You can set the height, width, zoom level and the map type from BuddyPress-&gt;BP Simple Map admin options. Here are the two options to show it</p>
<p><a href="http://buddydev.com/files/2011/07/admin-map-types.png" rel="lightbox[2481]" title="admin-map-types"><img class="aligncenter size-medium wp-image-2485" title="admin-map-types" src="http://buddydev.com/files/2011/07/admin-map-types-300x179.png" alt="" width="300" height="179" /></a></p>
<p><strong>Map Type:-</strong></p>
<p><strong> </strong>You can select from any of the four map types :- Roadmap, Terrain, Setellite, and Hybrid<strong>.</strong></p>
<p><strong>Zoom Level</strong></p>
<p>You can select zoom level upto 21(highest) as shown below</p>
<p><a href="http://buddydev.com/files/2011/07/map-zoom-level-option.png" rel="lightbox[2481]" title="map-zoom-level-option"><img class="aligncenter size-medium wp-image-2486" title="map-zoom-level-option" src="http://buddydev.com/files/2011/07/map-zoom-level-option-300x253.png" alt="" width="300" height="253" /></a></p>
<p><strong>Here is the widget settings screen</strong></p>
<p><a href="http://buddydev.com/files/2011/07/bp-simple-google-map-widget-options.png" rel="lightbox[2481]" title="bp-simple-google-map-widget-options"><img class="aligncenter size-medium wp-image-2487" title="bp-simple-google-map-widget-options" src="http://buddydev.com/files/2011/07/bp-simple-google-map-widget-options-191x300.png" alt="" width="191" height="300" /></a>The widget will be visible on groups page only if the location is set and the map is not disabled.</p>
<p>The Location can be set from Groups-&gt;Group Name-&gt;Admin-&gt;Map as shown below</p>
<p><a href="http://buddydev.com/files/2011/07/simple-google-map-location-entry.png" rel="lightbox[2481]" title="simple-google-map-location-entry"><img class="aligncenter size-medium wp-image-2488" title="simple-google-map-location-entry" src="http://buddydev.com/files/2011/07/simple-google-map-location-entry-300x163.png" alt="" width="300" height="163" /></a></p>
<p>You can even disable the map for a particular group from admin-&gt;settings page</p>
<p><a href="http://buddydev.com/files/2011/07/group-settings.png" rel="lightbox[2481]" title="group-settings"><img class="aligncenter size-medium wp-image-2489" title="group-settings" src="http://buddydev.com/files/2011/07/group-settings-300x136.png" alt="" width="300" height="136" /></a></p>
<p>Ok, no more screenshots, now the time for action.</p>
<p>You can grab the plugin from below.</p>
<h3>Download &amp;Installation</h3>
<p><a href="http://buddydev.com/plugins/bp-simple-google-map/">http://buddydev.com/plugins/bp-simple-google-map/</a></p>
<h3>Git Repo:-</h3>
<p><a href="https://github.com/sbrajesh/bp-simple-google-map">https://github.com/sbrajesh/bp-simple-google-map</a></p>
<p>I am looking forward to hear your thought about adding support for user profile.</p>
<!-- PHP 5.x -->


Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-buddypress-simple-google-map-plugin%2F&amp;partner=sociable" title="Print"><img src="http://buddydev.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-buddypress-simple-google-map-plugin%2F&amp;title=Introducing%20BuddyPress%20Simple%20Google%20Map%20Plugin&amp;bodytext=Thanks%20to%20%40Daniel%20for%20the%20suggesting%20this%20plugin.%20BuddyPress%20Simple%20Google%20Map%20plugin%20uses%20static%20google%20map%20api%C2%A0%20to%20add%20the%20Maps%20to%20groups.%20It%20is%20tested%20to%20work%20with%20BuddyPress%201.2.9%20as%20well%20as%20BuddyPress%201.3%28bleeding%29.%0D%0A%0D%0AIn%20the%20current%20version%2C%20I" title="Digg"><img src="http://buddydev.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-buddypress-simple-google-map-plugin%2F" title="Sphinn"><img src="http://buddydev.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-buddypress-simple-google-map-plugin%2F&amp;title=Introducing%20BuddyPress%20Simple%20Google%20Map%20Plugin&amp;notes=Thanks%20to%20%40Daniel%20for%20the%20suggesting%20this%20plugin.%20BuddyPress%20Simple%20Google%20Map%20plugin%20uses%20static%20google%20map%20api%C2%A0%20to%20add%20the%20Maps%20to%20groups.%20It%20is%20tested%20to%20work%20with%20BuddyPress%201.2.9%20as%20well%20as%20BuddyPress%201.3%28bleeding%29.%0D%0A%0D%0AIn%20the%20current%20version%2C%20I" title="del.icio.us"><img src="http://buddydev.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-buddypress-simple-google-map-plugin%2F&amp;t=Introducing%20BuddyPress%20Simple%20Google%20Map%20Plugin" title="Facebook"><img src="http://buddydev.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-buddypress-simple-google-map-plugin%2F&amp;title=Introducing%20BuddyPress%20Simple%20Google%20Map%20Plugin&amp;annotation=Thanks%20to%20%40Daniel%20for%20the%20suggesting%20this%20plugin.%20BuddyPress%20Simple%20Google%20Map%20plugin%20uses%20static%20google%20map%20api%C2%A0%20to%20add%20the%20Maps%20to%20groups.%20It%20is%20tested%20to%20work%20with%20BuddyPress%201.2.9%20as%20well%20as%20BuddyPress%201.3%28bleeding%29.%0D%0A%0D%0AIn%20the%20current%20version%2C%20I" title="Google Bookmarks"><img src="http://buddydev.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-buddypress-simple-google-map-plugin%2F&amp;Title=Introducing%20BuddyPress%20Simple%20Google%20Map%20Plugin" title="BlinkList"><img src="http://buddydev.com/wp-content/plugins/sociable/images/blinklist.png" title="BlinkList" alt="BlinkList" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-buddypress-simple-google-map-plugin%2F&amp;title=Introducing%20BuddyPress%20Simple%20Google%20Map%20Plugin" title="DZone"><img src="http://buddydev.com/wp-content/plugins/sociable/images/dzone.png" title="DZone" alt="DZone" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Introducing%20BuddyPress%20Simple%20Google%20Map%20Plugin&amp;link=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-buddypress-simple-google-map-plugin%2F" title="FriendFeed"><img src="http://buddydev.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.indianpad.com/submit.php?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-buddypress-simple-google-map-plugin%2F" title="IndianPad"><img src="http://buddydev.com/wp-content/plugins/sociable/images/indianpad.png" title="IndianPad" alt="IndianPad" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-buddypress-simple-google-map-plugin%2F&amp;t=Introducing%20BuddyPress%20Simple%20Google%20Map%20Plugin" title="MySpace"><img src="http://buddydev.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-buddypress-simple-google-map-plugin%2F&amp;title=Introducing%20BuddyPress%20Simple%20Google%20Map%20Plugin&amp;popup=no" title="Netvouz"><img src="http://buddydev.com/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-buddypress-simple-google-map-plugin%2F&amp;title=Introducing%20BuddyPress%20Simple%20Google%20Map%20Plugin" title="Reddit"><img src="http://buddydev.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.sphere.com/search?q=sphereit:http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-buddypress-simple-google-map-plugin%2F&amp;title=Introducing%20BuddyPress%20Simple%20Google%20Map%20Plugin" title="SphereIt"><img src="http://buddydev.com/wp-content/plugins/sociable/images/sphere.png" title="SphereIt" alt="SphereIt" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-buddypress-simple-google-map-plugin%2F&amp;title=Introducing%20BuddyPress%20Simple%20Google%20Map%20Plugin" title="StumbleUpon"><img src="http://buddydev.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-buddypress-simple-google-map-plugin%2F" title="Technorati"><img src="http://buddydev.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>


<br/><br/>

<p>Related posts:<ol><li><a href='http://buddydev.com/buddypress/introducing-buddypress-message-privacy-control-plugin/' rel='bookmark' title='Permanent Link: Introducing BuddyPress Message Privacy Plugin'>Introducing BuddyPress Message Privacy Plugin</a></li>
<li><a href='http://buddydev.com/buddypress/limit-groups-per-user-plugin-for-buddypress/' rel='bookmark' title='Permanent Link: Limit Groups Per User Plugin For Buddypress'>Limit Groups Per User Plugin For Buddypress</a></li>
<li><a href='http://buddydev.com/buddypress/buddypress-group-suggest-widget-help-your-members-to-find-new-groups/' rel='bookmark' title='Permanent Link: BuddyPress Group Suggest Widget: Help your members to find new groups'>BuddyPress Group Suggest Widget: Help your members to find new groups</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://buddydev.com/buddypress/introducing-buddypress-simple-google-map-plugin/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>BuddyPress User Notifications Widget plugin</title>
		<link>http://buddydev.com/buddypress/buddypress-user-notifications-widget-plugin/</link>
		<comments>http://buddydev.com/buddypress/buddypress-user-notifications-widget-plugin/#comments</comments>
		<pubDate>Tue, 19 Jul 2011 18:47:16 +0000</pubDate>
		<dc:creator>Brajesh Singh</dc:creator>
				<category><![CDATA[Buddypress]]></category>
		<category><![CDATA[Buddypress Free Plugins]]></category>

		<guid isPermaLink="false">http://buddydev.com/?p=2459</guid>
		<description><![CDATA[Hi All, I am sure most of you are busy building the social networks on BuddyPress. Well, here I am presenting another addon to help you a little more. The BuddyPress notifications widget was suggested by @Reboot in the forum. There is one existing notification widget for BuddyPress but that does not allow multi instance ...


Related posts:<ol><li><a href='http://buddydev.com/buddypress/buddypress-group-suggest-widget-help-your-members-to-find-new-groups/' rel='bookmark' title='Permanent Link: BuddyPress Group Suggest Widget: Help your members to find new groups'>BuddyPress Group Suggest Widget: Help your members to find new groups</a></li>
<li><a href='http://buddydev.com/uncategorized/introducing-buddypress-live-notification-plugin-a-facebook-like-notification-plugin-for-buddypress/' rel='bookmark' title='Permanent Link: Introducing BuddyPress Live Notification Plugin: A facebook like notification plugin for BuddyPress'>Introducing BuddyPress Live Notification Plugin: A facebook like notification plugin for BuddyPress</a></li>
<li><a href='http://buddydev.com/buddypress/buddypress-sitewide-activity-widget-updates/' rel='bookmark' title='Permanent Link: BuddyPress Sitewide Activity Widget updates'>BuddyPress Sitewide Activity Widget updates</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-user-notifications-widget-plugin%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif&amp;source=buddydev&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Hi All,</p>
<p>I am sure most of you are busy building the social networks on BuddyPress. Well, here I am presenting another addon to help you a little more.</p>
<p>The BuddyPress notifications widget was suggested by @Reboot in the forum. There is one <a href="http://wordpress.org/extend/plugins/bp-notificationwidget/">existing notification widge</a>t for BuddyPress but that does not allow multi instance or some other customizations. Reboot suggested to update that widget but when I checked the code, writing a brand new version seemed much better choice &amp; that&#8217;s why I am presenting it here today <img src='http://buddydev.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Some features:-</p>
<ul>
<li>Multinstance, means you can have as many instance as you want.</li>
<li>Allows you to show/hide the notification count in widget title</li>
<li>Allows   you to show/hide the message showing notification count (please see screenshots)</li>
<li>Allows you to show/hide the notification list(well, I am not sure if you would like to use that anyway)</li>
<li>Completely localizable, please use poedit/any other tool to translate</li>
</ul>
<p>Let us see some screenshots</p>
<p><a href="http://buddydev.com/files/2011/07/bp-notification-widget-admin.png" rel="lightbox[2459]" title="bp-notification-widget-admin"><img class="aligncenter size-medium wp-image-2460" title="bp-notification-widget-admin" src="http://buddydev.com/files/2011/07/bp-notification-widget-admin-172x300.png" alt="" width="172" height="300" /></a></p>
<p>Ana an example of output(2 widget instances)</p>
<p><a href="http://buddydev.com/files/2011/07/2-example-notification-widgets.png" rel="lightbox[2459]" title="2-example-notification-widgets"><img class="aligncenter size-medium wp-image-2461" title="2-example-notification-widgets" src="http://buddydev.com/files/2011/07/2-example-notification-widgets-178x300.png" alt="" width="178" height="300" /></a>I hope some of you will find it helpful.</p>
<h3>Download &amp; Installation:-</h3>
<p><a href="http://buddydev.com/plugins/buddypress-notifications-widget/">http://buddydev.com/plugins/buddypress-notifications-widget/</a><br />
Git Repo:- <a href="https://github.com/sbrajesh/buddypress-notifications-widget">https://github.com/sbrajesh/buddypress-notifications-widget</a></p>
<p>Please do let me know your suggestions or any thing you want in the comments.</p>
<p>PS: Last weekend, I promidsed to write some of the tutorial tips/tricks for BuddyPress. So, I am going to put eaither one plugin each day this week or atleast one tutorial. Please do keep checking <img src='http://buddydev.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<!-- PHP 5.x -->


Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-user-notifications-widget-plugin%2F&amp;partner=sociable" title="Print"><img src="http://buddydev.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-user-notifications-widget-plugin%2F&amp;title=BuddyPress%20User%20Notifications%20Widget%20plugin%20&amp;bodytext=Hi%20All%2C%0D%0A%0D%0AI%20am%20sure%20most%20of%20you%20are%20busy%20building%20the%20social%20networks%20on%20BuddyPress.%20Well%2C%20here%20I%20am%20presenting%20another%20addon%20to%20help%20you%20a%20little%20more.%0D%0A%0D%0AThe%20BuddyPress%20notifications%20widget%20was%20suggested%20by%20%40Reboot%20in%20the%20forum.%20There%20is%20one%20exist" title="Digg"><img src="http://buddydev.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-user-notifications-widget-plugin%2F" title="Sphinn"><img src="http://buddydev.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-user-notifications-widget-plugin%2F&amp;title=BuddyPress%20User%20Notifications%20Widget%20plugin%20&amp;notes=Hi%20All%2C%0D%0A%0D%0AI%20am%20sure%20most%20of%20you%20are%20busy%20building%20the%20social%20networks%20on%20BuddyPress.%20Well%2C%20here%20I%20am%20presenting%20another%20addon%20to%20help%20you%20a%20little%20more.%0D%0A%0D%0AThe%20BuddyPress%20notifications%20widget%20was%20suggested%20by%20%40Reboot%20in%20the%20forum.%20There%20is%20one%20exist" title="del.icio.us"><img src="http://buddydev.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-user-notifications-widget-plugin%2F&amp;t=BuddyPress%20User%20Notifications%20Widget%20plugin%20" title="Facebook"><img src="http://buddydev.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-user-notifications-widget-plugin%2F&amp;title=BuddyPress%20User%20Notifications%20Widget%20plugin%20&amp;annotation=Hi%20All%2C%0D%0A%0D%0AI%20am%20sure%20most%20of%20you%20are%20busy%20building%20the%20social%20networks%20on%20BuddyPress.%20Well%2C%20here%20I%20am%20presenting%20another%20addon%20to%20help%20you%20a%20little%20more.%0D%0A%0D%0AThe%20BuddyPress%20notifications%20widget%20was%20suggested%20by%20%40Reboot%20in%20the%20forum.%20There%20is%20one%20exist" title="Google Bookmarks"><img src="http://buddydev.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-user-notifications-widget-plugin%2F&amp;Title=BuddyPress%20User%20Notifications%20Widget%20plugin%20" title="BlinkList"><img src="http://buddydev.com/wp-content/plugins/sociable/images/blinklist.png" title="BlinkList" alt="BlinkList" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-user-notifications-widget-plugin%2F&amp;title=BuddyPress%20User%20Notifications%20Widget%20plugin%20" title="DZone"><img src="http://buddydev.com/wp-content/plugins/sociable/images/dzone.png" title="DZone" alt="DZone" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=BuddyPress%20User%20Notifications%20Widget%20plugin%20&amp;link=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-user-notifications-widget-plugin%2F" title="FriendFeed"><img src="http://buddydev.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.indianpad.com/submit.php?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-user-notifications-widget-plugin%2F" title="IndianPad"><img src="http://buddydev.com/wp-content/plugins/sociable/images/indianpad.png" title="IndianPad" alt="IndianPad" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-user-notifications-widget-plugin%2F&amp;t=BuddyPress%20User%20Notifications%20Widget%20plugin%20" title="MySpace"><img src="http://buddydev.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-user-notifications-widget-plugin%2F&amp;title=BuddyPress%20User%20Notifications%20Widget%20plugin%20&amp;popup=no" title="Netvouz"><img src="http://buddydev.com/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-user-notifications-widget-plugin%2F&amp;title=BuddyPress%20User%20Notifications%20Widget%20plugin%20" title="Reddit"><img src="http://buddydev.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.sphere.com/search?q=sphereit:http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-user-notifications-widget-plugin%2F&amp;title=BuddyPress%20User%20Notifications%20Widget%20plugin%20" title="SphereIt"><img src="http://buddydev.com/wp-content/plugins/sociable/images/sphere.png" title="SphereIt" alt="SphereIt" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-user-notifications-widget-plugin%2F&amp;title=BuddyPress%20User%20Notifications%20Widget%20plugin%20" title="StumbleUpon"><img src="http://buddydev.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fbuddypress-user-notifications-widget-plugin%2F" title="Technorati"><img src="http://buddydev.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>


<br/><br/>

<p>Related posts:<ol><li><a href='http://buddydev.com/buddypress/buddypress-group-suggest-widget-help-your-members-to-find-new-groups/' rel='bookmark' title='Permanent Link: BuddyPress Group Suggest Widget: Help your members to find new groups'>BuddyPress Group Suggest Widget: Help your members to find new groups</a></li>
<li><a href='http://buddydev.com/uncategorized/introducing-buddypress-live-notification-plugin-a-facebook-like-notification-plugin-for-buddypress/' rel='bookmark' title='Permanent Link: Introducing BuddyPress Live Notification Plugin: A facebook like notification plugin for BuddyPress'>Introducing BuddyPress Live Notification Plugin: A facebook like notification plugin for BuddyPress</a></li>
<li><a href='http://buddydev.com/buddypress/buddypress-sitewide-activity-widget-updates/' rel='bookmark' title='Permanent Link: BuddyPress Sitewide Activity Widget updates'>BuddyPress Sitewide Activity Widget updates</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://buddydev.com/buddypress/buddypress-user-notifications-widget-plugin/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Allow your users to change their Profile page background using BP Custom Background For User Profile Plugin</title>
		<link>http://buddydev.com/buddypress/allow-your-users-to-change-their-profile-page-background-using-bp-custom-background-for-user-profile-plugin/</link>
		<comments>http://buddydev.com/buddypress/allow-your-users-to-change-their-profile-page-background-using-bp-custom-background-for-user-profile-plugin/#comments</comments>
		<pubDate>Thu, 23 Jun 2011 20:55:26 +0000</pubDate>
		<dc:creator>Brajesh Singh</dc:creator>
				<category><![CDATA[Buddypress]]></category>
		<category><![CDATA[Buddypress Free Plugins]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[profile]]></category>
		<category><![CDATA[users]]></category>

		<guid isPermaLink="false">http://buddydev.com/?p=2370</guid>
		<description><![CDATA[Here is another plugin to spiceup your BuddyPress Based Social Network. I created this plugin a couple of days ago when I saw @findly.tk&#8217;s request on BuddyPress.org forum. The plugin BP Custom Background For User Profile allows your users to set their own custom background image for their profile pages. It allows them to upload ...


Related posts:<ol><li><a href='http://buddydev.com/buddypress/bp-redirect-to-profile-plugin-redirect-users-to-their-profile-on-login-on-buddypress-sites/' rel='bookmark' title='Permanent Link: BP Redirect to profile Plugin :redirect Users to their profile on Login on buddypress  sites'>BP Redirect to profile Plugin :redirect Users to their profile on Login on buddypress  sites</a></li>
<li><a href='http://buddydev.com/buddypress/allow-your-users-to-change-their-username-on-your-buddypress-based-site/' rel='bookmark' title='Permanent Link: Allow Your Users to Change their Username on your BuddyPress Based site'>Allow Your Users to Change their Username on your BuddyPress Based site</a></li>
<li><a href='http://buddydev.com/buddypress/show-buddypress-communitysitewide-activity-on-user-profile/' rel='bookmark' title='Permanent Link: Show BuddyPress community(sitewide) activity on User Profile'>Show BuddyPress community(sitewide) activity on User Profile</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fallow-your-users-to-change-their-profile-page-background-using-bp-custom-background-for-user-profile-plugin%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif&amp;source=buddydev&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Here is another plugin to spiceup your BuddyPress Based Social Network. I created this plugin a  couple of days ago when I saw @findly.tk&#8217;s request on <a href="http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/letting-the-user-upload-a-custom-background">BuddyPress.org forum</a>.</p>
<p>The plugin <strong>BP Custom Background For User Profile</strong> allows your users to set their own custom background image for their profile pages. It allows them to upload a new image and sets it as their background image. So, now every user on your network can have different background by using this plugin.</p>
<p>Features:-</p>
<ul>
<li>Allow users to Change their profile page background</li>
</ul>
<h3>Screenshots:-</h3>
<p>With Cosmic Buddy</p>
<p><a href="http://buddydev.com/files/2011/06/profile-bg-changer-with-cosmic-buddy.png" rel="lightbox[2370]" title="profile-bg-changer-with-cosmic-buddy"><img class="aligncenter size-medium wp-image-2371" title="profile-bg-changer-with-cosmic-buddy" src="http://buddydev.com/files/2011/06/profile-bg-changer-with-cosmic-buddy-300x129.png" alt="" width="300" height="129" /></a>With BuddyPress default theme</p>
<p><a href="http://buddydev.com/files/2011/06/profile-background-with-bp-default.png" rel="lightbox[2370]" title="profile-background-with-bp-default"><img class="aligncenter size-medium wp-image-2372" title="profile-background-with-bp-default" src="http://buddydev.com/files/2011/06/profile-background-with-bp-default-300x136.png" alt="" width="300" height="136" /></a></p>
<p>Background Upload Page:-</p>
<p><a href="http://buddydev.com/files/2011/06/profile-background-change-page.png" rel="lightbox[2370]" title="profile-background-change-page"><img class="aligncenter size-medium wp-image-2373" title="profile-background-change-page" src="http://buddydev.com/files/2011/06/profile-background-change-page-300x136.png" alt="" width="300" height="136" /></a></p>
<h3>Download &amp;Installation:-</h3>
<p><a title="Bp Custom Background for User profile" href="http://buddydev.com/plugins/bp-custom-background-for-user-profile/">http://buddydev.com/plugins/bp-custom-background-for-user-profile/</a><br />
You can follow the development on github.com here<br />
<a title="BP Custom background for User profile" href="https://github.com/sbrajesh/bp-custom-background-for-user-profile">https://github.com/sbrajesh/bp-custom-background-for-user-profile</a></p>
<p>.</p>
<p>This is just a basic plugin. I am looking for some ideas like:-</p>
<ul>
<li>Should we create a pool of custom styles and allow users to select one of them?</li>
<li>Should we allow users to change css (Though, I have avoided it because we do not assume the user to be a web developer, instead a set of custom color schemes will be better)</li>
</ul>
<p>So, what do you think ? which features we missed?  How can we improve this plugin further?  Please share your experience in the comments and help us to improve this plugin further.</p>
<!-- PHP 5.x -->


Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fallow-your-users-to-change-their-profile-page-background-using-bp-custom-background-for-user-profile-plugin%2F&amp;partner=sociable" title="Print"><img src="http://buddydev.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fallow-your-users-to-change-their-profile-page-background-using-bp-custom-background-for-user-profile-plugin%2F&amp;title=Allow%20your%20users%20to%20change%20their%20Profile%20page%20background%20using%20BP%20Custom%20Background%20For%20User%20Profile%20Plugin&amp;bodytext=Here%20is%20another%20plugin%20to%20spiceup%20your%20BuddyPress%20Based%20Social%20Network.%20I%20created%20this%20plugin%20a%20%20couple%20of%20days%20ago%20when%20I%20saw%20%40findly.tk%27s%20request%20on%20BuddyPress.org%20forum.%0D%0A%0D%0AThe%20plugin%20BP%20Custom%20Background%20For%20User%20Profile%20allows%20your%20users%20to%20set%20" title="Digg"><img src="http://buddydev.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fallow-your-users-to-change-their-profile-page-background-using-bp-custom-background-for-user-profile-plugin%2F" title="Sphinn"><img src="http://buddydev.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fallow-your-users-to-change-their-profile-page-background-using-bp-custom-background-for-user-profile-plugin%2F&amp;title=Allow%20your%20users%20to%20change%20their%20Profile%20page%20background%20using%20BP%20Custom%20Background%20For%20User%20Profile%20Plugin&amp;notes=Here%20is%20another%20plugin%20to%20spiceup%20your%20BuddyPress%20Based%20Social%20Network.%20I%20created%20this%20plugin%20a%20%20couple%20of%20days%20ago%20when%20I%20saw%20%40findly.tk%27s%20request%20on%20BuddyPress.org%20forum.%0D%0A%0D%0AThe%20plugin%20BP%20Custom%20Background%20For%20User%20Profile%20allows%20your%20users%20to%20set%20" title="del.icio.us"><img src="http://buddydev.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fallow-your-users-to-change-their-profile-page-background-using-bp-custom-background-for-user-profile-plugin%2F&amp;t=Allow%20your%20users%20to%20change%20their%20Profile%20page%20background%20using%20BP%20Custom%20Background%20For%20User%20Profile%20Plugin" title="Facebook"><img src="http://buddydev.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fallow-your-users-to-change-their-profile-page-background-using-bp-custom-background-for-user-profile-plugin%2F&amp;title=Allow%20your%20users%20to%20change%20their%20Profile%20page%20background%20using%20BP%20Custom%20Background%20For%20User%20Profile%20Plugin&amp;annotation=Here%20is%20another%20plugin%20to%20spiceup%20your%20BuddyPress%20Based%20Social%20Network.%20I%20created%20this%20plugin%20a%20%20couple%20of%20days%20ago%20when%20I%20saw%20%40findly.tk%27s%20request%20on%20BuddyPress.org%20forum.%0D%0A%0D%0AThe%20plugin%20BP%20Custom%20Background%20For%20User%20Profile%20allows%20your%20users%20to%20set%20" title="Google Bookmarks"><img src="http://buddydev.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fallow-your-users-to-change-their-profile-page-background-using-bp-custom-background-for-user-profile-plugin%2F&amp;Title=Allow%20your%20users%20to%20change%20their%20Profile%20page%20background%20using%20BP%20Custom%20Background%20For%20User%20Profile%20Plugin" title="BlinkList"><img src="http://buddydev.com/wp-content/plugins/sociable/images/blinklist.png" title="BlinkList" alt="BlinkList" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fallow-your-users-to-change-their-profile-page-background-using-bp-custom-background-for-user-profile-plugin%2F&amp;title=Allow%20your%20users%20to%20change%20their%20Profile%20page%20background%20using%20BP%20Custom%20Background%20For%20User%20Profile%20Plugin" title="DZone"><img src="http://buddydev.com/wp-content/plugins/sociable/images/dzone.png" title="DZone" alt="DZone" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Allow%20your%20users%20to%20change%20their%20Profile%20page%20background%20using%20BP%20Custom%20Background%20For%20User%20Profile%20Plugin&amp;link=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fallow-your-users-to-change-their-profile-page-background-using-bp-custom-background-for-user-profile-plugin%2F" title="FriendFeed"><img src="http://buddydev.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.indianpad.com/submit.php?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fallow-your-users-to-change-their-profile-page-background-using-bp-custom-background-for-user-profile-plugin%2F" title="IndianPad"><img src="http://buddydev.com/wp-content/plugins/sociable/images/indianpad.png" title="IndianPad" alt="IndianPad" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fallow-your-users-to-change-their-profile-page-background-using-bp-custom-background-for-user-profile-plugin%2F&amp;t=Allow%20your%20users%20to%20change%20their%20Profile%20page%20background%20using%20BP%20Custom%20Background%20For%20User%20Profile%20Plugin" title="MySpace"><img src="http://buddydev.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fallow-your-users-to-change-their-profile-page-background-using-bp-custom-background-for-user-profile-plugin%2F&amp;title=Allow%20your%20users%20to%20change%20their%20Profile%20page%20background%20using%20BP%20Custom%20Background%20For%20User%20Profile%20Plugin&amp;popup=no" title="Netvouz"><img src="http://buddydev.com/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fallow-your-users-to-change-their-profile-page-background-using-bp-custom-background-for-user-profile-plugin%2F&amp;title=Allow%20your%20users%20to%20change%20their%20Profile%20page%20background%20using%20BP%20Custom%20Background%20For%20User%20Profile%20Plugin" title="Reddit"><img src="http://buddydev.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.sphere.com/search?q=sphereit:http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fallow-your-users-to-change-their-profile-page-background-using-bp-custom-background-for-user-profile-plugin%2F&amp;title=Allow%20your%20users%20to%20change%20their%20Profile%20page%20background%20using%20BP%20Custom%20Background%20For%20User%20Profile%20Plugin" title="SphereIt"><img src="http://buddydev.com/wp-content/plugins/sociable/images/sphere.png" title="SphereIt" alt="SphereIt" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fallow-your-users-to-change-their-profile-page-background-using-bp-custom-background-for-user-profile-plugin%2F&amp;title=Allow%20your%20users%20to%20change%20their%20Profile%20page%20background%20using%20BP%20Custom%20Background%20For%20User%20Profile%20Plugin" title="StumbleUpon"><img src="http://buddydev.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fallow-your-users-to-change-their-profile-page-background-using-bp-custom-background-for-user-profile-plugin%2F" title="Technorati"><img src="http://buddydev.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>


<br/><br/>

<p>Related posts:<ol><li><a href='http://buddydev.com/buddypress/bp-redirect-to-profile-plugin-redirect-users-to-their-profile-on-login-on-buddypress-sites/' rel='bookmark' title='Permanent Link: BP Redirect to profile Plugin :redirect Users to their profile on Login on buddypress  sites'>BP Redirect to profile Plugin :redirect Users to their profile on Login on buddypress  sites</a></li>
<li><a href='http://buddydev.com/buddypress/allow-your-users-to-change-their-username-on-your-buddypress-based-site/' rel='bookmark' title='Permanent Link: Allow Your Users to Change their Username on your BuddyPress Based site'>Allow Your Users to Change their Username on your BuddyPress Based site</a></li>
<li><a href='http://buddydev.com/buddypress/show-buddypress-communitysitewide-activity-on-user-profile/' rel='bookmark' title='Permanent Link: Show BuddyPress community(sitewide) activity on User Profile'>Show BuddyPress community(sitewide) activity on User Profile</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://buddydev.com/buddypress/allow-your-users-to-change-their-profile-page-background-using-bp-custom-background-for-user-profile-plugin/feed/</wfw:commentRss>
		<slash:comments>118</slash:comments>
		</item>
		<item>
		<title>Supporting Cubepoints for Global forums</title>
		<link>http://buddydev.com/buddypress/supporting-cubepoints-for-global-forums/</link>
		<comments>http://buddydev.com/buddypress/supporting-cubepoints-for-global-forums/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 20:57:17 +0000</pubDate>
		<dc:creator>Brajesh Singh</dc:creator>
				<category><![CDATA[Buddypress]]></category>
		<category><![CDATA[Buddypress Free Plugins]]></category>

		<guid isPermaLink="false">http://buddydev.com/?p=2350</guid>
		<description><![CDATA[Recently, I got a lot of request on our forum for supporting global forum with CubePoints BuddyPress Integration plugin by Tosh. I looked into the code of CubePoints buddypress integration plugin and it seemed like an interesting thing to do. Though the current version of buddypress cubepoints lacked some hook to show the point form ...


Related posts:<ol><li><a href='http://buddydev.com/buddypress/introducing-global-sitewide-forums-plugin-for-buddypress/' rel='bookmark' title='Permanent Link: Introducing Global sitewide forums plugin for Buddypress'>Introducing Global sitewide forums plugin for Buddypress</a></li>
<li><a href='http://buddydev.com/buddypress/introducing-the-first-stable-version-of-global-forums-plugin/' rel='bookmark' title='Permanent Link: Introducing the first stable version of Global Forums Plugin'>Introducing the first stable version of Global Forums Plugin</a></li>
<li><a href='http://buddydev.com/buddypress/creating-the-sitewide-globalunified-search-page-for-your-buddypress-theme/' rel='bookmark' title='Permanent Link: Creating The sitewide global/unified search Page for your Buddypress Theme'>Creating The sitewide global/unified search Page for your Buddypress Theme</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fsupporting-cubepoints-for-global-forums%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif&amp;source=buddydev&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Recently, I got a lot of request on our forum for supporting global forum with CubePoints BuddyPress Integration plugin by<a href="http://buddypress.org/community/members/xberserker/"> Tosh</a>. I looked into the code of CubePoints buddypress integration plugin and it seemed like an interesting thing to do.</p>
<p>Though the current version of buddypress cubepoints lacked some hook to show the point form and update the settings, I am hopeful that Tosh will add it in next version of BuddyPress cubepoints integration plugin and open a new door for plugin developers to support their own plugin.</p>
<p>Here is what I did to support the global forum with cubepoints plugin.</p>
<p>1. Add a hook to BuddyPress CubePoints Integration plugin admin section to allow showing your form.</p>
<p>So, I put this code there</p>
<pre class="brush: php; title: ;">

do_action(&quot;bp_cubepoint_main_settings&quot;); //allow other plugin to hook and show their point poption here
</pre>
<p>That allows any plugin developer to put their own form elements in the CubePoints BuddyPress Integration plugin admin section.</p>
<p>2. Allow plugin developers to update their points/settings when the points table is saved.</p>
<p>Just adding one more hook in the function &#8220;cubebp_admin&#8221; and everything was setup.</p>
<p>Here is what I added, It may be different when Tosh updates his plugin.</p>
<pre class="brush: php; title: ;">

do_action(&quot;bp_cubepoint_settings_updated&quot;);//allow other plugins to hook here and update their settings on save
</pre>
<p>Well, the base is ready now. We can easily extend the CubePoints plugin and support our own plugin now.</p>
<p>So, what functionalities we are interested in supporting, Obviously, It narrows down to these two</p>
<ul>
<li>Giving/Deducting point on some action performed in our plugin</li>
<li>Logging the actions</li>
</ul>
<p>CubePoints core proved a way for that</p>
<p><strong>cp_points($type, $uid, $points, $data)</strong></p>
<ul>
<li>$type: your unique action identifier (or let su say It identifies the purpose of the point)</li>
<li>$uid: the user id to which points should be given</li>
<li>$points: how many points you want to give</li>
<li>$data: I am not sure the purpose of it. Perhaps It is used in saving logs</li>
</ul>
<p><strong>cp_points</strong> function adds the point and logs the action.</p>
<p>So, Now you just need to add a function to your action and give points.</p>
<p>Ex.</p>
<pre class="brush: php; title: ;">

add_action(&quot;something_happened&quot;,&quot;give_point_on_something_happened&quot;);

function give_point_on_something_happened(){
global $bp;
$point=get_option(&quot;points_for_my_something_happened_action&quot;);//how many points you want to give

cp_points(&quot;hello_something_happened&quot;,$bp-&gt;loggedin_user-&gt;id, $point,&quot;&quot;);

}
</pre>
<p>That will add point for your action. But wait you are not done yet. The cp_points already logs your event but to display it, CubePoints needs your help.</p>
<p>Here is what cube point does while displaying it</p>
<pre class="brush: php; title: ;">

do_action('cp_logs_description', $result-&gt;type, $result-&gt;uid, $result-&gt;points, $result-&gt;data);
</pre>
<p>Just hook your function to show a meaningful message on the action  &#8220;cp_logs_description&#8221; and you are done.</p>
<p>Here is the continued code snippet.</p>
<pre class="brush: php; title: ;">

do_action('cp_logs_description', &quot;my_hellow_something_happened_log_message&quot;,10,4);//4 is for no. of args

function my_hellow_something_happened_log_message($type,$uid,$points,$data){

if($type!=&quot;hello_something_happened&quot;)//remember this is same as we used in cp_points

return;

echo  &quot;The wonderful action happened&quot;;//well you may make it meaning full by using uid and making something like user x did action alpha beta and received $points point

}
</pre>
<p>Ok, That was for everyone who want to support cubepoints in their own plugin.</p>
<h3>CubePoints For Global Forum</h3>
<p>Here is the CubePoints global forum integration plugin.</p>
<h3>Download &amp; Install:-</h3>
<p><a href="http://buddydev.com/plugins/cubepoints-global-forum-integration/">http://buddydev.com/plugins/cubepoints-global-forum-integration/</a></p>
<p>Here is modified cubepoints-buddypress-integration/includes/<a href="http://buddydev.com/http//buddydev.com/public-download/bp-cubepoint-admin.php.zip">bp-cubepoint-admin.php</a>. Replace it in cubepoints-buddypress-integration/includes.</p>
<p>And a screenshot of cubepoints admin settings page</p>
<p><a href="http://buddydev.com/files/2011/06/global-forum-cube-point-settings.png" rel="lightbox[2350]" title="global-forum-cube-point-settings"><img class="aligncenter size-medium wp-image-2354" title="global-forum-cube-point-settings" src="http://buddydev.com/files/2011/06/global-forum-cube-point-settings-300x134.png" alt="" width="300" height="134" /></a></p>
<p>If you are using Global forum cubepoints integration plugin, please note there are four actions defined</p>
<ul>
<li>new topic create</li>
<li>topic delete</li>
<li>new post(or say reply)</li>
<li>delete post</li>
</ul>
<p>There is a bug in global forum, the delete actions are called twice, so points will be deducted twice(as of global-forum-v1.0.2). Please make sure to allocate only half of those point to the delete actions. Say, if you wanted to deduct 10 points for post delete, make sure you specify -5 in the admin option. This is a bug with delete option<br />
(for topic/posts) in current global forum. I will update and fix it when the new release comes.</p>
<p>Looking forward to hear your comments</p>
<p>P.s: Special Thanks to Joey for asking me to do this plugin.</p>
<!-- PHP 5.x -->


Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fsupporting-cubepoints-for-global-forums%2F&amp;partner=sociable" title="Print"><img src="http://buddydev.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fsupporting-cubepoints-for-global-forums%2F&amp;title=Supporting%20Cubepoints%20for%20Global%20forums&amp;bodytext=Recently%2C%20I%20got%20a%20lot%20of%20request%20on%20our%20forum%20for%20supporting%20global%20forum%20with%20CubePoints%20BuddyPress%20Integration%20plugin%20by%20Tosh.%20I%20looked%20into%20the%20code%20of%20CubePoints%20buddypress%20integration%20plugin%20and%20it%20seemed%20like%20an%20interesting%20thing%20to%20do.%0D%0A%0D%0AThou" title="Digg"><img src="http://buddydev.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fsupporting-cubepoints-for-global-forums%2F" title="Sphinn"><img src="http://buddydev.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fsupporting-cubepoints-for-global-forums%2F&amp;title=Supporting%20Cubepoints%20for%20Global%20forums&amp;notes=Recently%2C%20I%20got%20a%20lot%20of%20request%20on%20our%20forum%20for%20supporting%20global%20forum%20with%20CubePoints%20BuddyPress%20Integration%20plugin%20by%20Tosh.%20I%20looked%20into%20the%20code%20of%20CubePoints%20buddypress%20integration%20plugin%20and%20it%20seemed%20like%20an%20interesting%20thing%20to%20do.%0D%0A%0D%0AThou" title="del.icio.us"><img src="http://buddydev.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fsupporting-cubepoints-for-global-forums%2F&amp;t=Supporting%20Cubepoints%20for%20Global%20forums" title="Facebook"><img src="http://buddydev.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fsupporting-cubepoints-for-global-forums%2F&amp;title=Supporting%20Cubepoints%20for%20Global%20forums&amp;annotation=Recently%2C%20I%20got%20a%20lot%20of%20request%20on%20our%20forum%20for%20supporting%20global%20forum%20with%20CubePoints%20BuddyPress%20Integration%20plugin%20by%20Tosh.%20I%20looked%20into%20the%20code%20of%20CubePoints%20buddypress%20integration%20plugin%20and%20it%20seemed%20like%20an%20interesting%20thing%20to%20do.%0D%0A%0D%0AThou" title="Google Bookmarks"><img src="http://buddydev.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fsupporting-cubepoints-for-global-forums%2F&amp;Title=Supporting%20Cubepoints%20for%20Global%20forums" title="BlinkList"><img src="http://buddydev.com/wp-content/plugins/sociable/images/blinklist.png" title="BlinkList" alt="BlinkList" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fsupporting-cubepoints-for-global-forums%2F&amp;title=Supporting%20Cubepoints%20for%20Global%20forums" title="DZone"><img src="http://buddydev.com/wp-content/plugins/sociable/images/dzone.png" title="DZone" alt="DZone" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Supporting%20Cubepoints%20for%20Global%20forums&amp;link=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fsupporting-cubepoints-for-global-forums%2F" title="FriendFeed"><img src="http://buddydev.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.indianpad.com/submit.php?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fsupporting-cubepoints-for-global-forums%2F" title="IndianPad"><img src="http://buddydev.com/wp-content/plugins/sociable/images/indianpad.png" title="IndianPad" alt="IndianPad" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fsupporting-cubepoints-for-global-forums%2F&amp;t=Supporting%20Cubepoints%20for%20Global%20forums" title="MySpace"><img src="http://buddydev.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fsupporting-cubepoints-for-global-forums%2F&amp;title=Supporting%20Cubepoints%20for%20Global%20forums&amp;popup=no" title="Netvouz"><img src="http://buddydev.com/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fsupporting-cubepoints-for-global-forums%2F&amp;title=Supporting%20Cubepoints%20for%20Global%20forums" title="Reddit"><img src="http://buddydev.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.sphere.com/search?q=sphereit:http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fsupporting-cubepoints-for-global-forums%2F&amp;title=Supporting%20Cubepoints%20for%20Global%20forums" title="SphereIt"><img src="http://buddydev.com/wp-content/plugins/sociable/images/sphere.png" title="SphereIt" alt="SphereIt" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fsupporting-cubepoints-for-global-forums%2F&amp;title=Supporting%20Cubepoints%20for%20Global%20forums" title="StumbleUpon"><img src="http://buddydev.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fsupporting-cubepoints-for-global-forums%2F" title="Technorati"><img src="http://buddydev.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>


<br/><br/>

<p>Related posts:<ol><li><a href='http://buddydev.com/buddypress/introducing-global-sitewide-forums-plugin-for-buddypress/' rel='bookmark' title='Permanent Link: Introducing Global sitewide forums plugin for Buddypress'>Introducing Global sitewide forums plugin for Buddypress</a></li>
<li><a href='http://buddydev.com/buddypress/introducing-the-first-stable-version-of-global-forums-plugin/' rel='bookmark' title='Permanent Link: Introducing the first stable version of Global Forums Plugin'>Introducing the first stable version of Global Forums Plugin</a></li>
<li><a href='http://buddydev.com/buddypress/creating-the-sitewide-globalunified-search-page-for-your-buddypress-theme/' rel='bookmark' title='Permanent Link: Creating The sitewide global/unified search Page for your Buddypress Theme'>Creating The sitewide global/unified search Page for your Buddypress Theme</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://buddydev.com/buddypress/supporting-cubepoints-for-global-forums/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Introducing BuddyPress Message Privacy Plugin</title>
		<link>http://buddydev.com/buddypress/introducing-buddypress-message-privacy-control-plugin/</link>
		<comments>http://buddydev.com/buddypress/introducing-buddypress-message-privacy-control-plugin/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 19:00:05 +0000</pubDate>
		<dc:creator>Brajesh Singh</dc:creator>
				<category><![CDATA[Buddypress]]></category>
		<category><![CDATA[Buddypress Premium Plugins]]></category>
		<category><![CDATA[message]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[users]]></category>

		<guid isPermaLink="false">http://buddydev.com/?p=2320</guid>
		<description><![CDATA[Ever wished to give your users the control of private messages. Have you wondered how facebook and other social networks allow users to have fine grained control over who can send the message ? Want to give your Users full control over their private message. Well, Here I am presenting you the BuddyPress Message Privacy ...


Related posts:<ol><li><a href='http://buddydev.com/buddypress/introducing-global-sitewide-forums-plugin-for-buddypress/' rel='bookmark' title='Permanent Link: Introducing Global sitewide forums plugin for Buddypress'>Introducing Global sitewide forums plugin for Buddypress</a></li>
<li><a href='http://buddydev.com/uncategorized/introducing-buddypress-live-notification-plugin-a-facebook-like-notification-plugin-for-buddypress/' rel='bookmark' title='Permanent Link: Introducing BuddyPress Live Notification Plugin: A facebook like notification plugin for BuddyPress'>Introducing BuddyPress Live Notification Plugin: A facebook like notification plugin for BuddyPress</a></li>
<li><a href='http://buddydev.com/buddypress/introducing-facebook-like-user-activity-streamhome-activity-feed-for-buddypress-based-social-network/' rel='bookmark' title='Permanent Link: Introducing Facebook Like User Activity Stream(Home activity feed) for BuddyPress Based Social Network'>Introducing Facebook Like User Activity Stream(Home activity feed) for BuddyPress Based Social Network</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-buddypress-message-privacy-control-plugin%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif&amp;source=buddydev&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Ever wished to give your users the control of private messages. Have you wondered how facebook and other social networks allow users to have fine grained control over who can send the message ? Want to give your Users full control over their private message.</p>
<p>Well, Here I am presenting you the BuddyPress Message Privacy Plugin. BuddyPress Message Privacy plugin will give your users complete control over who can send a private message to them.</p>
<h3>Features:-</h3>
<ul>
<li>Each user can control Who can Message Him/her</li>
<li>A User can opt for receiving message from everyone, friends only or specify a custom list of users from whom he want to receive messages</li>
<li>Users can create custom list for other users who can send him/her message</li>
<li>Users can create custom blacklist of users who will never be able to send him/her the message</li>
<li>Super Admin can always send message to anyone</li>
</ul>
<p>I hope, that tells a lot about the plugin. Let us see the settings page for more details:-</p>
<h3>Screenshots:-</h3>
<p>Users Privacy settings Screen</p>
<p><a href="http://buddydev.com/files/2011/06/mesdsage-privacy-settings.png"></a><a href="http://buddydev.com/files/2011/06/message-privacy-settings.png" rel="lightbox[2320]" title="message-privacy-settings"><img class="aligncenter size-medium wp-image-2323" title="message-privacy-settings" src="http://buddydev.com/files/2011/06/message-privacy-settings-300x201.png" alt="" width="300" height="201" /></a><br />
Privacy In action:-</p>
<p><a href="http://buddydev.com/files/2011/06/privacy-in-action.png" rel="lightbox[2320]" title="privacy-in-action"><img class="aligncenter size-medium wp-image-2324" title="privacy-in-action" src="http://buddydev.com/files/2011/06/privacy-in-action-300x177.png" alt="" width="300" height="177" /></a></p>
<p>As you can see from the first screenshot, The user can opt for one of the three privacy level. In addition to that, A user can create a list of white listed users/blacklisted users. The allowed users will always be able to send him/her a message regardless the settings.</p>
<p>Same goes for the banned Users. Regardless of the privacy level, if a user is listed in the banned list, they won&#8217;t be able to message him/her.</p>
<h3>Download &amp; Installation:-</h3>
<p><a title="BuddyPress Message Privacy" href="http://buddydev.com/plugins/buddypress-message-privacy/">http://buddydev.com/plugins/buddypress-message-privacy/</a><br />
Please note this plugin is a premium plugin.</p>
<p>Let me know what do you think of this message privacy component and the new functionalities/updates you want. Looking forward to your suggestions.</p>
<p>PS:- A couple of new plugins(and Interesting ones) are coming very soon, so please make sure to subscribe to the feed or please keep visiting the site.</p>
<!-- PHP 5.x -->


Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-buddypress-message-privacy-control-plugin%2F&amp;partner=sociable" title="Print"><img src="http://buddydev.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-buddypress-message-privacy-control-plugin%2F&amp;title=Introducing%20BuddyPress%20Message%20Privacy%20Plugin&amp;bodytext=Ever%20wished%20to%20give%20your%20users%20the%20control%20of%20private%20messages.%20Have%20you%20wondered%20how%20facebook%20and%20other%20social%20networks%20allow%20users%20to%20have%20fine%20grained%20control%20over%20who%20can%20send%20the%20message%20%3F%20Want%20to%20give%20your%20Users%20full%20control%20over%20their%20private%20" title="Digg"><img src="http://buddydev.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-buddypress-message-privacy-control-plugin%2F" title="Sphinn"><img src="http://buddydev.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-buddypress-message-privacy-control-plugin%2F&amp;title=Introducing%20BuddyPress%20Message%20Privacy%20Plugin&amp;notes=Ever%20wished%20to%20give%20your%20users%20the%20control%20of%20private%20messages.%20Have%20you%20wondered%20how%20facebook%20and%20other%20social%20networks%20allow%20users%20to%20have%20fine%20grained%20control%20over%20who%20can%20send%20the%20message%20%3F%20Want%20to%20give%20your%20Users%20full%20control%20over%20their%20private%20" title="del.icio.us"><img src="http://buddydev.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-buddypress-message-privacy-control-plugin%2F&amp;t=Introducing%20BuddyPress%20Message%20Privacy%20Plugin" title="Facebook"><img src="http://buddydev.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-buddypress-message-privacy-control-plugin%2F&amp;title=Introducing%20BuddyPress%20Message%20Privacy%20Plugin&amp;annotation=Ever%20wished%20to%20give%20your%20users%20the%20control%20of%20private%20messages.%20Have%20you%20wondered%20how%20facebook%20and%20other%20social%20networks%20allow%20users%20to%20have%20fine%20grained%20control%20over%20who%20can%20send%20the%20message%20%3F%20Want%20to%20give%20your%20Users%20full%20control%20over%20their%20private%20" title="Google Bookmarks"><img src="http://buddydev.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-buddypress-message-privacy-control-plugin%2F&amp;Title=Introducing%20BuddyPress%20Message%20Privacy%20Plugin" title="BlinkList"><img src="http://buddydev.com/wp-content/plugins/sociable/images/blinklist.png" title="BlinkList" alt="BlinkList" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-buddypress-message-privacy-control-plugin%2F&amp;title=Introducing%20BuddyPress%20Message%20Privacy%20Plugin" title="DZone"><img src="http://buddydev.com/wp-content/plugins/sociable/images/dzone.png" title="DZone" alt="DZone" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Introducing%20BuddyPress%20Message%20Privacy%20Plugin&amp;link=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-buddypress-message-privacy-control-plugin%2F" title="FriendFeed"><img src="http://buddydev.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.indianpad.com/submit.php?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-buddypress-message-privacy-control-plugin%2F" title="IndianPad"><img src="http://buddydev.com/wp-content/plugins/sociable/images/indianpad.png" title="IndianPad" alt="IndianPad" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-buddypress-message-privacy-control-plugin%2F&amp;t=Introducing%20BuddyPress%20Message%20Privacy%20Plugin" title="MySpace"><img src="http://buddydev.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-buddypress-message-privacy-control-plugin%2F&amp;title=Introducing%20BuddyPress%20Message%20Privacy%20Plugin&amp;popup=no" title="Netvouz"><img src="http://buddydev.com/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-buddypress-message-privacy-control-plugin%2F&amp;title=Introducing%20BuddyPress%20Message%20Privacy%20Plugin" title="Reddit"><img src="http://buddydev.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.sphere.com/search?q=sphereit:http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-buddypress-message-privacy-control-plugin%2F&amp;title=Introducing%20BuddyPress%20Message%20Privacy%20Plugin" title="SphereIt"><img src="http://buddydev.com/wp-content/plugins/sociable/images/sphere.png" title="SphereIt" alt="SphereIt" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-buddypress-message-privacy-control-plugin%2F&amp;title=Introducing%20BuddyPress%20Message%20Privacy%20Plugin" title="StumbleUpon"><img src="http://buddydev.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fbuddydev.com%2Fbuddypress%2Fintroducing-buddypress-message-privacy-control-plugin%2F" title="Technorati"><img src="http://buddydev.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>


<br/><br/>

<p>Related posts:<ol><li><a href='http://buddydev.com/buddypress/introducing-global-sitewide-forums-plugin-for-buddypress/' rel='bookmark' title='Permanent Link: Introducing Global sitewide forums plugin for Buddypress'>Introducing Global sitewide forums plugin for Buddypress</a></li>
<li><a href='http://buddydev.com/uncategorized/introducing-buddypress-live-notification-plugin-a-facebook-like-notification-plugin-for-buddypress/' rel='bookmark' title='Permanent Link: Introducing BuddyPress Live Notification Plugin: A facebook like notification plugin for BuddyPress'>Introducing BuddyPress Live Notification Plugin: A facebook like notification plugin for BuddyPress</a></li>
<li><a href='http://buddydev.com/buddypress/introducing-facebook-like-user-activity-streamhome-activity-feed-for-buddypress-based-social-network/' rel='bookmark' title='Permanent Link: Introducing Facebook Like User Activity Stream(Home activity feed) for BuddyPress Based Social Network'>Introducing Facebook Like User Activity Stream(Home activity feed) for BuddyPress Based Social Network</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://buddydev.com/buddypress/introducing-buddypress-message-privacy-control-plugin/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
	</channel>
</rss>

