> Forums > Active Forums > Themes and Templates > AF 4.3 Directory Control Custom View Example?
Last Post 04 Jan 2011 08:44 PM by mmoney. 4 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
mmoney
Customers
mmoney
Post Count:150

--
06 Dec 2010 09:14 AM
    • DotNetNuke Version: 5.6.0
    • Active Forums Version: 4.3.2
    Hi,

    I was wondering if it's possible yet to get a sample of the a AS custom view with the new AF directory (navigator) control in it?

    Thanks
    Ray Dixon
    Customers
    Ray Dixon
    Post Count:199

    --
    21 Dec 2010 06:52 PM
    I'd like to see this too!
    Ben Thompson
    Customers
    Ben Thompson
    Post Count:230

    --
    04 Jan 2011 02:31 AM
    +1
    www.itproject.com.au
    Ben Thompson
    Customers
    Ben Thompson
    Post Count:230

    --
    04 Jan 2011 07:54 PM
    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>
    
    
    
    
    www.itproject.com.au
    mmoney
    Customers
    mmoney
    Post Count:150

    --
    04 Jan 2011 08:44 PM
    Thanks Ben!
    You are not authorized to post a reply.
    > Forums > Active Forums > Themes and Templates > AF 4.3 Directory Control Custom View Example?
    test
    Copyright 2012 by DotNetNuke Corporation / Terms of Use / Privacy