- Joined
- Aug 20, 2018
- Messages
- 240
On vBulletin sites (and here at TAZ running on Xenforo)...there's a clickable website logo image in the extreme upper left of each webpage. What I want to do is...find the location of this image file on my server...so I can replace it with a different image or modify the current image.
Example I'm referring to this clickable logo (of course different on my website):

If I'm at my websites home page (and using Chrome browser)...if I right-click on this logo image & choose "Inspect" the Chrome inspector gives me this as the location of the image on my server:
<img src="https://www.example.com/images/website-images/logo.png"
If I go to this directory on my sites server...there indeed is a file located there named "logo.png". The problem is if I:
- change the file name of this image file
- move the image file to a different directory
- delete this image file from the server
...the image still displays on my website. This seems to tell me that what the Chrome Inspector is telling me is incorrect or this website image file is actually located somewhere else on my server (I've done a server search & cannot find the "logo.png" file anywhere else).
I also understand that the vBulletin 4 "header" template contains the coding for this clickable logo container...but looking at the vBulletin "header" template code hasn't really helped (given my limited knowledge of coding).
I've also cleared the caches on my computer & browser...and this hasn't helped. This "logo.png" file was deleted from my sites server for about an hour before I created this thread...and the logo image is still displaying.
I've pretty much exhausted all ideas I can think of...does anyone else have any suggestions for me?
Thanks
Example I'm referring to this clickable logo (of course different on my website):

If I'm at my websites home page (and using Chrome browser)...if I right-click on this logo image & choose "Inspect" the Chrome inspector gives me this as the location of the image on my server:
<img src="https://www.example.com/images/website-images/logo.png"
If I go to this directory on my sites server...there indeed is a file located there named "logo.png". The problem is if I:
- change the file name of this image file
- move the image file to a different directory
- delete this image file from the server
...the image still displays on my website. This seems to tell me that what the Chrome Inspector is telling me is incorrect or this website image file is actually located somewhere else on my server (I've done a server search & cannot find the "logo.png" file anywhere else).
I also understand that the vBulletin 4 "header" template contains the coding for this clickable logo container...but looking at the vBulletin "header" template code hasn't really helped (given my limited knowledge of coding).
I've also cleared the caches on my computer & browser...and this hasn't helped. This "logo.png" file was deleted from my sites server for about an hour before I created this thread...and the logo image is still displaying.
I've pretty much exhausted all ideas I can think of...does anyone else have any suggestions for me?
Thanks