Hello There, Guest! Login Register
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Minimal
#1
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
           

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
Reply
#2
For me the best theme for MyBB, awesome work Jon.

Reply
#3
(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.
Reply
#4
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>
Reply
#5
Thanks Nick, i forgot i removed them from the forumdisplay templates. Very helpful for those who wish to have them visible.
Reply
#6
Great theme bud, awesome work.
Reply
#7
Thanks Vapor, i'm glad you like the theme
Reply
#8
Lovely theme. Definitely one of the best looking for MyBB. I love how simplistic it looks, very business like.

Great work.
Reply
#9
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.
Reply
#10
Perfect for a project I have planned, thanks a bunch.
Reply




Users browsing this thread: 1 Guest(s)