MyBB Community Forums

Full Version: Logo not changing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
I can not even log in now after clear the sved cookies and cache
^ hmm., may be you have to try a different browser ...
Nope samething with IE and Firefox
Your cookie settings are wrong, very wrong! See this thread for how to fix them - http://community.mybb.com/thread-74904.html
Edit : not seen AJS's response Smile
___________________________

please check your cookie settings ; see : Login Logout problems ...
how would this is auto change as I was only changing things in my index file to my current theme?
ok for some reason it has just happened again. Im not touching any of the core settings. infact im not touching any settings other than my theme. Im just trying to get this bloody image to change
^ may be you have not noticed the login / logout problems earlier ...
reset cookie domain & cookie path as Login Logout problems ... says
I was having this problem when I moved my forums but that got all fixxed. Now after a couple of weeks it has just started all over again. I have done everything that link has told me to do
(2011-10-26, 08:24 AM)ranjani Wrote: [ -> ]it should be in logo div ; something similar to below :

<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img title="TechGalaxy Forums" alt="TechGalaxy Forums" src="http://i.imgur.com/1u6ZQ.jpg" ilo-full-src="http://i.imgur.com/1u6ZQ.jpg"></a></div>

OR is it :

<div class="logo">
<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>
</div>


if it is like first code then you can change the image source URL there ...

if it is like second code then you have to check the theme properties for logo URL

Where can I find this code?
is your inc/settings.php file writeable ? see CHMOD files if required ...
I did change that first when I was having the problems. I have deleted and then let mybb self write a new settings.php and just check if it was writeable and just changed it back to 666
ok now seeing as this is fixed. any more help with the logo, as I can not seem to find that code you pointed out
Pages: 1 2 3