MyBB Community Forums

Full Version: LOGO SUDDENLY DISAPPEAR IN MYBB 1.8.5.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Respected sir, 

I am using mybb version 1.8.5.

I delete some unwanted plugins installed by me.

Then suddenly my forum logo is disappear. 

I tried in many ways . But no use.

My forum name is www.satfriends.net.

Please help me sir.
the img tag is missing the image path....


ACP >> Templates >> Header Templates >> header

make sure you have the following code correctly...  you can specify a custom image path/url if needed...

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

Now problem solved.

+ Rep add.