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)

Duslerforum.ORG 11-25-2008 06:52 PM

As seen on the picture how can i make it to appear on the navigation bar...
i have set up everything, and it works fine, jst want it to be edited as on the picture


demo website screen picture

https://vborg.vbsupport.ru/

Sid_pachi 11-27-2008 02:18 PM

is there a way to get this to work with the VB censor words?

blackwater 11-27-2008 02:56 PM

not use turkish character ş,ğ,ı,? :(

Duslerforum.ORG 11-27-2008 03:09 PM

Quote:

Originally Posted by blackwater (Post 1674060)
not use turkish character ş,ğ,ı,? :(


Al dostum

https://vborg.vbsupport.ru/showpost....&postcount=360

sensimilla 12-02-2008 11:27 AM

Quote:

You did not select any posts to which the action you picked can be applied.
Anyone with such error ?

SHANE-D-PAIN 12-03-2008 08:13 AM

Quick question. Will I be able to Update my Status from the NavBar using this?

Rene Kriest 12-04-2008 02:48 PM

German Language Fix
In addition to the Turkish Language Fix (thanks to this one buddy!) comes the German Language Fix and further explanations to get this superb add-on to work with almost any language:
  • On your server open yourforum.com/.../vbstatus/vbstatus_ajax.php and search for the following code lines:
PHP Code:

if($vbulletin->options['vbstatus_wordwrap']){
        
$att->clean['statusupdate']=wordwrap($att->clean['statusupdate'], $vbulletin->options['vbstatus_wordwrap'], "\n"true);
        } 

  • After that code lines add the following magic code line:
PHP Code:

$att->clean['statusupdate'] = iconv("utf-8""iso-8859-1"$att->clean['statusupdate']); 


Multilanguage Fix
In order to get other languages to work with this add-on you only have to alter the ISO code in the mentioned php code fix.

$att->clean['statusupdate'] = iconv("utf-8", "iso-8859-1", $att->clean['statusupdate']);

Refer to this Wikipedia article to get the desired ISO reference number and change the ISO code (marked in orange):
  • iso-8859-1 = Latin/West-European
  • ...-5 = Latin/Cyrillic
  • ...-6 = Latin/Arabic
Usually you only have to change the last diggit(s).

Enjoy! :)

Wordplay 12-10-2008 07:54 PM

sweet does this work on vb3.8?

Wordplay 12-10-2008 07:56 PM

Quote:

Originally Posted by xuanhuy238 (Post 1672408)
Nice hack!

I hope this hack will have many fuctions in next time.

Add emoticons, insert link, change pharses ... ect.

please don't take it there! it's simple and smooth just the way it is!

but is it possible to display it in the usercp, so people can see it in their control panel?

Duslerforum.ORG 12-10-2008 09:30 PM

Quote:

Originally Posted by SHANE-D-PAIN (Post 1677636)
Quick question. Will I be able to Update my Status from the NavBar using this?


yess

Will I be able to Update my Status from the NavBar using this?

DJScorpio 12-15-2008 11:12 AM

for some reason i cannot update my status.. and no1 else cann.. nothing pops up.. and inline doesnt work either..

mallupirates 12-15-2008 05:53 PM

great mode, thanks... could we change the colours of the status message?

petersweb 12-21-2008 10:25 AM

Quote:

Originally Posted by DJScorpio (Post 1685807)
for some reason i cannot update my status.. and no1 else cann.. nothing pops up.. and inline doesnt work either..

This Mod used to work on my site until today. It now behaves as DJScorpio reported earlier. I haven't upgraded vBulletin since installing it...still running VB 3.7.3 PL1.

Anyone have any ideas how to fix? If I can't find a fix in the next day or two I'll have to disable it until I can find the solution.

DannyC55 12-21-2008 12:36 PM

Quote:

Originally Posted by petersweb (Post 1690192)
This Mod used to work on my site until today. It now behaves as DJScorpio reported earlier. I haven't upgraded vBulletin since installing it...still running VB 3.7.3 PL1.

Anyone have any ideas how to fix? If I can't find a fix in the next day or two I'll have to disable it until I can find the solution.

Same for me, it stopped working last week, So I've uninstalled it. Tried it again and it still fails to work.

mikeo9043 12-22-2008 05:32 AM

I just installed it, great mod! I was thinking though maybe a different position other then above the User Title would be good, because things look a bit clustered. Overall though great mod!

jlew24asu 01-02-2009 12:18 PM

this mod stopped working for some reason. when I click on edit, nothing happens. so I upgraded and its still not working. :confused:

jlew24asu 01-02-2009 12:44 PM

uninstalled. something about the template edits is wrong I think.

nighteyes 01-03-2009 06:59 AM

Great idea. Unfortunately doesn't want to work on a vBSEO enabled site. Tried setting the URLs to $vboptions[bburl]/vbstatus/ in all templates and it still doesn't work.

nighteyes 01-03-2009 07:01 AM

Ah OK I see it's broken in recent versions of vBulletin 3.7.3 and above.

Uninstalled until somebody finds a fix.

Lovers Master 01-03-2009 08:20 PM

when i click on edit
this error message display

PHP Code:

Your submission could not be processed because a security token was missing.

If 
this occurred unexpectedlyplease inform the administrator and describe the action you performed before you received this error.
Your submission could not be processed because a security token was missing.

If 
this occurred unexpectedlyplease inform the administrator and describe the action you performed before you received this error

:confused:

useakme 01-03-2009 09:45 PM

Installed but it won't let me change the status.. you click on 'edit' and nothing happens. Im running 3.7.2

cfrench 01-04-2009 01:47 AM

Same here, can't edit the status!

useakme 01-04-2009 07:59 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!



Excellent... worked great.

Alfa1 01-10-2009 06:27 PM

Does this work in vb 3.8?

JAnders 01-11-2009 06:27 AM

i installed it and it's not working

on firefox I don't nothing happens when I click edit either on the inline editor or the pop up. in IE i get the pop up and the inline editor but I can't save.

any help would be appreciated

www.fifamexico.net/foros this is where the mod is at

thanks

null parameter's change fixed my issue... this change should be rolled into the actual code. cheers!

BWJ 01-11-2009 08:54 PM

Quote:

null parameter's change fixed my issue
Sorry, then what exactly should you do to fix it?

TFEX 01-12-2009 01:44 AM

Quote:

Originally Posted by JAnders (Post 1708290)
i installed it and it's not working

on firefox I don't nothing happens when I click edit either on the inline editor or the pop up. in IE i get the pop up and the inline editor but I can't save.

any help would be appreciated

www.fifamexico.net/foros this is where the mod is at

thanks

null parameter's change fixed my issue... this change should be rolled into the actual code. cheers!

Funny I have TCatt installed and I've never had to do this... perhaps only in 3.8? Duly noted, regardless.

Brandon Sheley 01-12-2009 02:20 AM

It would be lovely if this could pull the info we post to twitter and use this info in the postbit :)

mikeinjersey 01-13-2009 01:04 PM

would be great if this could be used to display "who is online" data.

example : "John is viewing Foxnews Sukx thread"...

Any chance it could be incorporated eventually ?

javolin14 01-14-2009 07:02 AM

I've followed the instructions on install and i've done everything RIGHT however when i set to inline edit or popup edit i get this error below::

How do i fix this??

Code:

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@combatcentral.net and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at combatcentral.net Port 80
Administrator


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 12:06 AM.

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.01875 seconds
  • Memory Usage 1,844KB
  • 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
  • (5)bbcode_code_printable
  • (1)bbcode_html_printable
  • (3)bbcode_php_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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