The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBStatus - Facebook Style Status Display (v4) Details »» | |||||||||||||||||||||||||||
vBStatus - Facebook Style Status Display (v4)
Developer Last Online: Nov 2023
This modification thread will not be upgraded, since it is possible that some users may prefer v4. Compatible with 3.6.x and 3.5.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. Administrative options include:
Update 2.0: Please reinstall the product xml file, and re-edit your templates following the new instructions in the readme file. This is to correct a small cosmetic bug that displays non-functional links to guests and non-admins. Update 3.0: A number of bugs were fixed, and a few new admin options were added. Please uninstall the previous product and reinstall this one. Please re-edit your templates and reupload all files. Sorry for the inconvenience (but at least we are getting this handled in the first 12 hours of release.) Update 4.0: This is a fairly comprehensive update. You must remove all previous template edits and add the new template code. You must also "Allow Overwrite" when importing the new product. The DB structure hasn't changed. New features include:
I added status prefixes. If your updating from version 4 just reimport the product (with overwrite set to yes), and reupload all the files. No template edits necessary when upgrading from v4 to v4.01. (And I'm not going to change the file version because this update came so quickly on the heals of v4.) Please do not forget to click INSTALL Show Your Support
|
Comments |
#332
|
|||
|
|||
I get this error when I try to save the changes to my MEMBERINFO template:
Quote:
|
#333
|
|||
|
|||
Any chance on making this validate? It throws a slew of errors. I ended up wrapping it in a conditional for showthread only in the meantime so that it doesn't un-validate the rest of my site.
|
#334
|
||||
|
||||
I have an error when i click 'edit' i used the APC datastore cache system and usually uploading a 'php.ini' file into the right directory solved the problem, but in this case i don't know... please advise
Fatal error: APC not installed in [path]/includes/class_datastore.php on line 386 EDIT, uploaded php.ini to 'vbstatus' and it was fine |
#335
|
||||
|
||||
Going through this thread I never found a definite solution to fixing the "Edit" link not doing anything when clicked. Some have pointed out that this may be due to TCatt Image Resizer, of that I'm not sure, but I do have a solution that doesn't involve uninstalling and reinstalling everything.
If you open up ajax_wrapper.js and change this code: Code:
_ajax.prototype.encode_datastream = function(_datastream) { _datastream = _datastream.split('&') for (key in _datastream) { if (_datastream[key].match(/\=/)) { bits = _datastream[key].split('=') _datastream[key] = bits[0] + '=' + encodeURIComponent(bits[1]) } } return _datastream.join('&') } To This: Code:
_ajax.prototype.encode_datastream = function(_datastream) { _datastream = _datastream.split('&') for (key in _datastream) { if (_datastream[key].toString().match(/\=/)) { bits = _datastream[key].toString().split('=') _datastream[key] = bits[0] + '=' + encodeURIComponent(bits[1]) } } return _datastream.join('&') } That got rid of the Javascript errors for me, and I have TCatt installed and it is all working just fine. I hope this helps a lot of you out. Enjoy! |
#336
|
|||
|
|||
Thanks!
|
#337
|
|||
|
|||
Works perfectly, thank you, such a great idea! Keep it up with your work.
|
#338
|
|||
|
|||
thank you dude nice mod
|
#339
|
|||
|
|||
It's can't support unicode or what problem is that
I am written Playing ThreeKingdom ကစား but It's just save like Playing ThreeKingdom á¡ááá¹á¸ How to fix it ? |
#340
|
|||
|
|||
I would suggest adding this to the template where it say "welcome X, you have X new private messages" in forumhome.
|
#341
|
||||
|
||||
Quote:
Quote:
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|