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.

Custom Status

This plugin allows users to set a custom status which appears on index, profile and posts.

Version: 1.7
Author: Diogo Parrinha
Submitted: 29th December 2010
Last Updated: 25th January 2011
Description
This plugin allows certain user groups to set a custom status from the user cp (or index) which is shown on the index page, profile and posts.

This plugin was known as Custom Online Status back in the MyBB 1.4 days and I decided to port it and change the way it works.

The POSTBIT feature is disabled by default, to enable it:
---------------------------------------------
You can use {$post['custom_status']} anywhere in the postbit and postbit_classic templates - IT IS NOT EDITED BY DEFAULT.
{$post['custom_status_shortened']} is also available if you want to show only 10 characters followed by three dots. (this is useful if you don't want to break the design)
Example of usage: <a title="{$lang->custom_status_status} {$post['custom_status']}"><strong>{$post['custom_status_shortened']}</strong></a>
---------------------------------------------

The SIDEBOX feature is disabled by default, to enable it:
---------------------------------------------
Replace {$forums} with: (index template)
<table width="100%" border="0" align="center">
<tr>
<td valign="top" width="70%">
{$forums}
</td>
<td valign="top" width="30%">
{$custom_status_index}
</td>
</tr>
</table>

Don't forget to delete the existing {$custom_status_index}!
---------------------------------------------

Support
I only give support to paid subscribers at http://www.mybb-plugins.com
Previews:Preview Image 3117 Preview Image 3118 Preview Image 3119 Preview Image 3121 Preview Image 3122