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 |
#122
|
|||
|
|||
Well as usual when I post I work it out...you have to click edit again once you have entered text. How would i change the Edit bit in the pop up to Enter ?
|
#123
|
|||
|
|||
Quote:
|
#124
|
|||
|
|||
Does anyone know the following?
The mod works but when you change the status in your profile it changes but gives an error on the page. I changed the chmod to 777 to as it wasn't set as that on default it was 755 As users said earlier it would be awesome to link it to the homepage etc |
#126
|
|||
|
|||
Thanks a lot for this great mod ! :up:
I just made a modification in your template's edition, because i didn't want the username appear twice : Code:
<!--BEGIN VB STATUS--> <if condition="$vbulletin->options['vbstatus_active']"> <div class=smallfont> // no username here <em id="vbstatus_$post[postid]"> $post[vbstatus_status] <if condition="$bbuserinfo['userid']==$post['userid'] OR $vbstatus_isadmin==1"> <if condition="$vbulletin->options['vbstatus_inline']"> <a href="javascript:Att_AjaxDiv('inline=1&userid=$post[userid]&postid=$post[postid]','vbstatus/vbstatus_ajax.php','vbstatus_$post[postid]')">Edit</a> <else /> <a href="javascript:Att_Ajax('userid=$post[userid]&postid=$post[postid]','vbstatus/vbstatus_ajax.php')">Edit</a> </if> </if> </em> </div> </if> <!--END VB STATUS--> Code:
<!--BEGIN VB STATUS--> <if condition="$vbulletin->options['vbstatus_active']"> <div class=smallfont> // no username here <em id="vbstatus_$userinfo[userid]"> $userinfo[vbstatus_status] <if condition="$bbuserinfo['userid']==$userinfo['userid'] OR $vbstatus_isadmin==1"> <if condition="$vbulletin->options['vbstatus_inline']"> <a href="javascript:Att_AjaxDiv('inline=1&userid=$userinfo[userid]&postid=$userinfo[userid]','vbstatus/vbstatus_ajax.php','vbstatus_$userinfo[userid]')">Edit</a> <else /> <a href="javascript:Att_Ajax('userid=$userinfo[userid]&postid=$userinfo[userid]','vbstatus/vbstatus_ajax.php')">Edit</a> </if> </if> </em> </div> </if> <!--END VB STATUS--> "Julien (UserName by default) is bla bla bla...(from your hack)" and i'm happy with this ! :up::up: |
#127
|
||||
|
||||
Quote:
|
#128
|
|||
|
|||
it doesnt work for non english characters it messes up the encoding
|
#129
|
|||
|
|||
Quote:
1 has an sql to join to friends list, one doesnt. The rest should be exactly the same. |
#130
|
||||
|
||||
thank you
|
#131
|
|||
|
|||
I used vietnamese (unicode utf-8) in my board and it doesn't work clearly
:-( |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|