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 |
#283
|
|||
|
|||
Hi there, great hack and works fine on 3.7.2
How would I edit the postbit code so it only shows up for the usergroups with edit permissions? I know I will need another if conditional somewhere and I have tried this but it shows up for all groups:- Code:
<!--BEGIN VB STATUS--> <if condition="($vbulletin->options['vbstatus_active']) AND (is_member_of($bbuserinfo, 5, 6, 7, 10, 11))"> <div class=smallfont> $post[username] <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--> |
#284
|
|||
|
|||
Hey Attilitus...
I have made this alteration.. https://vborg.vbsupport.ru/showpost....&postcount=257 In my postbit/postbit legacy.. i have also added it to my MEMBERINFO too.. It seems that i now have two edit variables.. One that is in all the threads i post and the other in my members info page.. But i cant edit that one.. what have i done wrong ?? |
#285
|
|||
|
|||
Quote:
|
#286
|
|||
|
|||
Great Mod, thanks
|
#287
|
|||
|
|||
I thought that you can edit your custom message in either postbit or memberinfo.. and wherever you change it the other changes as well..
I inputed the same code in MEMBERINFO but for some reason when i press edit.. the edit box appears but when i press edit.. nothing happens.. *EDIT* I have now deleted the code out of MEMBERINFO.. to stop confusing members.. Should i re-instal the xml and overwrite and start from scratch ?? |
#288
|
|||
|
|||
When I tried to Upload the product named 'product-userstatus.xml' in the AdminCP under the Products section I'm getting this error message stating..
Database error in vBulletin 3.7.2: Invalid SQL: ALTER TABLE userfield ADD vbstatus_status VARCHAR( 200 ) NOT NULL; MySQL Error : Duplicate column name 'vbstatus_status' Error Number : 1060 Request Date : Thursday, August 14th 2008 @ 04:00:33 AM Error Date : Thursday, August 14th 2008 @ 04:00:34 AM Script : http://superbikemoto.com/vbulletin/a...=productimport Referrer : http://superbikemoto.com/vbulletin/a...?do=productadd IP Address : 69.64.49.249 Username : ADMINISTRATOR Classname : vb_database MySQL Version : 5.0.27-community-nt |
#289
|
|||
|
|||
I would like to show the status of members in a vbadvanced template...how can do this? If I just insert the code it does not work.
|
#290
|
|||
|
|||
I can and members can edit their status inside on their profile but has no status is no longer showing on the threads/posts unless theyve set it in their profile.
Anyone? ________ Kitchen Measures |
#291
|
|||
|
|||
The instructions by Shadow One is the only way I have been able to get this to work at all. I have added the code posted by him in replacement of the postbit edits needed. I have also added my edited product file which shows edit to begin with and then save when in the process of editing the status, once saved it then shows edit again.
Thanks Shadow One! ________ Upskirt Teacher |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|