MyBB Community Forums

Full Version: MyStatus
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
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 Wink

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
Thank you euantor. This is an awesome plugin. I have it installed since the day you released it in MyBB RunWay.
P.S.: Waiting for the profile tutorial Smile
Thanks a lot Smile This new version has a few fixes though Toungue

PS; It's coming. Honest ^^ I just really need to clean up my code xD
i want a profile like that, reminds me of ipb Big Grin

awesome plugin, thanks a ton m8 <3
Haha, thanks for both comments. I will be releasing a tutorial for the profiles sooner or later either here or at MyBB Runway (or both).
(2010-11-27, 07:44 PM)euantor Wrote: [ -> ]Haha, thanks for both comments. I will be releasing a tutorial for the profiles sooner or later either here or at MyBB Runway (or both).

here please if you could Wink
(2010-11-27, 07:40 PM)euantor Wrote: [ -> ]Thanks a lot Smile This new version has a few fixes though Toungue

PS; It's coming. Honest ^^ I just really need to clean up my code xD
Ohh.. this is a new version. Smile didn't notice that. Also, do I need to deactivate the plugin before updating the new one?
Yes. However, I suggest you don't use the plugin at all for a while. I've uploaded the wrong version by mistake that leaves you open to SQL injections. Sorry guys. I'll fix it tomorrow when I'm next on my computer rather than phone Smile
okay, i will wait, thank you for the heads up m8 :]
Thank you for the heads up euantor. Going to stay with the old version.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23