vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Profile Enhancements - vBStatus - Facebook Style Status Display (v4) (https://vborg.vbsupport.ru/showthread.php?t=181283)

karnevil 06-12-2008 12:55 PM

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 ?

g0dfather1984 06-13-2008 05:37 AM

Quote:

Originally Posted by Attilitus (Post 1547262)
Make sure that you set the permissions for the vbstatus folder so that it is web-accessible. There is javascript in that folder which is loaded by the browser in that folder, and if it can't be assessed then the javascript won't work. Chmod the vbstatus folder to 777 to see if that is the problem.


Thank you, I did try that and still no luck.

UltraFanatics 06-13-2008 08:04 AM

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

Alfa1 06-13-2008 10:41 AM

What is the difference between vbNow and this?

Julrou 06-13-2008 08:05 PM

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-->

AND

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-->

Now i've just
"Julien (UserName by default)
is bla bla bla...(from your hack)"

and i'm happy with this ! :D :D ;)

:up::up:

Attilitus 06-13-2008 08:40 PM

Quote:

What is the difference between vbNow and this?
They really are nothing alike... vBStatus mimics the status update feature on facebook. If your members use facebook they ought to appreciate the feature.

Konstantinos 06-14-2008 06:37 AM

it doesnt work for non english characters it messes up the encoding

psylenced 06-14-2008 06:59 AM

Quote:

Originally Posted by Attilitus (Post 1546999)
Possible, but unlikely. The next thing that will likely be added is a module displaying recent updates for the whole board.

The friend version would just be a variation of this screen.

1 has an sql to join to friends list, one doesnt. The rest should be exactly the same.

aceofspades 06-14-2008 12:21 PM

thank you

nnkjsc 06-14-2008 06:45 PM

I used vietnamese (unicode utf-8) in my board and it doesn't work clearly
:-(


All times are GMT. The time now is 07:41 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01461 seconds
  • Memory Usage 1,744KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete