<?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 on: Extending Community Server 2007 User Profiles and Vista Setup</title>
	<atom:link href="http://proactivelogic.com/blog/index.php/2007/11/03/extending-community-server-2007-user-profiles-and-vista-setup/feed/" rel="self" type="application/rss+xml" />
	<link>http://proactivelogic.com/blog/index.php/2007/11/03/extending-community-server-2007-user-profiles-and-vista-setup/</link>
	<description>A place for Proactive Logic news and articles</description>
	<lastBuildDate>Mon, 19 Jul 2010 15:42:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: shakes</title>
		<link>http://proactivelogic.com/blog/index.php/2007/11/03/extending-community-server-2007-user-profiles-and-vista-setup/comment-page-1/#comment-5396</link>
		<dc:creator>shakes</dc:creator>
		<pubDate>Thu, 06 Mar 2008 07:13:30 +0000</pubDate>
		<guid isPermaLink="false">http://proactivelogic.com/blog/index.php/2007/11/03/extending-community-server-2007-user-profiles-and-vista-setup/#comment-5396</guid>
		<description>Jon
     I am able to update the database through the edit user profile however the changes do not display in the edit profile part or the profile itself ie. My checbox does not stay checked after a save. Everything I have done thus far is the same as what you have however i never updated userprofiledata.cs and instead of using a subform i just went and changed EditUserForm.cs. I am just using check boxes to update some bool values i have setup. I just can not figure out where the problem is...If you have any tips or pointers that would be great.</description>
		<content:encoded><![CDATA[<p>Jon<br />
     I am able to update the database through the edit user profile however the changes do not display in the edit profile part or the profile itself ie. My checbox does not stay checked after a save. Everything I have done thus far is the same as what you have however i never updated userprofiledata.cs and instead of using a subform i just went and changed EditUserForm.cs. I am just using check boxes to update some bool values i have setup. I just can not figure out where the problem is&#8230;If you have any tips or pointers that would be great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shakes</title>
		<link>http://proactivelogic.com/blog/index.php/2007/11/03/extending-community-server-2007-user-profiles-and-vista-setup/comment-page-1/#comment-5395</link>
		<dc:creator>shakes</dc:creator>
		<pubDate>Thu, 06 Mar 2008 06:49:28 +0000</pubDate>
		<guid isPermaLink="false">http://proactivelogic.com/blog/index.php/2007/11/03/extending-community-server-2007-user-profiles-and-vista-setup/#comment-5395</guid>
		<description>Hey jon,
      Im a bit stuck. I ditched the using subforms thing and just edited EditUserForm.cs instead. I am just using check boxes with bool values. My problem is with the display of my info. I can save to the database just fine. I check my check box hit save go check the database and sure enough a little 1 is in the cell. So then i go back and look at the edit page and the check box is no longer checked. Of course if I hit save again the database will update and a 0 will be in the cell. Also the info is just constantly displayed in the user profile regardless of the selection. I figure these problems are connected. I am just having a hard time figuring out where to look. I think the issue is most likely in user.cs but im not sure. Most of what I have done matches what you have done sans the subform and the updating of UserProfileData.cs. Any ideas as to where to look. Hints tips etc? Help would be much apreciated....</description>
		<content:encoded><![CDATA[<p>Hey jon,<br />
      Im a bit stuck. I ditched the using subforms thing and just edited EditUserForm.cs instead. I am just using check boxes with bool values. My problem is with the display of my info. I can save to the database just fine. I check my check box hit save go check the database and sure enough a little 1 is in the cell. So then i go back and look at the edit page and the check box is no longer checked. Of course if I hit save again the database will update and a 0 will be in the cell. Also the info is just constantly displayed in the user profile regardless of the selection. I figure these problems are connected. I am just having a hard time figuring out where to look. I think the issue is most likely in user.cs but im not sure. Most of what I have done matches what you have done sans the subform and the updating of UserProfileData.cs. Any ideas as to where to look. Hints tips etc? Help would be much apreciated&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://proactivelogic.com/blog/index.php/2007/11/03/extending-community-server-2007-user-profiles-and-vista-setup/comment-page-1/#comment-4998</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Tue, 08 Jan 2008 13:52:54 +0000</pubDate>
		<guid isPermaLink="false">http://proactivelogic.com/blog/index.php/2007/11/03/extending-community-server-2007-user-profiles-and-vista-setup/#comment-4998</guid>
		<description>Hi Raju,

That is just an example of my DAL and that code can be changed to use your own code that loads your data.

Cheers,
Jon</description>
		<content:encoded><![CDATA[<p>Hi Raju,</p>
<p>That is just an example of my DAL and that code can be changed to use your own code that loads your data.</p>
<p>Cheers,<br />
Jon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raju</title>
		<link>http://proactivelogic.com/blog/index.php/2007/11/03/extending-community-server-2007-user-profiles-and-vista-setup/comment-page-1/#comment-4994</link>
		<dc:creator>Raju</dc:creator>
		<pubDate>Mon, 07 Jan 2008 09:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://proactivelogic.com/blog/index.php/2007/11/03/extending-community-server-2007-user-profiles-and-vista-setup/#comment-4994</guid>
		<description>How can i get ProactiveLogic dll for importing 
using ProactiveLogic.WebFacade; 
using ProactiveLogic.Entities;  
in SubForms Implementation.</description>
		<content:encoded><![CDATA[<p>How can i get ProactiveLogic dll for importing<br />
using ProactiveLogic.WebFacade;<br />
using ProactiveLogic.Entities;<br />
in SubForms Implementation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://proactivelogic.com/blog/index.php/2007/11/03/extending-community-server-2007-user-profiles-and-vista-setup/comment-page-1/#comment-4899</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Tue, 11 Dec 2007 12:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://proactivelogic.com/blog/index.php/2007/11/03/extending-community-server-2007-user-profiles-and-vista-setup/#comment-4899</guid>
		<description>Hi Jose, thanks for the clarification and props :)

I&#039;ve been digging quite deeply into CS and if I get some spare time I&#039;ll put up some more details.

I&#039;m loving your context based implicit data binding design as it reminds me of some patterns I use quite often in my own designs.

Cheers,
Jon</description>
		<content:encoded><![CDATA[<p>Hi Jose, thanks for the clarification and props <img src='http://proactivelogic.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;ve been digging quite deeply into CS and if I get some spare time I&#8217;ll put up some more details.</p>
<p>I&#8217;m loving your context based implicit data binding design as it reminds me of some patterns I use quite often in my own designs.</p>
<p>Cheers,<br />
Jon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose Lema</title>
		<link>http://proactivelogic.com/blog/index.php/2007/11/03/extending-community-server-2007-user-profiles-and-vista-setup/comment-page-1/#comment-4897</link>
		<dc:creator>Jose Lema</dc:creator>
		<pubDate>Tue, 11 Dec 2007 06:33:26 +0000</pubDate>
		<guid isPermaLink="false">http://proactivelogic.com/blog/index.php/2007/11/03/extending-community-server-2007-user-profiles-and-vista-setup/#comment-4897</guid>
		<description>We&#039;re always looking for articles about extending the platform, and this one does a great job...Thanks Jon!

For readers looking for more information regarding SubForms in Chameleon, we have a good article on our docs site as well:
http://docs.communityserver.org/wiki/page.aspx/312/how-to-extend-user-registration-using-sub-forms/

Early in the article you mention the choice between putting information in cs_Users or cs_UserProfile. The primary difference is only apparent when using our virtualization feature (which allows for running multiple sites in a single database). If you have data that is specific to a user/site combination, then you would put it in cs_UserProfile as it has a reference to the appropriate SiteSettings. On the other hand, if the information is specific to a user, regardless of which site s/he&#039;s accessing, then cs_Users would be the answer. Of course if you&#039;re running only a single instance in your database, then the choice is irrelevant. (Note: Virtualization support will be removed in CS2k8, just hoping to clarify the current separation)

Again, great write up!

Jose Lema
Product Unit Manager - Community Server</description>
		<content:encoded><![CDATA[<p>We&#8217;re always looking for articles about extending the platform, and this one does a great job&#8230;Thanks Jon!</p>
<p>For readers looking for more information regarding SubForms in Chameleon, we have a good article on our docs site as well:<br />
<a href="http://docs.communityserver.org/wiki/page.aspx/312/how-to-extend-user-registration-using-sub-forms/" rel="nofollow">http://docs.communityserver.org/wiki/page.aspx/312/how-to-extend-user-registration-using-sub-forms/</a></p>
<p>Early in the article you mention the choice between putting information in cs_Users or cs_UserProfile. The primary difference is only apparent when using our virtualization feature (which allows for running multiple sites in a single database). If you have data that is specific to a user/site combination, then you would put it in cs_UserProfile as it has a reference to the appropriate SiteSettings. On the other hand, if the information is specific to a user, regardless of which site s/he&#8217;s accessing, then cs_Users would be the answer. Of course if you&#8217;re running only a single instance in your database, then the choice is irrelevant. (Note: Virtualization support will be removed in CS2k8, just hoping to clarify the current separation)</p>
<p>Again, great write up!</p>
<p>Jose Lema<br />
Product Unit Manager &#8211; Community Server</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://proactivelogic.com/blog/index.php/2007/11/03/extending-community-server-2007-user-profiles-and-vista-setup/comment-page-1/#comment-4841</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Fri, 30 Nov 2007 13:46:08 +0000</pubDate>
		<guid isPermaLink="false">http://proactivelogic.com/blog/index.php/2007/11/03/extending-community-server-2007-user-profiles-and-vista-setup/#comment-4841</guid>
		<description>Thanks for the comment! I hope it helps, and let me know if you run into any trouble and I will update the post to reflect any changes.</description>
		<content:encoded><![CDATA[<p>Thanks for the comment! I hope it helps, and let me know if you run into any trouble and I will update the post to reflect any changes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Winter</title>
		<link>http://proactivelogic.com/blog/index.php/2007/11/03/extending-community-server-2007-user-profiles-and-vista-setup/comment-page-1/#comment-4840</link>
		<dc:creator>Eric Winter</dc:creator>
		<pubDate>Fri, 30 Nov 2007 11:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://proactivelogic.com/blog/index.php/2007/11/03/extending-community-server-2007-user-profiles-and-vista-setup/#comment-4840</guid>
		<description>Thank you Jon, for this informative article. I&#039;ve been developing for CS 2.1 and will be switching to CS2007.1 soon. Excellent work!</description>
		<content:encoded><![CDATA[<p>Thank you Jon, for this informative article. I&#8217;ve been developing for CS 2.1 and will be switching to CS2007.1 soon. Excellent work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kai</title>
		<link>http://proactivelogic.com/blog/index.php/2007/11/03/extending-community-server-2007-user-profiles-and-vista-setup/comment-page-1/#comment-4727</link>
		<dc:creator>Kai</dc:creator>
		<pubDate>Wed, 14 Nov 2007 20:31:50 +0000</pubDate>
		<guid isPermaLink="false">http://proactivelogic.com/blog/index.php/2007/11/03/extending-community-server-2007-user-profiles-and-vista-setup/#comment-4727</guid>
		<description>I just wanted to say thank you for taking the time to go through this and write up your findings.    Very informative and helpful.  Thank you, again!</description>
		<content:encoded><![CDATA[<p>I just wanted to say thank you for taking the time to go through this and write up your findings.    Very informative and helpful.  Thank you, again!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
