MyBB Community Forums

Full Version: Square Theme logo !?!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
hello everyone , 

I have a question , before eNvy for that nice theme http://community.mybb.com/thread-159593.html 

and I like it and I want to use it , I want to know how to edit the logo and I know I should delete logo and upload new logo.png , but I can't found the same logo in file (the logo name square ) but the logo in upload mybb , and not only the logo ( other pictures too ) , and I hope I found the answer , and thanks everyone .


______________________________________________________________________

and sorry for my bad english .
this is an text base logo you can change words square to any other . You just want to edit plugin language file provided with the theme . You can find it under inc/languages/ but i forgot the name of lang file . You can check theme package . And open the lang file and find square and change it to your site name .
If you want to just use an image instead of text for the logo, in the header template, replace this:

<div class="logo"><div class="logo2"><i class="fa fa-cube fa-fw"></i></div> {$lang->xstyled_logo}</div>

With this:

<div class="logo"><img src="path to your own image" /></div>

Regards.
(2016-06-07, 11:46 AM)iturdu Wrote: [ -> ]this is an text base logo you can change words square to any other . You just want to edit plugin language file provided with the theme . You can find it under inc/languages/ but i forgot the name of lang file . You can check theme package . And open the lang file and find square and change it to your site name .

okay thanks for help , I have a another question , how can I edit this >>

[Image: 1465306367171.png]

(2016-06-07, 12:32 PM)eNvy Wrote: [ -> ]If you want to just use an image instead of text for the logo, in the header template, replace this:

<div class="logo"><div class="logo2"><i class="fa fa-cube fa-fw"></i></div> {$lang->xstyled_logo}</div>

With this:

<div class="logo"><img src="path to your own image" /></div>

Regards.

where I can found the code ?
(2016-06-07, 01:34 PM)aysam123 Wrote: [ -> ]
(2016-06-07, 11:46 AM)iturdu Wrote: [ -> ]this is an text base logo you can change words square to any other . You just want to edit plugin language file provided with the theme . You can find it under inc/languages/ but i forgot the name of lang file . You can check theme package . And open the lang file and find square and change it to your site name .

okay thanks for help , I have a another question , how can I edit this >>

[Image: 1465306367171.png]

(2016-06-07, 12:32 PM)eNvy Wrote: [ -> ]If you want to just use an image instead of text for the logo, in the header template, replace this:

<div class="logo"><div class="logo2"><i class="fa fa-cube fa-fw"></i></div> {$lang->xstyled_logo}</div>

With this:

<div class="logo"><img src="path to your own image" /></div>

Regards.

where I can found the code ?

You can find the code in header template of square theme . Goto theme sections and select templates from the left menu and select square templates . Then expand header templates and open header and find the code as eNvy said .

For the width of content it may be #content in global.Css of square theme .
@iturdu 
I edited the logo ( Squara )+ About us (fill me the text pleasssse) , but see what happened ...

[Image: 1465316164631.png]

_________________________________________________________________________________________

[Image: 1465316250011.png]
Activate the plugin please .
ok , thanks for help . 

but I have other question lol 

how to edit this ?
 [Image: 1465379276911.png]



__________________________________________________________________________________________

and this ?!!!!


[Image: 1465379118411.png]
for first image you can find login page text in plugin language file .

For second You can find the welcome text in welcom_header_guest template .
Pages: 1 2