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)

ccjc 01-14-2009 01:30 PM

Quote:

Originally Posted by Null Parameter (Post 1636201)
Going through this thread I never found a definite solution to fixing the "Edit" link not doing anything when clicked. Some have pointed out that this may be due to TCatt Image Resizer, of that I'm not sure, but I do have a solution that doesn't involve uninstalling and reinstalling everything.

If you open up ajax_wrapper.js and change this code:
Code:

_ajax.prototype.encode_datastream = function(_datastream)
{
        _datastream = _datastream.split('&')

        for (key in _datastream)
        {
                if (_datastream[key].match(/\=/))
                {
                        bits = _datastream[key].split('=')

                        _datastream[key] = bits[0] + '=' + encodeURIComponent(bits[1])
                }
        }

        return _datastream.join('&')
}


To This:
Code:

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


That got rid of the Javascript errors for me, and I have TCatt installed and it is all working just fine. I hope this helps a lot of you out. Enjoy!

Thanks!
That got the ajax working

w00t!

mblb 01-17-2009 11:53 PM

I just upgraded from version 3 and i am now running VB 3.8.0, Everything seems to be working fine!

Forgott3n 01-24-2009 05:55 AM

We're having trouble with the AJAX with our Fibe template for 3.7.3 PL1

We get the edit box open, but once clicking away it doesn't save. I suspect javascript conflicts...

The address is www.avrilbandaids.com/forums/

TFEX 01-26-2009 06:10 AM

I have done the javascript fix, but it only appears to work in the main style. Hack does not work in any of my other styles.

As a test, I uninstalled tcatt and reinstalled vbstatus to see if it would change, and nope, still only works in main style.

I anxiously await 3.8 version. Uninstalled for now. ;)

masons_mum 01-26-2009 01:55 PM

have you any idea why this wont work with the facebook connect mod? I have tried and tried but the pop up box to edit the status just wont work, it says error on page, the error being it doesnt support this method or property. It works fine when i disable the facebook connect mod, but my members would like both?

plR 02-10-2009 11:57 AM

nice one, ty

RobbieZ 02-19-2009 08:38 PM

Where do i find ajax_wrapper.js


When i press edit in my new style nothing happens.

All I see in me link is this :-


HTML Code:

javascript:Att_Ajax('userid=4&postid=26888','vbstatus/vbstatus_ajax.php')
EDIT: Found it, changed it, still doesnt work; only in default

Cobra-J82 02-22-2009 11:43 PM

Any Idea how to make the Font None Italic?
Thanks.

MikesSite 02-23-2009 03:19 AM

Very nice! Was looking for this

MikesSite 02-23-2009 09:44 PM

Does anybody know how to either add an "OK" button or how to disable 'Enter' or 'Return' from closing the edit screen?


All times are GMT. The time now is 01:57 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.01291 seconds
  • Memory Usage 1,740KB
  • 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
  • (1)bbcode_html_printable
  • (1)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