Here is the forum navigator code to be used to create Active Social Custom View
<%@ Register TagPrefix="am" Namespace="Active.Modules.Forums.Controls" Assembly="Active.Modules.Forums.40" %>
<table class="fcv-table">
<tr>
<td class="fcv-nav">
<div class="fcv-wrap">
<am:ForumNavigator PortalId="your portal id" ModuleId="enter the forum module id" TabId="enter the tabid" runat="server">
<itemtemplate>
<ul class="asul">
[AF:DIR:FORUMGROUP]
<li><span class="afn-group">[AF:DIR:FORUMGROUPNAME]</span>
<ul class="afn-groupset">
[AF:DIR:FORUM]
<li class="afn-forum [AF:DIR:SELECTEDFORUM]"><a href="[AF:DIR:FORUMURL]"><b></b>[AF:DIR:FORUMNAME]</a>
[AF:DIR:SUBFORUM]
[/AF:DIR:SUBFORUM]
</li>
[/AF:DIR:FORUM]
</ul>
</li>
[/AF:DIR:FORUMGROUP]
</ul>
</itemtemplate>
</am:ForumNavigator>
</div>
</td>
</tr>
</table>