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)

SamirDarji 12-14-2009 02:17 PM

Quote:

Originally Posted by ravenfaust (Post 1929478)
What about 3.8.4?

Quote:

Originally Posted by iadmirevb (Post 1900705)
Finished installing the mod on 3.8.4 and works perfectly!

This should answer your question. Have you run into problems when installing?

ravenfaust 12-16-2009 11:30 AM

javascript:Att_Ajax('userid=24&postid=234','vbstatus/vbstatus_ajax.php') shows that when ever i go to edit status /.. Any idea?

ravenfaust 12-27-2009 08:46 PM

no help?

ProFifaLeagues 12-27-2009 11:14 PM

cheers

paulbhoy 12-30-2009 04:03 PM

will this be updated for vb4?

this is a great mod, i would hate to see it go

desi-boy 12-31-2009 11:27 AM

not working for 4.0 some bug

zombietom 01-01-2010 08:13 PM

Quote:

Originally Posted by RobbieZ (Post 1757548)
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)

This fixed this mod for me.
I have added the updated ajax_wrapper file, to save you some time..copy and paste
open your current ajax wrapper file and delete everything and copy & paste this file in its place
PHP Code:

/*|-----------------------------------------|*\
|#| AJAX Class Wrapper                      |#|
|#| Created By Zero Tolerance               |#|
|#| CVS$v1.0.2$                             |#|
|#| (C) Inferno Technologies 2005 - 2006    |#|
|#| All Rights Reserved                     |#|
\*|-----------------------------------------|*/

// example usage:
/*
 AJAX = new _AJAX(true)
 AJAX.onreadystatechange(myresponsefunction)
 AJAX.send('var=hi&var2=hi2', 'POST', 'index.php')
*/

/**
    _ajax
    Initiates class wrapper for AJAX

    @param    _async    boolean        Determines if asynchronous is on or not

    @return     null
*/

function _ajax(_async)
{
    
this.async   _async
    this
.handler null
}

/**
    [_ajax]createhandler
    Initiates xml http header request (handler)

    @return        boolean        Returns true on success
*/

_ajax.prototype.createhandler = function()
{
    try
    {
        
this.handler = new XMLHttpRequest
        
return this.handler.setRequestHeader true false
    
}
    catch(
e)
    {
        try
        {
            
this.handler = new ActiveXObject('Microsoft.XMLHTTP')
            return 
true
        
}
        catch (
e)
        {
            return 
false
        
}
    }

    return 
false
}

/**
    [_ajax]onreadystatechange
    Sets trigger function to execute once request state changes

    @param    _func    Function    function to trigger

    @return        boolean        Returns true on success
*/

_ajax.prototype.onreadystatechange = function(_func)
{
    if (
this.handler == null)
    {
        if (!
this.createhandler())
        {
            return 
false
        
}        
    }

    
this.handler.onreadystatechange _func
    
return true
}

/**
    [_ajax]encode_datastream
    Automatically encodes URI components

    @param    _datastream    string        URI Components
*/

_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('&')
}

/**
    [_ajax]send
    Sends the http xml request

    @param    _datastream    string        Request data
    @param    _type        string        Request type
    @param    _file        string        Request file (index.php/index.cgi, etc...)

    @return            null
*/

_ajax.prototype.send = function(_datastream_type_file)
{

    if (!
this.handler.readyState && !this.handler.readyState 4)
    {
        
_datastream this.encode_datastream(_datastream)
        
this.handler.open(_type_file '?' + ((_type == 'GET')? _datastream ''), this.async)
        
this.handler.send(_datastream)
    }    


thanks

childfun 01-01-2010 11:36 PM

ANy chance you will make this 4.0 ready? It's such a neat add on!!

sinucello 01-15-2010 09:08 AM

Quote:

Originally Posted by Loco.M (Post 1709216)
It would be lovely if this could pull the info we post to twitter and use this info in the postbit :)

9.
yep absolutely. Twitter and/or Facebook. And compatible with vB 4 ;- ).

Feanor_87 02-11-2010 07:40 AM

A must have mod for every vB forum! :) Thanks!


All times are GMT. The time now is 09:06 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.02631 seconds
  • Memory Usage 1,770KB
  • 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
  • (1)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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