Hi, is possible to make a direct link to a subsection, for example, from dashboard to sites/web_subdomain_list ?
The interface is ajax based, so you have to load content into the content area by callung a ajax function. e.g.: onclick="loadContent('sites/web_subdomain_list.php');"
Above, you posted a link to a list page and list pages are loaded like this. If you want to switch to a different module, then use the ajax function: capp(module, redirect)
I would like do to both things. I have to change tab and subsection of the new tab, at the same time, for example, going from DNS tab to database creation page that is in a different tab.