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)

TimberFloorAu 07-27-2008 06:26 AM

We have had it working.

In fact this is a demo of it working.

http://www.yobromofo.com/forum/tutor...ng_status.html

Since the upgrade to version 4, I think any such html injection which compromised security , have been addressed.

Ste

PoetJA-1975 07-27-2008 08:29 AM

yeah - it's not the security bit that's at issue.
There's evidently some sort of javascript conflict.
It's odd really - because you and others have had no issue with the mod, works right out-of-box so to say - But me and others have had an issue where the Edit button does absolutely nothing... It just sits and looks fabulous LOL

Jacquii.

grunt482 07-27-2008 07:08 PM

Is it possible to change the color of you vb status. Maybe make the status in another color. Anyone got any idea of it can be done with a simple code manipulation?

Ov3rrun 07-29-2008 08:12 AM

Quote:

Originally Posted by Konstantinos (Post 1548962)
it doesnt work for non english characters it messes up the encoding

Yup, same here, dont work with spanish characters (? ?????)

orel 07-29-2008 12:46 PM

what about hebrew support?

bocek 07-29-2008 01:10 PM

Quote:

Originally Posted by Ov3rrun (Post 1586510)
Yup, same here, dont work with spanish characters (? ?????)

Quote:

Originally Posted by orel (Post 1586633)
what about hebrew support?

working fine for me for turkish with below modification:

Quote:

Originally Posted by marcinl (Post 1566501)
For anyone having problems with non-English languages being improperly displayed by this mod, there is a very simple solution. But you need the iconv extension installed for you php - it's probably by default if you have PHP5.

Open the file vbstatus_ajax.php

find:

PHP Code:

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

And after that add just one line:

PHP Code:

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

Obviously, in place of iso-8859-2, you have to put the correct encoding that you're using on you VB site.

It works perfectly for me in case of Polish.

thanks marcinl :up:

jlew24asu 07-29-2008 09:14 PM

I'm sorry if this has been asked before but how do I add this above the post count (on the right), instead below the user name?

aykolandforum 07-30-2008 07:28 AM

very nice thanx

bada_bing 07-30-2008 03:11 PM

I have installed this but when I click the edit nothing happens. I tried both inline and popup and in both IE and Firefox. Whats going on?

chris1979 07-30-2008 07:12 PM

Works great for me!


All times are GMT. The time now is 07:40 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.01824 seconds
  • Memory Usage 1,748KB
  • 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_php_printable
  • (4)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