Page 1 of 1

Changing Web interface

Posted: Sun Aug 16, 2015 4:04 pm
by Zmjm15
Hi guys,

I was wondering if there was any way to change the homepage of Zoneminder, to say something like "House X", intead of Zoneminder. Also on the login to change the name as well?

Many thanks

Re: Changing Web interface

Posted: Sun Aug 16, 2015 4:51 pm
by asker
No automatic way to do it, but its very easy.
Just edit the relevant line in login.php for the login change and console.php for the main screen change.
They are both in skins/classic/views

Note that the next time you upgrade it will get removed
Zmjm15 wrote:Hi guys,

I was wondering if there was any way to change the homepage of Zoneminder, to say something like "House X", intead of Zoneminder. Also on the login to change the name as well?

Many thanks

Re: Changing Web interface

Posted: Sun Aug 16, 2015 5:51 pm
by PacoLM
If you are referring to the name of the Tab when you open the zoneminder server in your web browser, then you could change it under Options:: Web::WEB_TITLE_PREFIX.

Hope it helps,

PacoLM

Re: Changing Web interface

Posted: Sun Aug 16, 2015 7:44 pm
by Zmjm15
Yep that's done it!

Also,

Is there anyway I can restrict a specific user from being able to see the options and log ?

Many thanks

Re: Changing Web interface

Posted: Sun Aug 16, 2015 8:13 pm
by Zmjm15
Please ignore my last post I have now found it in the user's section!

Many thanks again all!

Re: Changing Web interface

Posted: Sun Aug 16, 2015 9:00 pm
by Zmjm15
Actually,

Just to follow up on this,

Anyone know how to make the new "Flat" skin the default skin to use for all users?

As mine keeps defaulting back to the classic when i clear my cache out.

Many thanks!

Re: Changing Web interface

Posted: Sun Aug 16, 2015 9:32 pm
by asker
This used to be the case in earlier versions. To my knowledge, as of today if you go to options and select default CSS to flat it is written in the Database and if you clear your cookies it picks up the default from the DB.

Take a look at login.php around line 62 to get an idea of its order of checking for skin and its default if nothing is found.

Make sure you are on the latest version.
Zmjm15 wrote:Actually,

Just to follow up on this,

Anyone know how to make the new "Flat" skin the default skin to use for all users?

As mine keeps defaulting back to the classic when i clear my cache out.

Many thanks!