YAFLogo

Posted by: piero_goku - Wednesday, 28 November 2012 18:40:46
Hi! I'm new...i'm searchin on internet and i find the installation of YAF very difficult. There is a tutorial? The README in the bin is not good to install the forum. On the web i'm searching but i can't finf nothing. Can you help me? Thanks.

Posted by: piero_goku - Thursday, 29 November 2012 13:27:08
Hi friends...can you hel me with the web config? In the sectione pages if i set the clientIDmode as "AutoID" (default), my home page and master page don't rendering good, but with all another setting (static, inherit, predictable ) they show well. How can i change the clientIDmode for my site and for the forum?

Posted by: Thoa - Thursday, 29 November 2012 18:18:35
Read this: http://yafnet.codeplex.com/documentation

Posted by: piero_goku - Saturday, 1 December 2012 17:50:25
Thanks :D... The documentation is not very very simple, but now i have on my localhost the forum!!! The Database.mdf in the zip package was for sql server 2008 R2 and i have 2008 only. I have decided to change the Database.mdf(R2) with a new Database.mdf(2008 only) and it work. I have some problems with a web.config...i must copy it in may root directory? I have www.mysite.it for example and i copy the recommended web config and the others files *.config here? I have the forum files in www.mysite.it/Forum... Now i'm trying to install yaf in my web solution in VS2010 but i can't understand how i can do it... I have another question: in the administrator panel, how can i set the permission to registered users for reply only at my post? The registered user can't create the topics, but he can reply to my post. It 's possible?

Posted by: jpweber - Friday, 7 December 2012 21:39:39
Those are too many questions for one post. I'd repost a separate question. I mean, you're going to have to go into IIS7 and open up your website, right-click your /forum/ folder, and set the folder as an application, for one. You may have to merge your web.configs and put them in your root folder. Personally, I have a web.config in my root, and one in my /knowledgebase/ folder ... two separate web.configs. But you'll have to have these lines in your app.config file: [indent] [/indent]

Posted by: piero_goku - Saturday, 8 December 2012 12:04:45
Thanks. Now i have set the project in this way: Run on iis 7 and i have all files of my yaf in ~/Forum directory. I have cut and paste the folder App_Browser and App_Data and Bin of YAF's zip file in my project folder. I have copied all file *.config in YAF's zip file in my prject folder: "~/" . I have cut the code from the Web.config in "~/" : -->