MyBB Community Forums
Forum logo creating problems - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Community Archive (https://community.mybb.com/forum-106.html)
+--- Forum: Archived Forums (https://community.mybb.com/forum-143.html)
+---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html)
+----- Forum: MyBB 1.6 (https://community.mybb.com/forum-138.html)
+------ Forum: 1.6 General Support (https://community.mybb.com/forum-127.html)
+------ Thread: Forum logo creating problems (/thread-146001.html)



Forum logo creating problems - Ashutosh984 - 2013-09-28

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


RE: Forum logo creating problems - .m. - 2013-09-28

can you post the code from header template in php tags


RE: Forum logo creating problems - Ashutosh984 - 2013-09-28

(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>


RE: Forum logo creating problems - .m. - 2013-09-28

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.


RE: Forum logo creating problems - Ashutosh984 - 2013-09-28

Ok sir i will do it but whats a solution of my logo


RE: Forum logo creating problems - .m. - 2013-09-28

^ 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


RE: Forum logo creating problems - Ashutosh984 - 2013-09-29

(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


Forum logo creating problems - Nathan Malcolm - 2013-09-29

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.