Posts: 1,114
Threads: 42
Joined: Jul 2013
Reputation:
148
2015-09-17, 10:09 PM
(This post was last modified: 2016-06-05, 09:43 PM by eNvy.)
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
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.
I don't give support on PM.
Posts: 30
Threads: 6
Joined: Jul 2015
Reputation:
0
(2015-09-17, 10:09 PM)eNvy Wrote:
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
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!
Posts: 538
Threads: 108
Joined: Feb 2009
Reputation:
2
hi. how to change the logo ??
Posts: 1,114
Threads: 42
Joined: Jul 2013
Reputation:
148
2015-09-26, 05:49 PM
(This post was last modified: 2015-09-26, 05:50 PM by eNvy.)
(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.
I don't give support on PM.
Posts: 538
Threads: 108
Joined: Feb 2009
Reputation:
2
(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.
Posts: 1,114
Threads: 42
Joined: Jul 2013
Reputation:
148
(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.
I don't give support on PM.
Posts: 864
Threads: 61
Joined: May 2012
Reputation:
56
Posts: 1,114
Threads: 42
Joined: Jul 2013
Reputation:
148
(2015-09-26, 06:11 PM)meetdilip Wrote: Decently dark.
¿That's a good or a bad thing? haha
I don't give support on PM.
Posts: 538
Threads: 108
Joined: Feb 2009
Reputation:
2
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 ??
Posts: 1,114
Threads: 42
Joined: Jul 2013
Reputation:
148
(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.
I don't give support on PM.
|