My logo jpg is downloaded but does not appear

jean Du Corney Posted in Technical Support 7 years ago

Hello, I replaced the logo "Open source social network" by mine, but on my page always appears "Open source social network", nevertheless when I open the file logo.jpg, it is good my logo which appears. Would there be anything to change?

Replies
French Jean Du Corney Replied 7 years ago

Merci Zet Man, tout est ok
enter image description here

German Michael Zülsdorff Replied 7 years ago

Please stop spreading these kind of strange "advices", Gh0st Snipu.

If the location and the name of the image has not changed, there's absolutely no need for poking around in the code.

Changing the core files isn't recommended anyway - see https://www.opensource-socialnetwork.org/wiki/view/704/should-i-modify-core-files

Finnish Gh0st Snipu Replied 7 years ago

system->plugins->default->pages->contents-> index.php and
change the "/" img src="<?php echo ossnthemeurl();?>images/logo.png" / to look like this
img src="<?php echo ossnthemeurl();?>/images/logo.png" /

then re-fresh your page. Worked for me just fine...all those olders topics/tutorials didnt work at all..this one works 4.4 version.

German Michael Zülsdorff Replied 7 years ago

Please read the Ossn documentation first, before opening a topic.
Following the steps outlined in https://www.opensource-socialnetwork.org/wiki/view/1137/how-to-find-something-a-word-pattern-in-the-source-code you'll notice that the file you have to change is not logo.jpg but logo.png.