MyBB Community Forums

Full Version: Forum logo creating problems
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello sir
i use myBB from last 6 months. I really like it. I face 1 problem in my forum.
The problem is my logo not come in front it come just after help,search etc Sad i try lots of times to modify header but still no effect.
My forum address is <snip>
please help me. I want my logo at the top of my forum. Sad
can you post the code from header template in php tags
(2013-09-28, 11:21 AM).m. Wrote: [ -> ]can you post the code from header template in php tags

<div id="container">

<a name="top" id="top"></a>
<div id="header">
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="images/Fl.jpg" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
<div class="menu">
<ul>
<li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$theme['imgdir']}/toplinks/search.gif" alt="" title="" />{$lang->toplinks_search}</a></li>
<li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$theme['imgdir']}/toplinks/memberlist.gif" alt="" title="" />{$lang->toplinks_memberlist}</a></li>
<li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$theme['imgdir']}/toplinks/calendar.gif" alt="" title="" />{$lang->toplinks_calendar}</a></li>
<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$theme['imgdir']}/toplinks/help.gif" alt="" title="" />{$lang->toplinks_help}</a></li>[[toplinks]]</li>
have you posted code from the correct template set (My Red theme) ? your forum source is showing different code
And it would be better to use not more than 3 themes. a light color theme, a dark one, and a mobile theme should suffice.
Ok sir i will do it but whats a solution of my logo
^ the code you have posted is exactly the required code structure to move logo to the top
<div id="container">
<a name="top" id="top"></a>
<div id="header">
<div class="logo">
// logo related code here
</div>
<div class="menu">
<ul>
<li>
// header menu items here
if position adjustments are required then they can be done with css style codes
(2013-09-28, 03:15 PM).m. Wrote: [ -> ]^ the code you have posted is exactly the required code structure to move logo to the top
<div id="container">
<a name="top" id="top"></a>
<div id="header">
<div class="logo">
// logo related code here
</div>
<div class="menu">
<ul>
<li>
// header menu items here
if position adjustments are required then they can be done with css style codes

sir i am unable to solve my problem. I am very glad to you if you do it for me. Sad please sir
Hi,

The MyBB group offers support under the conditions of our Support Eligibility policy. It is apparent that one or more of your forums do not meet the conditions of our policy and therefore you are ineligible for support. This could be because of adult, piracy or hacking related content or because your forum does not display the minimum “Powered by MyBB” notice.

If you have any questions regarding this policy please post in the Private Inquiries forum.

Regards,
The MyBB group.