YAFLogo

Posted by: Naresh Kumar Sah - Tuesday, 19 March 2024 11:15:26
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?  

Posted by: tha_watcha - Tuesday, 19 March 2024 11:29:59
To switch to the new board ether you set the Board ID in the web.config in the appsettings section [code=markup]<appSettings> ... <add key="YAF.BoardID" value="XXX" /> ... </appSettings>[/code] XXX = is the board ID or you change it in the forum control inside the default.aspx [code=markup]<YAF:Forum runat="server" ID="forum" BoardID="XXX"></YAF:Forum>[/code] XXX = is the board ID