YAFLogo

Posted by: Mercury - Saturday, 27 December 2008 06:44:18
I am building a website that needs a forum. YAF looks great :) I think I can integrate yaf by making default.aspx use my master page. I already have a database of users and register/login stuff. I would like to use this as the primary authentication mechanism. My question is: is this supported? I don't want to reinvent the wheel... Thanks Nick

Posted by: mddubs - Saturday, 27 December 2008 08:27:15
There is documentation on this and information throughout the site. To sum it all up... 1. If your existing membership system uses the ASP.NET Membership Framework then you're in luck, you can integrate YAF easily. 2. If you built your own membership system, you'll either want to convert it to use the ASP.NET Membership Framework or manually merge your data into YAF using scripts or whatever.

Posted by: rbozo - Thursday, 15 January 2009 13:29:12
The instructions I put together on this link are for SharePoint, but should be applicable for your question. http://forum.yetanotherforum.net/yaf_postst7321_How-to-install-YAF-in-a-SharePoint-sub-directory.aspx Good luck!