WallBB Forums
logo - Printable Version

+- WallBB Forums (https://wallbb.co.uk/forums)
+-- Forum: Theme Section (https://wallbb.co.uk/forums/forumdisplay.php?fid=5)
+--- Forum: Theme Support (https://wallbb.co.uk/forums/forumdisplay.php?fid=10)
+--- Thread: logo (/showthread.php?tid=32)

Pages: 1 2


logo - Kimon - 12-04-2017

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


RE: logo - WallBB - 12-04-2017

https://wallbb.co.uk/forums/Thread-Focus-Theme-How-to-add-image-based-logo-in-Focus-MyBB-Theme
https://wallbb.co.uk/forums/Thread-Orange-Theme-How-to-modify-logo-in-Orange-MyBB-Theme
The below tutorials should give you help regarding logo change Smile


RE: logo - Kimon - 12-04-2017

Thank you so much Smile


RE: logo - Kimon - 12-04-2017

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)


RE: logo - WallBB - 12-05-2017

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


RE: logo - Kimon - 12-05-2017

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>



RE: logo - Kimon - 12-07-2017

Soooo?


RE: logo - WallBB - 12-07-2017

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



RE: logo - Kimon - 12-07-2017

Oh alright, thanks Smile By the way, is there a recommended size for my logo? Thanks again.


RE: logo - WallBB - 12-07-2017

280x70 is the recommended size but I will say you can experiment as well based on the size of your text as well.