Page 1 of 1

Montage after login

Posted: Mon Oct 05, 2009 8:23 am
by DREMA
Is there a way to make zm display the montage view after the login screen? Or a custom montage page with a link to the console in the top?

Any ideas appreciated.

Posted: Wed Oct 14, 2009 4:55 pm
by zoneminder
You can change the line

Code: Select all

if ( empty($view) )
    $view = isset($user)?'console':'login';
in web/skins/classic/skin.php which should do what you want. Bear in mind that you will be stuck with that view as there will not be any links present.