MyBB Community Forums

Full Version: Ignite theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9
[Image: N3PEb38.png]

Information

Ignite is a free, flat and minimalistic dark-based theme for MyBB forum software.

Enjoy this new design made by CSS3, jQuery animations and also crossbrowser design.

And all of this... free!

Pictures

[Image: RXYehOB.png]

[Image: 7TjgB5r.png]

[Image: 7l5Jo8e.png]

[Image: bLaNBda.png]

[Image: HkBxw1X.png]

Licence

Ignite is 100% free, you can delete, modify or change anything you want, except the credits for MyBB, MyBB Team and also my own work.

If you respect my work, I'm sure you don't gonna do that.

Support

You can ask for support here on this thread.
I DON'T GIVE SUPPORT FOR PLUGINS OR CUSTOM TWEAKS.

Download


Hope you like it and if you see any error or bug, please report here.
(2015-09-17, 10:09 PM)eNvy Wrote: [ -> ]
[Image: N3PEb38.png]

Information

Ignite is a free, flat and minimalistic dark-based theme for MyBB forum software.

Enjoy this new design made by CSS3, jQuery animations and also crossbrowser design.

And all of this... free!

Pictures

[Image: RXYehOB.png]

[Image: 7TjgB5r.png]

[Image: 7l5Jo8e.png]

[Image: bLaNBda.png]

[Image: HkBxw1X.png]

Licence

Ignite is 100% free, you can delete, modify or change anything you want, except the credits for MyBB, MyBB Team and also my own work.

If you respect my work, I'm sure you don't gonna do that.

Support

You can ask for Ignite support on here, in this thread

Download


Hope you like it and if you see any error or bug, please report here.

Could you take a look at my forum i think it may be bugged or something, the search bar is like not aligned as the one in your picture. PM me ill send you a link to my forums. and great release!
hi. how to change the logo ??
(2015-09-26, 05:41 PM)gamemaster Wrote: [ -> ]hi. how to change the logo ??

If you only want to change the text, go to your host, inc > languages > english > and open vars_envy.lang.php

Search this:

$l['xstyle_ignite'] = "Ignite";

Replace "Ignite"; for what you want (Don't replace this > $l['xstyle_ignite'] ).

-----------------------------------------

But, if you want to put a logo

ACP > Templates & Styles > Templates > Ignite > Header templates > header

Search this:

<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><i class="fa fa-fire fa-fw icon"></i> {$lang->xstyle_ignite}</a></div>

Replace with:

<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="path to your logo" alt="My logo"></a></div>

Replace "path to your logo" where you upload your own logo to your host.
(2015-09-26, 05:49 PM)eNvy Wrote: [ -> ]
(2015-09-26, 05:41 PM)gamemaster Wrote: [ -> ]hi. how to change the logo ??

If you only want to change the text, go to your host, inc > languages > english > and open vars_envy.lang.php

Search this:

$l['xstyle_ignite'] = "Ignite";

Replace "Ignite"; for what you want (Don't replace this > $l['xstyle_ignite'] ).

-----------------------------------------

But, if you want to put a logo

ACP > Templates & Styles > Templates > Ignite > Header templates > header

Search this:

<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><i class="fa fa-fire fa-fw icon"></i> {$lang->xstyle_ignite}</a></div>

Replace with:

<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="path to your logo" alt="My logo"></a></div>

Replace "path to your logo" where you upload your own logo to your host.

try to change the text. But when done, all thread go to blank page and plugin malfunction.
(2015-09-26, 05:57 PM)gamemaster Wrote: [ -> ]
(2015-09-26, 05:49 PM)eNvy Wrote: [ -> ]
(2015-09-26, 05:41 PM)gamemaster Wrote: [ -> ]hi. how to change the logo ??

If you only want to change the text, go to your host, inc > languages > english > and open vars_envy.lang.php

Search this:

$l['xstyle_ignite'] = "Ignite";

Replace "Ignite"; for what you want (Don't replace this > $l['xstyle_ignite'] ).

-----------------------------------------

But, if you want to put a logo

ACP > Templates & Styles > Templates > Ignite > Header templates > header

Search this:

<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><i class="fa fa-fire fa-fw icon"></i> {$lang->xstyle_ignite}</a></div>

Replace with:

<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="path to your logo" alt="My logo"></a></div>

Replace "path to your logo" where you upload your own logo to your host.

try to change the text. But when done, all thread go to blank page and plugin malfunction.

Replace like this:

$l['xstyle_ignite'] = "Your text here";

Don't forget any symbol.
Decently dark.
(2015-09-26, 06:11 PM)meetdilip Wrote: [ -> ]Decently dark.

¿That's a good or a bad thing? haha
Ok thanks. So if i want to change the facebook text, replace with fb url ??

Btw, which one is better if want to update the theme with plugin.. Uninstall and activate or manually edit ??
(2015-09-26, 06:20 PM)gamemaster Wrote: [ -> ]Ok thanks. So if i want to change the facebook text, replace with fb url ??

Btw, which one is better if want to update the theme with plugin.. Uninstall and activate or manually edit ??

To change the facebook text, same as before, all the custom text is located in vars_envy.lang.php.

If you want to change the URL of the links, go to ACP > Templates & Styles > Ignite > Footer templates > open footer template

Search this:

<li><a href="#"><i class="fa fa-facebook-official fa-fw" style="color: #4862a3;"></i> {$lang->xstyle_facebook}</a></li>
				<li><a href="#"><i class="fa fa-twitter fa-fw" style="color: #55acee;"></i> {$lang->xstyle_twitter}</a></li>
				<li><a href="#"><i class="fa fa-google-plus fa-fw" style="color: #dc4a38;"></i> {$lang->xstyle_googleplus}</a></li>
				<li><a href="#"><i class="fa fa-youtube-play fa-fw" style="color: #e62117;"></i> {$lang->xstyle_youtube}</a></li>
				<li><a href="#"><i class="fa fa-twitch fa-fw" style="color: #6441a5;"></i> {$lang->xstyle_twitchtv}</a></li>

Each <li> tag has a <a href="#">, change the "#" for the url of each link.
Pages: 1 2 3 4 5 6 7 8 9