<?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 on: Running YetAnotherForum inside Sitecore</title>
	<atom:link href="http://briancaos.wordpress.com/2009/05/28/running-yetanotherforum-inside-sitecore/feed/" rel="self" type="application/rss+xml" />
	<link>http://briancaos.wordpress.com/2009/05/28/running-yetanotherforum-inside-sitecore/</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>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>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>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>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>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>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>By: Tom</title>
		<link>http://briancaos.wordpress.com/2009/05/28/running-yetanotherforum-inside-sitecore/#comment-459</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 29 Sep 2009 12:03:32 +0000</pubDate>
		<guid isPermaLink="false">http://briancaos.wordpress.com/?p=313#comment-459</guid>
		<description>Nevermind i fixed it :)</description>
		<content:encoded><![CDATA[<p>Nevermind i fixed it :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://briancaos.wordpress.com/2009/05/28/running-yetanotherforum-inside-sitecore/#comment-458</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 29 Sep 2009 09:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://briancaos.wordpress.com/?p=313#comment-458</guid>
		<description>Hi,

I recently tried to implement your solution for using YAF in sitecore. I used sc version 6.0.2 and ever since i completed the install through your guide i get the following when trying to login to sitecore backend : Method not found: &#039;Void Sitecore.Pipelines.LoggedIn.LoggedInArgs.set_Password(System.String)&#039;. 

Any ideas?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I recently tried to implement your solution for using YAF in sitecore. I used sc version 6.0.2 and ever since i completed the install through your guide i get the following when trying to login to sitecore backend : Method not found: &#8216;Void Sitecore.Pipelines.LoggedIn.LoggedInArgs.set_Password(System.String)&#8217;. </p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Controlling YetAnotherForum from inside Sitecore &#171; Brian Pedersen&#8217;s Sitecore and .NET Blog</title>
		<link>http://briancaos.wordpress.com/2009/05/28/running-yetanotherforum-inside-sitecore/#comment-84</link>
		<dc:creator>Controlling YetAnotherForum from inside Sitecore &#171; Brian Pedersen&#8217;s Sitecore and .NET Blog</dc:creator>
		<pubDate>Wed, 10 Jun 2009 09:11:08 +0000</pubDate>
		<guid isPermaLink="false">http://briancaos.wordpress.com/?p=313#comment-84</guid>
		<description>[...]   One of my recent projects has been to run YetAnotherForum (YAF) inside a Sitecore website (read this earlier post). The changed YAF source can be found as an open source project at [...]</description>
		<content:encoded><![CDATA[<p>[...]   One of my recent projects has been to run YetAnotherForum (YAF) inside a Sitecore website (read this earlier post). The changed YAF source can be found as an open source project at [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using Sitecore users in YetAnotherForum &#171; Brian Pedersen&#8217;s Sitecore and .NET Blog</title>
		<link>http://briancaos.wordpress.com/2009/05/28/running-yetanotherforum-inside-sitecore/#comment-78</link>
		<dc:creator>Using Sitecore users in YetAnotherForum &#171; Brian Pedersen&#8217;s Sitecore and .NET Blog</dc:creator>
		<pubDate>Thu, 28 May 2009 14:40:26 +0000</pubDate>
		<guid isPermaLink="false">http://briancaos.wordpress.com/?p=313#comment-78</guid>
		<description>[...] in the same IIS application (they can, if you change the YAF source code, which I will show in a later post), but with a little piece of open source code you are able to use the Sitecore users in [...]</description>
		<content:encoded><![CDATA[<p>[...] in the same IIS application (they can, if you change the YAF source code, which I will show in a later post), but with a little piece of open source code you are able to use the Sitecore users in [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
