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 |
#402
|
|||
|
|||
When I add this code to my template as the readme file tells me to it mess up the whole forum. I add it in the headinclude at the bottom.
I get a msg that reads: Some error on line 64 the </if> tag and so on. Tells me that the if tag is a closure tag. Is there some tags missing in the code below? <!--BEGIN VBSTATUS--> <!--BEGIN VBSTATUS--> <!--BEGIN VBSTATUS--> <if condition="$vbulletin->options['vbstatus_active']"> <div id='mypopup' name='mypopup' style='z-index:1000; position: absolute; background: none; border: none;'></div> <script type="text/javascript" src="vbstatus/ajax_wrapper.js"></script> <script type="text/javascript" src="vbstatus/headerjavascript.js"></script> </if> <!--END VBSTATUS--> <!--END VBSTATUS--> <!--END VBSTATUS--> Template Edit 2 (postbit OR postbit_legacy) (If your postbit is a verticle column you use postbit_legacy) Search For: <if condition="$post['usertitle']"> Above This Code Add: <!--BEGIN VB STATUS--> <!--BEGIN VB STATUS--> <!--BEGIN VB STATUS--> <if condition="$vbulletin->options['vbstatus_active']"> <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--> <!--END VB STATUS--> <!--END VB STATUS--> |
#403
|
||||
|
||||
Quote:
Code:
<!--BEGIN VBSTATUS--> <!--BEGIN VBSTATUS--> <!--BEGIN VBSTATUS--> <if condition="$vbulletin->options['vbstatus_active']"> <div id='mypopup' name='mypopup' style='z-index:1000; position: absolute; background: none; border: none;'></div> <script type="text/javascript" src="vbstatus/ajax_wrapper.js"></script> <script type="text/javascript" src="vbstatus/headerjavascript.js"></script> </if> <!--END VBSTATUS--> <!--END VBSTATUS--> <!--END VBSTATUS--> |
#404
|
|||
|
|||
Thanks, I got that to work now.
|
#405
|
|||
|
|||
Now the next problem. The edit buttonw wont do anything. And I changed the javacode in the wrapper. Any ideas? Or is it like people say, it only works in the default template and not in others?
|
#406
|
|||
|
|||
When i click edit it does not do anything can you tell us why please
|
#407
|
||||
|
||||
same here --click edit and nothing...bummer wanted to use this
|
#408
|
|||
|
|||
Ok so I seem to have solved the problem to the edit not working when clicked.
javascript:Att_Ajax('userid=4&postid=26888','vbsta tus/vbstatus_ajax.php') First of all I used this. https://vborg.vbsupport.ru/showpost....&postcount=391 and overwrote and saved. Then I cleared my cache or private data (depends what browser your using) |
#409
|
|||
|
|||
why öäü not displayed?
How can i fix this? i have ISO-8859-1 in my language settins in acp and in mysql the same. |
#410
|
|||
|
|||
Ive upgraded to v4 but somehow the "is" always remain by default. Anyone know how one can change the status from the "is" word? Thanks
|
#411
|
||||
|
||||
looks neat but u should put up a screenshot of this in legacy postbit
well i got a request, and for it needed a pic, so heres a legacy screen if wanted, my request, can we take out the double of the username, like see it says my name Ice, then under says Ice again and what my status is, seems silly |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|