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?


All times are GMT. The time now is 07:22 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.01643 seconds
  • Memory Usage 1,745KB
  • 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