Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

Avian

Avian Theme - Very user friendly theme.

Version: 1.0
Author: Jovan J.
Submitted: 28th April 2012
Last Updated: 3rd May 2012
CSS Buttons
Improved Board Statistics
Beautiful background
Specific WelcomeBlock
Very user friendly theme.
Can be used for any type of forum.

Simple to import. Upload folder "Upload" to hosting, and import .XML file to ACP and that's it.

Note:
index.lang.php file is provided in folder do not upload.

Find following lines in index template:


<div class="boardStats">
<span class="statsblock"> {$lang->stats_posts_threads}</span> Total Posts &nbsp;
<span class="statsblock"> {$lang->stats_posts_threads} </span> Total Threads &nbsp;
<span class="statsblock"> {$lang->stats_numusers}</span> Total Users &nbsp;
<span class="statsblock"> {$lang->stats_mostonline} </span> Most Online
</div>

and change with:


<div class="boardStats">
<span class="statsblock"> {$stats['numposts']}</span> Total Posts &nbsp;
<span class="statsblock"> {$stats['numthreads']} </span> Total Threads &nbsp;
<span class="statsblock"> {$stats['numusers']}</span> Total Users &nbsp;
<span class="statsblock"> {$recordcount} </span> Most Online
</div>

Preview Image 5434 Preview Image 5435 Preview Image 5436