Still looking for solution.
I try from other site. I make custom DNN module with reference to Active.Modules.Forums.40.dll to display only one specified forum topic.
View.ascx file looks like this:
<%@ Register TagPrefix="af" Namespace="Active.Modules.Forums" Assembly="Active.Modules.Forums.40" %>
<af:ActiveForums runat="server" ID="af1" ForumId="1" />
but I get exception:
Object reference not set
to an instance of an object.
Obviously I also try other properties like: ForumTabId, ForumModuleId, ForumGroupId etc. with the same error.
Question is: How put Active Forum control in custom module?
Thanks