MyBB Themes - ThemeFreak
Minimal - Printable Version

+- MyBB Themes - ThemeFreak (http://www.themefreak.net)
+-- Forum: MyBB 1.6.x (http://www.themefreak.net/forumdisplay.php?fid=8)
+--- Forum: Theme Information (http://www.themefreak.net/forumdisplay.php?fid=14)
+--- Thread: Minimal (/showthread.php?tid=5)

Pages: 1 2 3


Minimal - Jon - 12th Jan

Information

Designed and developed to be a lightweight minimalistic theme, it is very easy to customize all aspects of the theme through the css in the administrator control panel.

Screenshots
[attachment=1] [attachment=2] [attachment=3]

Install Custom Font

Once unzipped, place the fonts.css and fonts folder in the root directory, then continue to place the minimal folder in the images folder in your root directory.

Discuss

Here you can suggest improvements, report bugs and problems.

Download

Minimal - MyBB Download


RE: Minimal - GhostMaster - 12th Jan

For me the best theme for MyBB, awesome work Jon.




RE: Minimal - Jon - 12th Jan

(12th Jan, 11:20 pm)GhostMaster Wrote:  For me the best theme for MyBB, awesome work Jon.

Thanks for the comment, i'm thinking of creating a basic HMTL template for this theme as well, if there is enough feedback from people who use it and would use the template.


RE: Minimal - NickS - 13th Jan

In case that you miss legends for topic icons you can add them by going to: Forum Display - forumdisplay_threadlist, find the div class
Code:
<div class="float_left">
and affter that add:
Code:
<dl class="thread_legend smalltext">
            <dd><img src="{$theme['imgdir']}/newfolder.gif" alt="{$lang->new_thread}" title="{$lang->new_thread}" /> {$lang->new_thread}</dd>
            <dd><img src="{$theme['imgdir']}/newhotfolder.gif" alt="{$lang->new_hot_thread}" title="{$lang->new_hot_thread}" /> {$lang->new_hot_thread}</dd>
            <dd><img src="{$theme['imgdir']}/hotfolder.gif" alt="{$lang->hot_thread}" title="{$lang->hot_thread}" /> {$lang->hot_thread}</dd>
        </dl>
    </div>

    <div class="float_left">
        <dl class="thread_legend smalltext">
            <dd><img src="{$theme['imgdir']}/folder.gif" alt="{$lang->no_new_thread}" title="{$lang->no_new_thread}" /> {$lang->no_new_thread}</dd>
            <dd><img src="{$theme['imgdir']}/dot_folder.gif" alt="{$lang->posts_by_you}" title="{$lang->posts_by_you}" /> {$lang->posts_by_you}</dd>
            <dd><img src="{$theme['imgdir']}/lockfolder.gif" alt="{$lang->locked_thread}" title="{$lang->locked_thread}" /> {$lang->locked_thread}</dd>
        </dl>
    </div>



RE: Minimal - Jon - 13th Jan

Thanks Nick, i forgot i removed them from the forumdisplay templates. Very helpful for those who wish to have them visible.


RE: Minimal - Vapor - 13th Jan

Great theme bud, awesome work.


RE: Minimal - Jon - 13th Jan

Thanks Vapor, i'm glad you like the theme


RE: Minimal - TheNova - 23rd Jan

Lovely theme. Definitely one of the best looking for MyBB. I love how simplistic it looks, very business like.

Great work.


RE: Minimal - Jon - 23rd Jan

Thanks Nova,

Hoping my next release will more of an impact within the community, as i've decided to adopt and IPB style to it and think most of the next ones will also be along that line.


RE: Minimal - escaflow - 11th Feb

Perfect for a project I have planned, thanks a bunch.