How do I change it?
In v4 you could change the file and add out company logo, but in v5 only file i found was the login logo.
HELP Please.
How do I change it?
In v4 you could change the file and add out company logo, but in v5 only file i found was the login logo.
HELP Please.
right click on the file find its path (admin/templates/v4/img/), you could never change the logo, you had to do it in the template, or by replacing the logo itself
If its not in the admin images, try looking in whmcs/images/ there are logos there too
Here you go mate...It is very easy in v5.0.3. Just edit the file Sprite.png. Erase the WHMCS logo and add your own. Save the file and replace it on your server. 5 minutes. Enjoy. Now your logo will show up on the admin page. BTW, I use the default template.
/admin/templates/v4/images/sprite.png
You have to change it depending on what template you are using...
first visit HOME-->MyAccount and see what template you are using.
if your using the v4 template, edit..
/admin/templates/v4/images/sprite.png
overwrite sprite.png with your own logo.
DONE ;-)
sprite? erm, i dont know ive not checked but sprites as i know them are a bunch of images within one image that are positioned using css to display them, this is done to save on http calls at the expense of a larger initial download, but much faster method because once its downloaded it gets reused and not redownloaded. if you just overwrite a sprite (unless your replacing with a matching sprite) you will cause a mass of display problems throughout pages using that sprite.