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.

Small Postbit v1.0.0

Posts that are shorter than the minimum size will be shown with a smaller postbit

Version:
Author: Dennis Tsang
Submitted: 27th January 2006
Last Updated: 16th October 2006
Posts that are shorter than the minimum size will be shown with a smaller postbit to save screen space and bandwidth. The small postbit is customizable in the "smallpostbit" template, and the minimum size is customizable in the settings.

MyBB Version: 1.0 PR2 and newer
Type: Plugin
Plugin Version: v1.0.0 (Jan 26, 2006)

Install Instructions IMPORTANT:

1. Open inc/functions.php:
2. Find:
PHP Code:

eval("\\$postbit = \\"".$templates->get("postbit")."\\";");


3. Replace with:
PHP Code:

eval("\\$postbit = \\"".$templates->get($post['getpostbit'])."\\";");


4. Upload this file into your inc/plugins directory and activate from the Admin CP Plugin Manager