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>
There is a solution / 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>
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)
std::shared_ptr / weak_ptr insted of boost