MyBB Community Forums

Full Version: how to change the square logo by Admin panel
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am trying to change the square theme logo.

what I did:

I renamed the
images/square/logo.png
to
images/square/logo_orgsquare.png

I added my logo:
images/square/logo2.png

I login as admin and go to templates & styles >> themes >> square >> edit theme >> Theme properties
>> Board Logo
and I change the content to:
images/square/logo2.png

this does not work.
why?

thanks in advance for your answer
Cees
http://bricks4brains.rocks/mybb/
that's because there is no logo.
(2017-01-02, 10:39 PM)Rōshi Wrote: [ -> ]that's because there is no logo.

What a short answer! I am a bit blown away.

Why is there the input field [Board logo], see attached picture?

Roshi put me on the right track. The answer is: change it in the header.

edit header of template of the square templates

In the header templates there is the header >> option >> full edit

you see the line:
<div class="logo"><div class="logo2"><i class="fa fa-cube fa-fw"></i></div> Squares</div>
change this into:

<div class="logo"><img src="images/square/logo 188x75 trsp4.png" ></div>

where my logo's name is [logo 188x75 trsp4.png]
I placed it in the directory
images/square/


BTW great theme!! love it