2010-11-27, 05:45 PM
MyStatus aims to re-produce IPB3's status feature to an extent. Currently, you can only set your own status, but future versions should allow for status commenting and "Liking".
You can currently change your status from your profile, your UCP or your postbit. You can also set certain usergroups as "Admin" groups for statuses from the options to keep control over any dodgy characters using statuses for the wrong reasons
MyStatus does use jQuery (haters gonna hate), but I have tried to ensure there wont be any conflicts with Prototype
Screenshots
http://mods.mybb.com/uploads/previews/21...stbitv.png
http://mods.mybb.com/uploads/previews/21...tsarea.png
Instructions to fix postbit stretching
To fix the problem of the postbit being stretched by long statuses, you must edit the postbit_classic template like so:
Find:
Replace with:
Download
http://mods.mybb.com/view/mystatus
You can currently change your status from your profile, your UCP or your postbit. You can also set certain usergroups as "Admin" groups for statuses from the options to keep control over any dodgy characters using statuses for the wrong reasons

MyStatus does use jQuery (haters gonna hate), but I have tried to ensure there wont be any conflicts with Prototype
Screenshots
http://mods.mybb.com/uploads/previews/21...stbitv.png
http://mods.mybb.com/uploads/previews/21...tsarea.png
Instructions to fix postbit stretching
To fix the problem of the postbit being stretched by long statuses, you must edit the postbit_classic template like so:
Find:
<td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;">
Replace with:
<td class="{$altbg}" width="15%" valign="top" style="white-space: break-word; text-align: center;">
Download
http://mods.mybb.com/view/mystatus