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.
(2015-03-31, 07:56 AM)amanda2014 Wrote: [ -> ]
(2015-03-31, 03:01 AM)eNvy Wrote: [ -> ]Thanks amanda, I'm gonna see the changes on all the templates and see if this needs a new update.

Edit: Updated to MyBB 1.8.4, the "most" valuable changes are the update to jQuery and someting related to the login box, but nothing more.

Greetings.

Thanks for the updated version! I notice it says (dev) and not (stable). What does this imply? Is it not a stable version?

It says "dev" because always it's better to test before to say "This is 100% stable", right? But I think the changes are minimum, so, let's get this "stable" thing Toungue.
Your themes are my favorite. Another good one! Smile
(2015-03-31, 04:08 PM)Starlight Wrote: [ -> ]Your themes are my favorite. Another good one! Smile

Thanks Starlight ^^
(2015-03-31, 02:23 PM)eNvy Wrote: [ -> ]It says "dev" because always it's better to test before to say "This is 100% stable", right? But I think the changes are minimum, so, let's get this "stable" thing Toungue.

Got it! Thanks again!
how can i insert my own logo image in square theme ...?
(2015-04-01, 09:53 AM)iturdu Wrote: [ -> ]how can i insert my own logo image in square theme ...?

ACP > Templates / Styles > Templates > Square Templates > Header Templates > open header template

Inside header, search this:

<div id="header">
    <div class="wrapper">
        <div class="logo">XXXXXXXXXXXXXXXXXXXXX</div>
    </div>
</div>

Replace "XXXXXXXXXXXXXXXXXXXXX" with the url to your logo, something like this:

<div id="header">
    <div class="wrapper">
        <div class="logo"><img src="images/square/myownlogo.jpg /></div>
    </div>
</div>

Remember to put your own logo inside square folder on images folder.
شكرا أنه ممتاز ولكن لم أتمكن من تنزيل الملف
(2015-04-02, 01:10 AM)عفريت المنتدى Wrote: [ -> ]شكرا أنه ممتاز ولكن لم أتمكن من تنزيل الملف

Thanks! you need to wait until MyBB approve the recently updated .zip file of Square Theme in order to download it.

Greetings.
How do I get custom fields for registration to show up?
eNvy,

Last week, I asked why something was displaying an error with going to last post. I found that if I edit the language file before putting into folder is a way to bypass and fix it, so issue fixed.

However, I want to know, is there a way to add to this to make it so when the users click username and password, it auto selects it all, allowing them to click and then begin typing without backspacing? http://puu.sh/h1VbQ/8811d3407e.png