The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBStatus - Facebook Style Status Updates (v5) (vB 3.x) Details »» | |||||||||||||||||||||||||||||||||
vBStatus - Facebook Style Status Updates (v5) (vB 3.x)
Developer Last Online: Nov 2023
Compatible with 3.x vBStatus allows your users to update their status to tell other members what they are doing/thinking at any given time. A user's status is displayed under their names in their postbit, in their User Profile, and anywhere else you choose!User's can edit their status quickly and easily via AJAX. Features and Configuration options include:
Special Update Instructions for users of vBStatus v4 This version of vBStatus was mostly written from scratch. Please note that there are two features that are missing from v5 that were present in v4: the ability of members of certain usergroups to modify the status updates of other users, and the ability for users to edit their status in a popup window. If you need those features, don't upgrade yet. The upgrade process that I suggest is:
Version 5.1
Version 5.2
Version 5.3
Note: The files available in this thread will always be for the most recent version of the modification. If you previously used vBStatus in vB 3.x your member's old status messages will be preserved. Please do not forget to click INSTALL Download Now
Screenshots
Show Your Support
|
Comments |
#72
|
||||
|
||||
I Installed this on vBulletin 3.8.6 Patch Level 1 and seems to be working fine. I also Nominated it! Thanks for sharing this!
|
#73
|
|||
|
|||
installed on my forum, could do with the status edit button for mods & admin is this a possible change yet ?
Andrew |
#74
|
|||
|
|||
Is it possible to use jquery instead of mootools.js? I don't use mootools.
And "status edit button for mods & admin" it's good idea. Thanks. |
#75
|
||||
|
||||
Quote:
I had to uninstall this mod as mootools seemed to interfere with some other mods I had using javascript/jquery. |
#76
|
|||
|
|||
I just don't want to include this script because of it's weight. Over 100 Kb more per page.
|
#77
|
|||
|
|||
There is an option called "Maximum characters in Status Updates". It is currently set to 140 and it works in a bad way because I'm allowed to enter more than 140 characters in the status box and when I click "Save" instead of rejecting the status and display an error message like this: "You can only enter $max_chars per status" it is saving the error message as the new status of the member.
I have tried to fix this by chaning this in file 'vbstatus/vbstatus_class.php': Code:
if($charcount>$vbulletin->options['vbstatus_maxchars']) { return '[Too Long]'; } To: Code:
die("my own error message"); print "my own error message"; eval(standard_error("my own error message")); And none of these three ways was successful. The user isn't getting the error message. Any ideas? EDIT: I got an idea! When you're creating a new thread and you didn't enter anything in the title box, you get a popup error message. I believe that a popup will work here too! But I have no idea of how to display a popup error message. Please help! Thank you, Jonathan |
#78
|
|||
|
|||
How I can enable this setting?
Administrator Usergroups (INACTIVE) |
#79
|
|||
|
|||
Also I wish you could remove the dependency of mootools.js
|
#80
|
||||
|
||||
Quote:
It was working in the version prior to this one... |
#81
|
|||
|
|||
I just installed your plugin, i'm using a skin called Grunged, however, I can't edit my status, I did all the updates to the templates, but the Edit button doesn't pop open a textbox to edit the status, it does nothing when you click on the Edit link.....any ideas?
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|