Menu

Default level of detail in modules page

Marco Nef
2018-09-11
2018-11-21
  • Marco Nef

    Marco Nef - 2018-09-11

    When the modules page is opened in a browser the level of detail is set
    to 4. Is there a option to change this behaviour? (I want the page to
    show level 2 when loaded)

     
  • Marco Nef

    Marco Nef - 2018-11-21

    There is a workaround / hack: At the end of the template add the following JS:

    <script type="text/javascript">
    if(window.location.href.indexOf('modules.php') >= 0)
    {   toggleLevel(2);
    }
    </script>
    
     

    Last edit: Marco Nef 2018-11-21

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.