Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Solved Forum logo creating problems
#1
Not Solved
This user has been denied support. This user has been denied support.
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
#2
Not Solved
can you post the code from header template in php tags
#3
Not Solved
This user has been denied support. This user has been denied support.
(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>
#4
Not Solved
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.
#5
Not Solved
This user has been denied support. This user has been denied support.
Ok sir i will do it but whats a solution of my logo
#6
Not Solved
^ 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
#7
Not Solved
This user has been denied support. This user has been denied support.
(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
#8
Not Solved
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.
No longer involved in the MyBB project.


Forum Jump:


Users browsing this thread: 7 Guest(s)