The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/printthread.php 16 require_once



UserSpice
Trying to change logo - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23)
+--- Forum: UserSpice 4.4 (https://userspice.com/forums/forumdisplay.php?fid=27)
+--- Thread: Trying to change logo (/showthread.php?tid=1538)



Trying to change logo - mcburnia - 06-26-2019

Hi, newbie here.

I'm trying to change the standard userspice logo to my own logo and have followed the instructions (the only ones I could find) for US4.3 or earlier and having copied my own logo to /users/images/logo.png.

I have also tried changing the line:  

<a class="" href="<?=$us_url_root?>"><img class="img-responsive" src="<?=$us_url_root?>users/images/logo.png" alt="" /></a>
to
<a class="" href="<?=$us_url_root?>"><img class="img-responsive" src="<?=$us_url_root?>images/logo_v6.png" alt="" /></a>

But still the UserSpice logo prevails!

Any ideas as to what I am doing wrong?

cheers
Andi


RE: Trying to change logo - mudmin - 06-26-2019

My guess is that it is cached in your browser. The proper way to do it is to replace the existing logo.png file and then you will probably have to hit shift f5 or control f5 declare your browser history for that page


RE: Trying to change logo - mcburnia - 06-26-2019

(06-26-2019, 11:31 AM)mudmin Wrote: My guess is that it is cached in your browser. The proper way to do it is to replace the existing logo.png file and then you will probably have to hit shift f5 or control f5 declare your browser history for that page

Hi Mudmin, tried the refresh cache approach and that didn't work either which is why I posted this.

I'll keep trying, and thanks for the rapid response.

Love UserSpice though, can Imagine it will be very useful once I fully understand it.

(06-26-2019, 11:31 AM)mudmin Wrote: My guess is that it is cached in your browser. The proper way to do it is to replace the existing logo.png file and then you will probably have to hit shift f5 or control f5 declare your browser history for that page

All working, you were as expected, correct. Thanks

Andi