In server settings you can disable the button.
As for logo, you can just replace the image in the web folder.
Hi Anton,
i have traccar installed on windows. I have replaced the logo.svg in the C:\Program Files\Traccar\web folder, but it is still showing the old logo?
nevermind, appears caching was screwing me:) it works!
Hi,
In server settings you can only disable the register button
But I want to completely remove register button, how to do it
Hi,
In the app.css file add the following line
#button-1019 {
visibility: hidden;
}
Thanks mate, this helped me big time. Would perhaps be able to assist with hiding the “show” and “export” button in reports? Thanks in advance.
With these lines the “show” and “export” buttons are hidden in the app.css file
#button-1061{
visibility: hidden;
}
#button-1060{
visibility: hidden;
}
Press Ctrl + shift + R update page.
Good day Am
thanks for your help. I tried it on windows and the register button was hidden. But now i have installed traccar on VPS using ubuntu. I don't know how to do this. is there anyone out there who has done it on ubuntu?. Please assist
Good day Am
thanks I figured it out on ubuntu it is working fine now
good evening.
friend @Ken you can show me how you did it I wish to make the change in ubunto too.
Greetings from Colombia
Greetings from Brazil !, does anyone have an update on this topic?
thankful!
I used what @Anton and @Am mentioned on the same forum. Just read from top you will see the answers given by these guys. thanks
Ken, thanks for the feedback friend !, but it didn't work for me, is it because I use 4.12 version free?
There is only one official version of Traccar. There is no paid, enterprise or any other "special" versions.
I am not allowing user to register by themselves.. how to set hide 'Register' button in Login Page? .. and how to change the logo?
please help
thanks