MyBB Community Forums

Full Version: Square theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is possible to add "Show unread"? Thanks for reply.
Nice theme. Thanks Big Grin
Is there any documentation for this theme, or just this thread? The instructions given at the beginning of this thread are wrong or out of date.

1. Where can I edit the footer "Fill me with text" list? 

2. Where can I swap out the logo? The settings give images/square/logo.png as the header logo, but that's a generic mybb logo. I can't even find the square used in the header so I can just overwrite it.

3. Where can I edit the "Square" text in the header?

(2016-01-04, 03:01 AM)squeebo Wrote: [ -> ]Is there any documentation for this theme, or just this thread? The instructions given at the beginning of this thread are wrong or out of date.

1. Where can I edit the footer "Fill me with text" list? 

2. Where can I swap out the logo? The settings give images/square/logo.png as the header logo, but that's a generic mybb logo. I can't even find the square used in the header so I can just overwrite it.

3. Where can I edit the "Square" text in the header?

Following up, I looked in Languages » English (American) -> Language Files, and there is nothing I can find there having to do with these settings. The footer code has {$lang->xstyled_aboutus}, but there's no language file containing "about" or "xstyled".

I even searched for the text "Fill me with text" with phpmyadmin throughout all mybb tables and didn't find a thing.

I'm tearing my hair out on this thing. I've been trying to find out where to modify these things for the last 11 hours straight and would greatly appreciate any help.
(2016-01-04, 03:01 AM)squeebo Wrote: [ -> ]Is there any documentation for this theme, or just this thread? The instructions given at the beginning of this thread are wrong or out of date.

1. Where can I edit the footer "Fill me with text" list? 

2. Where can I swap out the logo? The settings give images/square/logo.png as the header logo, but that's a generic mybb logo. I can't even find the square used in the header so I can just overwrite it.

3. Where can I edit the "Square" text in the header?

Sorry but a lot of this questions are solved, that's why this thread has 56 pages xD.

1. From the file "vars_envy.lang.php" located on INC > languages > english, there you can edit all the custom text, including the text on the logo.

2. That's right, but only because maybe someone wants to replace the current logo with an image. The current logo is only formatted text with CSS3. You can change the text "Square" from the same file of the point 1, and the logo from the template "header" (ACP > Templates & Styles > Templates > Square templates > Header Group templates > header).

3. Already replied this.

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>

Cheers.
So to be honest... it's like my 3rd time with MyBB
and I'm making forum for a server network
However... I have an error... or it's just my stupidity 

I'm kinda missing icons....
Can you tell me how to repair it?

Screenshot
http://scr.hu/88iv/u6n64.jpg
(2016-01-08, 10:41 PM)kostek Wrote: [ -> ]So to be honest... it's like my 3rd time with MyBB
and I'm making forum for a server network
However... I have an error... or it's just my stupidity 

I'm kinda missing icons....
Can you tell me how to repair it?

Screenshot
http://scr.hu/88iv/u6n64.jpg

The screenshot gives me an error 404 page.
(2016-01-08, 11:21 PM)eNvy Wrote: [ -> ]
(2016-01-08, 10:41 PM)kostek Wrote: [ -> ]So to be honest... it's like my 3rd time with MyBB
and I'm making forum for a server network
However... I have an error... or it's just my stupidity 

I'm kinda missing icons....
Can you tell me how to repair it?

Screenshot
http://scr.hu/88iv/u6n64.jpg

The screenshot gives me an error 404 page.

Yeah sorry without .jpg
http://scr.hu/88iv/u6n64
(2016-01-08, 11:30 PM)kostek Wrote: [ -> ]
(2016-01-08, 11:21 PM)eNvy Wrote: [ -> ]
(2016-01-08, 10:41 PM)kostek Wrote: [ -> ]So to be honest... it's like my 3rd time with MyBB
and I'm making forum for a server network
However... I have an error... or it's just my stupidity 

I'm kinda missing icons....
Can you tell me how to repair it?

Screenshot
http://scr.hu/88iv/u6n64.jpg

The screenshot gives me an error 404 page.

Yeah sorry without .jpg
http://scr.hu/88iv/u6n64

Go to ACP > Templates & Style > Templates > Square templates > Ungrouped templates > open headerinclude template

Search this line:

<link href="{$mybb->settings['bburl']}/images/square/font-awesome/css/font-awesome.css" rel="stylesheet" type="text/css" />

Replace with this:

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
(2016-01-09, 10:17 AM)eNvy Wrote: [ -> ]
(2016-01-08, 11:30 PM)kostek Wrote: [ -> ]
(2016-01-08, 11:21 PM)eNvy Wrote: [ -> ]
(2016-01-08, 10:41 PM)kostek Wrote: [ -> ]So to be honest... it's like my 3rd time with MyBB
and I'm making forum for a server network
However... I have an error... or it's just my stupidity 

I'm kinda missing icons....
Can you tell me how to repair it?

Screenshot
http://scr.hu/88iv/u6n64.jpg

The screenshot gives me an error 404 page.

Yeah sorry without .jpg
http://scr.hu/88iv/u6n64

Go to ACP > Templates & Style > Templates > Square templates > Ungrouped templates > open headerinclude template

Search this line:

<link href="{$mybb->settings['bburl']}/images/square/font-awesome/css/font-awesome.css" rel="stylesheet" type="text/css" />

Replace with this:

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">



EDIT
Nevermind sorry

(2016-01-09, 12:44 PM)kostek Wrote: [ -> ]
(2016-01-09, 10:17 AM)eNvy Wrote: [ -> ]
(2016-01-08, 11:30 PM)kostek Wrote: [ -> ]
(2016-01-08, 11:21 PM)eNvy Wrote: [ -> ]
(2016-01-08, 10:41 PM)kostek Wrote: [ -> ]So to be honest... it's like my 3rd time with MyBB
and I'm making forum for a server network
However... I have an error... or it's just my stupidity 

I'm kinda missing icons....
Can you tell me how to repair it?

Screenshot
http://scr.hu/88iv/u6n64.jpg

The screenshot gives me an error 404 page.

Yeah sorry without .jpg
http://scr.hu/88iv/u6n64

Go to ACP > Templates & Style > Templates > Square templates > Ungrouped templates > open headerinclude template

Search this line:

<link href="{$mybb->settings['bburl']}/images/square/font-awesome/css/font-awesome.css" rel="stylesheet" type="text/css" />

Replace with this:

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">



EDIT
Nevermind sorry

I just noticed that I cannot change logo on top of the thing
Can you tell me how can I change the logo?
Beautiful theme overal, love the header!