<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Dan Polant :: Web Interaction Designer</title>
	<atom:link href="http://danpolant.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://danpolant.com</link>
	<description></description>
	<lastBuildDate>Fri, 09 Jul 2010 00:09:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on How to: create groups in Buddypress with PHP by Shaun</title>
		<link>http://danpolant.com/how-to-create-groups-in-buddypress-with-php/comment-page-1/#comment-161</link>
		<dc:creator>Shaun</dc:creator>
		<pubDate>Fri, 09 Jul 2010 00:09:13 +0000</pubDate>
		<guid isPermaLink="false">http://danpolant.com/?p=40#comment-161</guid>
		<description>Wow, thanks Dan. I&#039;m looking forward to trying out the groups extension API. I&#039;ve never written a plugin before so I read up on how plugins work and for the past few days I&#039;ve been going through your plugin code. It&#039;s been really helpful.</description>
		<content:encoded><![CDATA[<p>Wow, thanks Dan. I&#8217;m looking forward to trying out the groups extension API. I&#8217;ve never written a plugin before so I read up on how plugins work and for the past few days I&#8217;ve been going through your plugin code. It&#8217;s been really helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to: create groups in Buddypress with PHP by admin</title>
		<link>http://danpolant.com/how-to-create-groups-in-buddypress-with-php/comment-page-1/#comment-160</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 08 Jul 2010 19:43:54 +0000</pubDate>
		<guid isPermaLink="false">http://danpolant.com/?p=40#comment-160</guid>
		<description>Hey Shaun,

The groups architecture may work as a framework for lessons. But beware that it may be difficult to organize these lessons/groups into the views that you want. Basically BP gives you the all groups directory and that&#039;s about it. Other views can be created, but require programming. Another pitfall I foresee will be differentiating lessons from other kinds of groups, in the directory and on users&#039; profiles. The groups metadata table may help you here.

You should check out BPDEV groups extra (http://bp-dev.org/plugins/). It is incompatible with 1.2 I believe, but may be easy to fix. See &lt;a href=&quot;http://danpolant.com/bp-1-1-kills-group_obj/&quot; rel=&quot;nofollow&quot;&gt;my post&lt;/a&gt; for at least one thing that needs to be changed. This plugin lets you configure extra fields on the group profile page. You can make one be a youtube embed or something like that. It is a pain to set up - you have to edit a config.php file in order to setup the fields you want.

Really a cleaner way to add group fields is to use the &lt;a href=&quot;http://codex.buddypress.org/developer-docs/group-extension-api/&quot; rel=&quot;nofollow&quot;&gt;groups extension api&lt;/a&gt;. It requires that you know PHP, and possibly some MySQL for saving the data, although you can use &lt;code&gt;groups_update_meta()&lt;/code&gt; if you&#039;re only adding one or two fields. 

Check out &lt;a href=&quot;http://buddypress.org/community/groups/buddypress-group-documents/&quot; rel=&quot;nofollow&quot;&gt;Group Documents&lt;/a&gt;. Also, &lt;a href=&quot;http://buddypress.org/community/groups/bp-community-blogs/&quot; rel=&quot;nofollow&quot;&gt;Community Blogs&lt;/a&gt; may help you create a lesson that incorporates a linear set of teachings.

 Good luck with your site!

 - Dan</description>
		<content:encoded><![CDATA[<p>Hey Shaun,</p>
<p>The groups architecture may work as a framework for lessons. But beware that it may be difficult to organize these lessons/groups into the views that you want. Basically BP gives you the all groups directory and that&#8217;s about it. Other views can be created, but require programming. Another pitfall I foresee will be differentiating lessons from other kinds of groups, in the directory and on users&#8217; profiles. The groups metadata table may help you here.</p>
<p>You should check out BPDEV groups extra (<a href="http://bp-dev.org/plugins/" rel="nofollow">http://bp-dev.org/plugins/</a>). It is incompatible with 1.2 I believe, but may be easy to fix. See <a href="http://danpolant.com/bp-1-1-kills-group_obj/" rel="nofollow">my post</a> for at least one thing that needs to be changed. This plugin lets you configure extra fields on the group profile page. You can make one be a youtube embed or something like that. It is a pain to set up &#8211; you have to edit a config.php file in order to setup the fields you want.</p>
<p>Really a cleaner way to add group fields is to use the <a href="http://codex.buddypress.org/developer-docs/group-extension-api/" rel="nofollow">groups extension api</a>. It requires that you know PHP, and possibly some MySQL for saving the data, although you can use <code>groups_update_meta()</code> if you&#8217;re only adding one or two fields. </p>
<p>Check out <a href="http://buddypress.org/community/groups/buddypress-group-documents/" rel="nofollow">Group Documents</a>. Also, <a href="http://buddypress.org/community/groups/bp-community-blogs/" rel="nofollow">Community Blogs</a> may help you create a lesson that incorporates a linear set of teachings.</p>
<p> Good luck with your site!</p>
<p> &#8211; Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to: create groups in Buddypress with PHP by Shaun</title>
		<link>http://danpolant.com/how-to-create-groups-in-buddypress-with-php/comment-page-1/#comment-150</link>
		<dc:creator>Shaun</dc:creator>
		<pubDate>Sat, 03 Jul 2010 19:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://danpolant.com/?p=40#comment-150</guid>
		<description>Hi Dan,

I have an interesting project I&#039;m working on and I would like to know if you have any suggestions.

I&#039;m currently trying to use buddypress as a social network centered on a bible study with mutlitple lessons. The lessons are available online and I want to show which lessons each buddypress member has learned and invite them to learn newer lessons.

My idea is to use groups as the &quot;lessons&quot;. But what I would like to know is if I can add custom fields (for pulling content) to the creation of a group. I would want to include a field for the featured image, and the video to be embedded for that lesson. 

My other idea was to create a custom page template. Here is a prototype I built before installing buddypress, http://newlifelb.com/daniel . It is not really using the buddypress members or groups, but I am researching to see if this could be done using buddypress.

What do you think?</description>
		<content:encoded><![CDATA[<p>Hi Dan,</p>
<p>I have an interesting project I&#8217;m working on and I would like to know if you have any suggestions.</p>
<p>I&#8217;m currently trying to use buddypress as a social network centered on a bible study with mutlitple lessons. The lessons are available online and I want to show which lessons each buddypress member has learned and invite them to learn newer lessons.</p>
<p>My idea is to use groups as the &#8220;lessons&#8221;. But what I would like to know is if I can add custom fields (for pulling content) to the creation of a group. I would want to include a field for the featured image, and the video to be embedded for that lesson. </p>
<p>My other idea was to create a custom page template. Here is a prototype I built before installing buddypress, <a href="http://newlifelb.com/daniel" rel="nofollow">http://newlifelb.com/daniel</a> . It is not really using the buddypress members or groups, but I am researching to see if this could be done using buddypress.</p>
<p>What do you think?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to: create groups in Buddypress with PHP by Shaun</title>
		<link>http://danpolant.com/how-to-create-groups-in-buddypress-with-php/comment-page-1/#comment-148</link>
		<dc:creator>Shaun</dc:creator>
		<pubDate>Fri, 02 Jul 2010 23:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://danpolant.com/?p=40#comment-148</guid>
		<description>Thanks for this. I am just now diving into group in buddypress and I think this will be very helpful. I don&#039;t know mysql so I imagine this will soon be very necessary for me.</description>
		<content:encoded><![CDATA[<p>Thanks for this. I am just now diving into group in buddypress and I think this will be very helpful. I don&#8217;t know mysql so I imagine this will soon be very necessary for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to: use email addresses as usernames in Buddypress by Smarty</title>
		<link>http://danpolant.com/how-to-use-email-addresses-as-usernames-in-buddypress/comment-page-1/#comment-93</link>
		<dc:creator>Smarty</dc:creator>
		<pubDate>Wed, 24 Feb 2010 19:41:23 +0000</pubDate>
		<guid isPermaLink="false">http://danpolant.com/?p=202#comment-93</guid>
		<description>This just solved a huge pain in my ass, thank you!  

Have you ran into any troubles with bp_the_topic_post_poster_link() ?</description>
		<content:encoded><![CDATA[<p>This just solved a huge pain in my ass, thank you!  </p>
<p>Have you ran into any troubles with bp_the_topic_post_poster_link() ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BP Group Control by Kiyoshi Aomura</title>
		<link>http://danpolant.com/bp-group-control/comment-page-1/#comment-92</link>
		<dc:creator>Kiyoshi Aomura</dc:creator>
		<pubDate>Sat, 20 Feb 2010 00:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://danpolant.com/?page_id=209#comment-92</guid>
		<description>Dan Polant,

Your plugin is wonderful, thank you very much.</description>
		<content:encoded><![CDATA[<p>Dan Polant,</p>
<p>Your plugin is wonderful, thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BP Group Control Beta Release by Kiyoshi Aomura</title>
		<link>http://danpolant.com/bp-group-control-beta-release/comment-page-1/#comment-91</link>
		<dc:creator>Kiyoshi Aomura</dc:creator>
		<pubDate>Sat, 20 Feb 2010 00:06:19 +0000</pubDate>
		<guid isPermaLink="false">http://danpolant.com/?p=226#comment-91</guid>
		<description>Don Polant,

Wonderful plugin, thanks a lot.</description>
		<content:encoded><![CDATA[<p>Don Polant,</p>
<p>Wonderful plugin, thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Richard</title>
		<link>http://danpolant.com/about/comment-page-1/#comment-90</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sat, 13 Feb 2010 01:15:02 +0000</pubDate>
		<guid isPermaLink="false">http://danpolant.com/?page_id=2#comment-90</guid>
		<description>Dan, 

I&#039;m looking for a Buddypress Guru to help me complete my site. Are you availible for hire? I don&#039;t need much, just a way to sort members by state and industry, and I need the wp-wishlist membership plugin to work with Buddypress. Thanks.

Richard</description>
		<content:encoded><![CDATA[<p>Dan, </p>
<p>I&#8217;m looking for a Buddypress Guru to help me complete my site. Are you availible for hire? I don&#8217;t need much, just a way to sort members by state and industry, and I need the wp-wishlist membership plugin to work with Buddypress. Thanks.</p>
<p>Richard</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BP Group Control by admin</title>
		<link>http://danpolant.com/bp-group-control/comment-page-1/#comment-79</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 19 Jan 2010 16:15:12 +0000</pubDate>
		<guid isPermaLink="false">http://danpolant.com/?page_id=209#comment-79</guid>
		<description>@erich73
Thanks for the feedback. I agree that the identifying membership wording is hard to understand. I may use something like that or maybe just &quot;make main group&quot; to save space.

Also, I might make it so that password and confirm password completely disappear if you check the random password and email box, and then have this checked by default. The email options will probably turn into a radio switch that is always either one or the other.</description>
		<content:encoded><![CDATA[<p>@erich73<br />
Thanks for the feedback. I agree that the identifying membership wording is hard to understand. I may use something like that or maybe just &#8220;make main group&#8221; to save space.</p>
<p>Also, I might make it so that password and confirm password completely disappear if you check the random password and email box, and then have this checked by default. The email options will probably turn into a radio switch that is always either one or the other.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BP Group Control by erich73</title>
		<link>http://danpolant.com/bp-group-control/comment-page-1/#comment-78</link>
		<dc:creator>erich73</dc:creator>
		<pubDate>Mon, 18 Jan 2010 02:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://danpolant.com/?page_id=209#comment-78</guid>
		<description>regarding the wording:

&quot;Make this an identifying membership&quot; is hard to understand the meaning of what this is doing.

suggestions for wording:
&quot;Show the Group-Name at the Profile of this User&quot;
&quot;Show Group-Name at Users Profile&quot;


Thanks !</description>
		<content:encoded><![CDATA[<p>regarding the wording:</p>
<p>&#8220;Make this an identifying membership&#8221; is hard to understand the meaning of what this is doing.</p>
<p>suggestions for wording:<br />
&#8220;Show the Group-Name at the Profile of this User&#8221;<br />
&#8220;Show Group-Name at Users Profile&#8221;</p>
<p>Thanks !</p>
]]></content:encoded>
	</item>
</channel>
</rss>
