user6ix Posted February 3, 2018 Share Posted February 3, 2018 Hi, Is there a way to change the logo of admin login page and in the dashboard but the same filename? I've tried to change the file name inside public_html/whmcs/admin/images/loginlogo.jpg public_html/whmcs/admin/templates/blend/images/logo.gif and still no luck, please help. Link to comment Share on other sites More sharing options...
servetas Posted February 3, 2018 Share Posted February 3, 2018 For the login page, the logo is on your whmcs directory/assets/img/whmcs.png. Regarding the dashboard, which admin dashboard are you using? 1 Link to comment Share on other sites More sharing options...
brian! Posted February 3, 2018 Share Posted February 3, 2018 4 hours ago, user6ix said: Is there a way to change the logo of admin login page and in the dashboard but the same filename? I've tried to change the file name inside public_html/whmcs/admin/images/loginlogo.jpg public_html/whmcs/admin/templates/blend/images/logo.gif changing the logo.gif file in the above 'blend' path should change it on the dashboard... and changing /assets/img/whmcs.png should change it on the login page. if you're not seeing a change (e.g the old image is cached in the browser), you may need to shift+refresh in the browser. it's also worth remembering that if you just replace these files with new images, then the automatic updater will probably replace them during an update... similarly, if you modified the templates to use a new filename, those templates would get replaced during an update too. if the paths/filenames for these logos were defined in variables, you could modify them using hooks, but I don't think there's a quick way to do it. 1 Link to comment Share on other sites More sharing options...
user6ix Posted February 3, 2018 Author Share Posted February 3, 2018 Servetas, im using blend and it fix the issue after clearing my cache. brian!, noted Thank you servetas and brian! Link to comment Share on other sites More sharing options...
Recommended Posts