Customize the Zoneminder name at login (title) and few other sections

Forum for questions and support relating to the 1.30.x releases only.
Locked
aruneshdutta
Posts: 24
Joined: Tue Aug 15, 2017 3:33 am

Customize the Zoneminder name at login (title) and few other sections

Post by aruneshdutta »

Hello All

I installed Zoneminder 1.30.4

I wanted to know can the Zoneminder login shown during the login section be changed as per my requirements and also if possible can the inside heading mentioning zoneminder be customized

Thanks and regards
rockedge
Posts: 1173
Joined: Fri Apr 04, 2014 1:46 pm
Location: Connecticut,USA

Re: Customize the Zoneminder name at login (title) and few other sections

Post by rockedge »

sure you can. the file to modify is /usr/share/zoneminder/www/skins/classic/views/login.php

for example change line 18
from:

Code: Select all

<h1>ZoneMinder <?php echo translate('Login') ?></h1>
to:

Code: Select all

<h1>ZoneMinder Customized <?php echo translate('Login') ?></h1>
then logout and login and see the small change.
aruneshdutta
Posts: 24
Joined: Tue Aug 15, 2017 3:33 am

Re: Customize the Zoneminder name at login (title) and few other sections

Post by aruneshdutta »

Thanks it works fine..is there a way to change the text while logging in showing zoneminder and after logging in in the top zoneminder console and edit version hyperlink
Locked