YAFLogo

Naresh Kumar Sah
  • Naresh Kumar Sah
  • 52% (Neutral)
  • YAF Forumling Topic Starter YAF Version: 3.2.2
6 months ago
Hi,

I have created a new board, but it is not appearing on our forum. Could anyone suggest the correct approach to display the board on our forum?

 

Sponsor
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
6 months ago
To switch to the new board ether you set the Board ID in the web.config in the appsettings section

<appSettings>
...
<add key="YAF.BoardID" value="XXX" />
...
</appSettings>

XXX = is the board ID

or you change it in the forum control inside the default.aspx

<YAF:Forum runat="server" ID="forum" BoardID="XXX"></YAF:Forum>

XXX = is the board ID