I have the latest version installed and I want to change the logo on login screen and all pages like mentioned here : https://timmehosting.de/logo-ispconfig-aendern , but it seems there is no option for me like here : this thread is not working for me : ISP Config 3.1 custom logo | Howtoforge - Linux Howtos and Tutorials , and this as well : mxdigit.com/index.php?rp=/knowledgebase/631/ISPConfig-how-to-change-the-logo.html , The problem is can not find the ISP config database in the mydomain.com/phpmyadmin/ it will be a great feature if you can restore the upload custom logo functionality in the system settings Thank you !
There is no such function in ISPConfig. The Timmehosting ISPConfig is not the same software as the OpenSource ISPConfig, so do not look at their docs if you use ISPConfig on your own servers. The Instructions on how to set a custom logo can be found here: https://forum.howtoforge.com/threads/isp-config-3-1-custom-logo.74015/ Then you are not logged in as MySQL root user.
These instructions work great for the logo. Is there anything similar for the favicon, it seems to be strongly related to the theme, and it'd be overkill to write a theme just for that
Thank you for your answer. As a workaround, I uploaded my icons in /var/www/favicon and put the following line in an apache config: Code: Alias /themes/default/assets/favicon /var/www/favicon
Alternatively, you could probably also just overwrite the ISPConfig favicon and then make the file immutable with chatter so that it does not get overwritten by the next ISPConfig update.