On Sale - Peach MyBB Theme - 10$ For limited time Check here
On Sale - Focus Responsive Theme - 20$ For limited time Check here
logo
#1
Hey,

I understand that you are probably not supposed to help me on this but, I am kinda new to MyBB and I can't find many atleast clear tutorials of how to change the logo of my forums. If you did help me, I would be grateful.

Thanks,
Kimon
#2
https://wallbb.co.uk/forums/Thread-Focus...MyBB-Theme
https://wallbb.co.uk/forums/Thread-Orang...MyBB-Theme
The below tutorials should give you help regarding logo change Smile
#3
Thank you so much Smile
#4
Well, I do not understand the step 5. I have tried doing it but it doesn't work. (Well I guess I am doing something wrong but okay)
#5
(12-04-2017, 09:15 PM)Kimon Wrote: Well, I do not understand the step 5. I have tried doing it but it doesn't work. (Well I guess I am doing something wrong but okay)
Oh, no worries mate Smile
Can you share your header template here ?
#6
Code:
<div class="header">
<a name="top" id="top"></a>
<div class="wrapper">
<div class="logo">
  <a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a</div>
 <!-- If you want to use Image based logo, uncomment this               <div class="logo">
 <a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" title="{$mybb->settings['homename']}" alt="{$mybb->settings['homename']}"></a></div>
-->
</div>
<div class="tophead">
<div class="wrapper">
<div style="float: right;">{$welcomeblock}</div>
</div>
</div>
</div>
<div id="container">
<div id="m_menu">
<div class="wrapper">
<ul id="menu">
{$menu_portal}
<li><a href="{$mybb->settings['homeurl']}"><i class="fa fa-comments"></i> Forums</a></li>
{$menu_search}
{$menu_memberlist}
{$menu_calendar}
<li><a href="{$mybb->settings['bburl']}/misc.php?action=help" class="help"><i class="fa fa-question-circle"></i> {$lang->toplinks_help}</a></li>
                        <li>{$quicksearch}</li>
</ul>
</div>
</div>
<div id="content">
<div class="wrapper">
{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
{$pending_joinrequests}
{$awaitingusers}
<navigation>
#7
Soooo?
#8
(12-07-2017, 12:54 PM)Kimon Wrote: Soooo?

Hi,
I thought I helped you but I forgot this I guess.
You have error in </a>
Use this code

Code:
<div class="header">
<a name="top" id="top"></a>
<div class="wrapper">
<div class="logo">
  <a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
<!-- If you want to use Image based logo, uncomment this               <div class="logo">
<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" title="{$mybb->settings['homename']}" alt="{$mybb->settings['homename']}"></a></div>
-->
</div>
<div class="tophead">
<div class="wrapper">
<div style="float: right;">{$welcomeblock}</div>
</div>
</div>
</div>
<div id="container">
<div id="m_menu">
<div class="wrapper">
<ul id="menu">
{$menu_portal}
<li><a href="{$mybb->settings['homeurl']}"><i class="fa fa-comments"></i> Forums</a></li>
{$menu_search}
{$menu_memberlist}
{$menu_calendar}
<li><a href="{$mybb->settings['bburl']}/misc.php?action=help" class="help"><i class="fa fa-question-circle"></i> {$lang->toplinks_help}</a></li>
                        <li>{$quicksearch}</li>
</ul>
</div>
</div>
<div id="content">
<div class="wrapper">
{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
{$pending_joinrequests}
{$awaitingusers}
<navigation>
#9
Oh alright, thanks Smile By the way, is there a recommended size for my logo? Thanks again.
#10
280x70 is the recommended size but I will say you can experiment as well based on the size of your text as well.




Users browsing this thread: 1 Guest(s)