2016-01-04, 03:50 AM
(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.
I don't give support on PM.