Posts: 208
Threads: 22
Joined: 12th Jan 12
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
Posts: 13
Threads: 4
Joined: 12th Jan 12
For me the best theme for MyBB, awesome work Jon.
Posts: 208
Threads: 22
Joined: 12th Jan 12
(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.
Posts: 27
Threads: 2
Joined: 12th Jan 12
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>
Posts: 208
Threads: 22
Joined: 12th Jan 12
13th Jan, 12:17 am
(This post was last modified: 13th Jan, 12:17 am by Jon.)
Thanks Nick, i forgot i removed them from the forumdisplay templates. Very helpful for those who wish to have them visible.
Posts: 1
Threads: 0
Joined: 13th Jan 12
Great theme bud, awesome work.
Posts: 208
Threads: 22
Joined: 12th Jan 12
Thanks Vapor, i'm glad you like the theme
Posts: 2
Threads: 1
Joined: 23rd Jan 12
Lovely theme. Definitely one of the best looking for MyBB. I love how simplistic it looks, very business like.
Great work.
Posts: 208
Threads: 22
Joined: 12th Jan 12
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.
Posts: 1
Threads: 0
Joined: 11th Feb 12
Perfect for a project I have planned, thanks a bunch.