<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Brian Pedersen's Sitecore and .NET Blog</title>
	<atom:link href="http://briancaos.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://briancaos.wordpress.com</link>
	<description>A developer oriented blog about Sitecore, C#, ASP.NET and web related issues</description>
	<lastBuildDate>Wed, 25 Nov 2009 16:53:12 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Applying datasource to sublayouts on Sitecore items by Paul</title>
		<link>http://briancaos.wordpress.com/2008/11/13/applying-datasource-to-sublayouts-on-sitecore-items/#comment-477</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 25 Nov 2009 16:53:12 +0000</pubDate>
		<guid isPermaLink="false">http://briancaos.wordpress.com/?p=159#comment-477</guid>
		<description>Great article!  This has been very helpful for me, so thank you.  The issue I&#039;m encountering with this code however is when I attempt to place multiple instances of the same SubLayout on a page, each with their own unique Datasource definitions.  I can&#039;t get each instance of the SubLayout to recognize its own unique Datasource.  It seems like it should be simple to fix this, but I&#039;m stuck!</description>
		<content:encoded><![CDATA[<p>Great article!  This has been very helpful for me, so thank you.  The issue I&#8217;m encountering with this code however is when I attempt to place multiple instances of the same SubLayout on a page, each with their own unique Datasource definitions.  I can&#8217;t get each instance of the SubLayout to recognize its own unique Datasource.  It seems like it should be simple to fix this, but I&#8217;m stuck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running YetAnotherForum inside Sitecore by briancaos</title>
		<link>http://briancaos.wordpress.com/2009/05/28/running-yetanotherforum-inside-sitecore/#comment-475</link>
		<dc:creator>briancaos</dc:creator>
		<pubDate>Fri, 13 Nov 2009 11:42:11 +0000</pubDate>
		<guid isPermaLink="false">http://briancaos.wordpress.com/?p=313#comment-475</guid>
		<description>Sitecore 5 uses a different security model (a homebrewn model), as opposed to Sitecore 6 which uses the standard .net security model. Therefore it is not possible to integrate YAF into Sitecore 5.
You should read this article instead: http://briancaos.wordpress.com/2009/05/27/using-sitecore-users-in-yetanotherforum/</description>
		<content:encoded><![CDATA[<p>Sitecore 5 uses a different security model (a homebrewn model), as opposed to Sitecore 6 which uses the standard .net security model. Therefore it is not possible to integrate YAF into Sitecore 5.<br />
You should read this article instead: <a href="http://briancaos.wordpress.com/2009/05/27/using-sitecore-users-in-yetanotherforum/" rel="nofollow">http://briancaos.wordpress.com/2009/05/27/using-sitecore-users-in-yetanotherforum/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running YetAnotherForum inside Sitecore by Stefan Hammer</title>
		<link>http://briancaos.wordpress.com/2009/05/28/running-yetanotherforum-inside-sitecore/#comment-474</link>
		<dc:creator>Stefan Hammer</dc:creator>
		<pubDate>Fri, 13 Nov 2009 11:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://briancaos.wordpress.com/?p=313#comment-474</guid>
		<description>Hi Brian

the guide to the integration is for sitecore6. Is it possible to integrate YAF into sitecore5? If so, is there a giude for doing this?

Stefan</description>
		<content:encoded><![CDATA[<p>Hi Brian</p>
<p>the guide to the integration is for sitecore6. Is it possible to integrate YAF into sitecore5? If so, is there a giude for doing this?</p>
<p>Stefan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running YetAnotherForum inside Sitecore by briancaos</title>
		<link>http://briancaos.wordpress.com/2009/05/28/running-yetanotherforum-inside-sitecore/#comment-473</link>
		<dc:creator>briancaos</dc:creator>
		<pubDate>Mon, 09 Nov 2009 08:18:11 +0000</pubDate>
		<guid isPermaLink="false">http://briancaos.wordpress.com/?p=313#comment-473</guid>
		<description>The permissions in YAF follow the domain in which Sitecore is running in, even though the domain is not visible from YAF.
Maybe the users or groups you are using does not exist in the correct domain. 

To test this, you can use the old YAF login screen that still exists in YAF. As far as I remember you can call it using the ?g=login parameter.

In the old login dialog you can log in any sitecore user. Just remember to include the domain name in the username when logging in (user &quot;brian&quot; in the domain &quot;extranet&quot; is logged in as &quot;extranet\brian&quot;).

You can use the login dialog to test your users against the YAF security setup.

Have you also noticed that YAF collects membership roles (groups) in security profiles, and it is these profiles that sets the security? To add security to a forum, you create a security profile (or use any of the existing ones).</description>
		<content:encoded><![CDATA[<p>The permissions in YAF follow the domain in which Sitecore is running in, even though the domain is not visible from YAF.<br />
Maybe the users or groups you are using does not exist in the correct domain. </p>
<p>To test this, you can use the old YAF login screen that still exists in YAF. As far as I remember you can call it using the ?g=login parameter.</p>
<p>In the old login dialog you can log in any sitecore user. Just remember to include the domain name in the username when logging in (user &#8220;brian&#8221; in the domain &#8220;extranet&#8221; is logged in as &#8220;extranet\brian&#8221;).</p>
<p>You can use the login dialog to test your users against the YAF security setup.</p>
<p>Have you also noticed that YAF collects membership roles (groups) in security profiles, and it is these profiles that sets the security? To add security to a forum, you create a security profile (or use any of the existing ones).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running YetAnotherForum inside Sitecore by TW</title>
		<link>http://briancaos.wordpress.com/2009/05/28/running-yetanotherforum-inside-sitecore/#comment-472</link>
		<dc:creator>TW</dc:creator>
		<pubDate>Fri, 06 Nov 2009 16:41:01 +0000</pubDate>
		<guid isPermaLink="false">http://briancaos.wordpress.com/?p=313#comment-472</guid>
		<description>Hi Brian,
I was able to use your code to integrate YAF into sitecore. However, I can&#039;t get the forums to show up for anybody (Anonymous or registered user) except for the admin. Any ideas? I&#039;ve tried setting every possible combination of permissions on the forum through the admin without luck.
Thanks,
TW</description>
		<content:encoded><![CDATA[<p>Hi Brian,<br />
I was able to use your code to integrate YAF into sitecore. However, I can&#8217;t get the forums to show up for anybody (Anonymous or registered user) except for the admin. Any ideas? I&#8217;ve tried setting every possible combination of permissions on the forum through the admin without luck.<br />
Thanks,<br />
TW</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running YetAnotherForum inside Sitecore by briancaos</title>
		<link>http://briancaos.wordpress.com/2009/05/28/running-yetanotherforum-inside-sitecore/#comment-470</link>
		<dc:creator>briancaos</dc:creator>
		<pubDate>Mon, 26 Oct 2009 11:49:37 +0000</pubDate>
		<guid isPermaLink="false">http://briancaos.wordpress.com/?p=313#comment-470</guid>
		<description>The &quot;object reference&quot; sounds like a null pointer somewhere. Maybe the code compilation has failed, or you have forgotten to put the compiled DLL&#039;s in the /bin/ folder of Sitecore. 
I admit that having YAF to tun inside Sitecore is not an easy task, which is why I wrote the Documentation guideline (http://trac.sitecore.net/YAFIntegration/export/7/Trunk/YAF%20Integrated%20into%20Sitecore.docx) which you need to follow very carefully.</description>
		<content:encoded><![CDATA[<p>The &#8220;object reference&#8221; sounds like a null pointer somewhere. Maybe the code compilation has failed, or you have forgotten to put the compiled DLL&#8217;s in the /bin/ folder of Sitecore.<br />
I admit that having YAF to tun inside Sitecore is not an easy task, which is why I wrote the Documentation guideline (<a href="http://trac.sitecore.net/YAFIntegration/export/7/Trunk/YAF%20Integrated%20into%20Sitecore.docx" rel="nofollow">http://trac.sitecore.net/YAFIntegration/export/7/Trunk/YAF%20Integrated%20into%20Sitecore.docx</a>) which you need to follow very carefully.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running YetAnotherForum inside Sitecore by Jessica Hart</title>
		<link>http://briancaos.wordpress.com/2009/05/28/running-yetanotherforum-inside-sitecore/#comment-468</link>
		<dc:creator>Jessica Hart</dc:creator>
		<pubDate>Fri, 23 Oct 2009 04:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://briancaos.wordpress.com/?p=313#comment-468</guid>
		<description>Hello Brian,

I have successfully set up YetAnotherForum inside Sitecore before but this time it is has not gone so well. 

I have copied all the files in to my website and was able to go to the install page and create a forum and a new admin user.

I now try to browse to http://mywebsite/yaf and I receive the following error 

[NullReferenceException: Object reference not set to an instance of an object.]
   YAF.Classes.Utils.SitecoreMembershipUser..ctor(MembershipUser innerUser) +41
   YAF.Classes.Utils.YafContext.InitUserAndPage() +2733
   YAF.Classes.Utils.YafContext.get_Page() +60
   YAF.Classes.Utils.YafContext.PageValueAsInt(String field) +46
   YAF.Classes.Utils.YafContext.get_PageUserID() +43

Do you have any idea why?

Thanks Jess</description>
		<content:encoded><![CDATA[<p>Hello Brian,</p>
<p>I have successfully set up YetAnotherForum inside Sitecore before but this time it is has not gone so well. </p>
<p>I have copied all the files in to my website and was able to go to the install page and create a forum and a new admin user.</p>
<p>I now try to browse to <a href="http://mywebsite/yaf" rel="nofollow">http://mywebsite/yaf</a> and I receive the following error </p>
<p>[NullReferenceException: Object reference not set to an instance of an object.]<br />
   YAF.Classes.Utils.SitecoreMembershipUser..ctor(MembershipUser innerUser) +41<br />
   YAF.Classes.Utils.YafContext.InitUserAndPage() +2733<br />
   YAF.Classes.Utils.YafContext.get_Page() +60<br />
   YAF.Classes.Utils.YafContext.PageValueAsInt(String field) +46<br />
   YAF.Classes.Utils.YafContext.get_PageUserID() +43</p>
<p>Do you have any idea why?</p>
<p>Thanks Jess</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a Google style paging component in XSLT by cowgod</title>
		<link>http://briancaos.wordpress.com/2009/01/28/create-a-google-style-paging-component-in-xslt/#comment-464</link>
		<dc:creator>cowgod</dc:creator>
		<pubDate>Fri, 09 Oct 2009 22:33:23 +0000</pubDate>
		<guid isPermaLink="false">http://briancaos.wordpress.com/?p=188#comment-464</guid>
		<description>this helped me out a ton, although it&#039;s not exactly &quot;google style.&quot;  i think having the next button go to the next page that isn&#039;t visible is a little disorienting.  it should go to the next page after the one you are currently viewing.  thanks for the groundwork though!</description>
		<content:encoded><![CDATA[<p>this helped me out a ton, although it&#8217;s not exactly &#8220;google style.&#8221;  i think having the next button go to the next page that isn&#8217;t visible is a little disorienting.  it should go to the next page after the one you are currently viewing.  thanks for the groundwork though!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a tree like left menu in Sitecore using XSLT by briancaos</title>
		<link>http://briancaos.wordpress.com/2009/04/24/creating-a-tree-like-left-menu-in-sitecore-using-xslt/#comment-463</link>
		<dc:creator>briancaos</dc:creator>
		<pubDate>Tue, 06 Oct 2009 17:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://briancaos.wordpress.com/?p=282#comment-463</guid>
		<description>$selectedItem is the current item (current page). In Sitecore, $selectedItem equals the standard variable $sc_currentitem.

I use the $selectedItem for styling purposes only: 
If my current item is in a sub-level of the menu, I would like the parent to be styled with the class name &quot;open&quot;. This class could for example be an arrow pointing downwards.
Also, I would like to render the current item with the class name &quot;selected&quot;. This could for example make the text bold, or colored diffrently from the other items.</description>
		<content:encoded><![CDATA[<p>$selectedItem is the current item (current page). In Sitecore, $selectedItem equals the standard variable $sc_currentitem.</p>
<p>I use the $selectedItem for styling purposes only:<br />
If my current item is in a sub-level of the menu, I would like the parent to be styled with the class name &#8220;open&#8221;. This class could for example be an arrow pointing downwards.<br />
Also, I would like to render the current item with the class name &#8220;selected&#8221;. This could for example make the text bold, or colored diffrently from the other items.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a tree like left menu in Sitecore using XSLT by Eric</title>
		<link>http://briancaos.wordpress.com/2009/04/24/creating-a-tree-like-left-menu-in-sitecore-using-xslt/#comment-462</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Tue, 06 Oct 2009 17:43:50 +0000</pubDate>
		<guid isPermaLink="false">http://briancaos.wordpress.com/?p=282#comment-462</guid>
		<description>Where did the variable $selectedItem come from and what does it look like?</description>
		<content:encoded><![CDATA[<p>Where did the variable $selectedItem come from and what does it look like?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
