YAFLogo

piero_goku
  • piero_goku
  • 50.2% (Neutral)
  • YAF Camper Topic Starter
11 years ago
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.

Sponsor
piero_goku
  • piero_goku
  • 50.2% (Neutral)
  • YAF Camper Topic Starter
11 years ago
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?
Thoa
  • Thoa
  • 50.2% (Neutral)
  • YAF Camper
11 years ago
Read this:

http://yafnet.codeplex.com/documentation 

piero_goku
  • piero_goku
  • 50.2% (Neutral)
  • YAF Camper Topic Starter
11 years ago
Thanks 😃... 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?

jpweber
  • jpweber
  • 94.4% (Exalted)
  • YAF Commander
11 years ago
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:


Jason Weber

USS Vision YAF 

"Money is better than poverty, if only for financial reasons"

piero_goku
  • piero_goku
  • 50.2% (Neutral)
  • YAF Camper Topic Starter
11 years ago
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 "~/" :

-->