Not Solved Header logo
#1
Not Solved
How can i add a image logo to the top of my forum what is the code i need to look for in the header template and where do i put the image for my logo please help thanks
Reply
#2
Not Solved
Goto Admin CP >> Themes >> Your Theme >> Board Logo and enter the url of the image there

alternatively you can change it from here also in the header templates
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
We can't help everyone, but everyone can help someone - Ronald Reagan
Did you know? Your question has already been answered. But you haven't searched it yet.
Don’t  Forget to “Mark as Solved” after the fix
Reply
#3
Not Solved
Ok thanks that works i now have another problem is there a code to put images on the left or right side in the header template thanks so they will then show at the top of the forum
Reply
#4
Not Solved
To do that it might be best to use a floating div. Something like this...

<div style="float: left;"><img src="http://www.imageurl.com" /><div>

Its not a great way of doing it but it should work and its an easy copy and paste. You should really add any styling to the stylesheet and just keep only plain html in the templates.
Reply
#5
Not Solved
Thanks again
Reply
#6
Not Solved
Instead of using inline stying, set the div class to float_left which is already pre-defined in your theme CSS
Tindris
MyBB Support Technician
Reply
#7
Not Solved
Ok thanks Tindris
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)