> Forums > Active Forums > Community Support > Default time period in Active topics
Last Post 24 Feb 2012 11:25 AM by Adam Jones. 4 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Sara
Registered Users
Sara
Post Count:5

--
07 Feb 2012 12:03 AM
    • Active Forums Version: 4.3.5
    • DotNetNuke Version: 5.5.1
    Can we change the default time period for Active Topics? I would like to make it yesterday.

    Appreciate your help.


    How can I customize the default time period for Active Topics. I'd prefer to set it for 1 or 2 days
    Ben - DotNetNuke
    DotNetNuke Staff
    Ben - DotNetNuke
    Post Count:1644

    --
    13 Feb 2012 11:28 AM
    There is no setting to control this, but it could be achieved by using some javascript on page load to set the dropdown to a different value.
    Adam Jones
    Customers
    Adam Jones
    Post Count:406

    --
    24 Feb 2012 11:18 AM
    Sara,

    You can achieve this, if you go into the TOOLBAR PANEL.

    There is another discussion about it here, with customizing the toolbar.
    http://www.activemodules.com/active...bar-panel/

    Ben Provided this code:
    <div class="aftoolbarpanel">
        <ul class="af-list-flat">
            <li>Unanswered</li>
            <li></li>
            <li></li>
            <li>Active Topics</li>
                <li>Forums</li>
            <li></li>
            <li></li>
            <li>Search</li>
            <li></li>
        </ul>
        <div class="afclear"></div>
    </div> 


    You can modify this, and remove the Active Topics token, and replace it like below. Just select the appropriate time period your looking for. I have mine set for previous 7 days.

    Adam Jones
    Customers
    Adam Jones
    Post Count:406

    --
    24 Feb 2012 11:21 AM
    It formatted on AM css, so here is the direct line to modify



    Just replace this code in the active topic token, which is like this: [ AF:TB:ActiveTopics ]
    Adam Jones
    Customers
    Adam Jones
    Post Count:406

    --
    24 Feb 2012 11:25 AM
    Here is a graphic for what you want to add into the toolbar template.

    Basically, your going to remove the ActiveTopics token, and just replace it with a direct URL, to the time amount your looking for it, to be by DEFAULT.

    Here is a graphic, so it appears on the site.


    You are not authorized to post a reply.
    > Forums > Active Forums > Community Support > Default time period in Active topics
    test
    Copyright 2012 by DotNetNuke Corporation / Terms of Use / Privacy