YAFLogo

Gofer01
  • Gofer01
  • 100% (Exalted)
  • YAF Commander Topic Starter
15 years ago
I have YAF up and running. I can't create a second board.

Tried to create throgh Admin Pannel "Failed"

tried to create through app.config "Failed"

	** BoardID Key ** Defaults to: 1 **
  
  You can create as many boards as you want and they will function as seperate
  forums (with seperate users). (Admin->Boards to create new boards.)
  You can also specify "BoardID" in the forum control:
  
  	<YAF:Forum ID="Forum1" runat="server" BoardID="2" />
  	
   -->
	<add key="YAF.BoardID" value="1" />
	<add key="YAF.BoardID" value="2" />
	<!--
tried to create through Defaul2.aspx using this code as the only code "Failed"

<YAF:Forum ID="Forum1" runat="server" BoardID="2" />

I tried to used the combonation settings of app.config and Default2.aspx at the same time. "Failed"

What am I'm doing wrong?


Sponsor