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)

Darkstarproject 11-14-2008 01:15 AM

*Installed*

It would be nice to be able to change the default text style/color

jazde86 11-14-2008 03:05 PM

Add timestamp and history, please. :)

PaulSonny 11-17-2008 02:07 PM

Would it be possible with this hack to display all members latest status on one page similar to Facebook?

Regards, Paul.

Abominus 11-17-2008 10:14 PM

Hi,

is it possible to kick the username out? Just only want to have the status without the name :)

Regards
Abo

ShadowOne 11-18-2008 12:00 AM

Quote:

Originally Posted by Abominus (Post 1667772)
Hi,

is it possible to kick the username out? Just only want to have the status without the name :)

Regards
Abo

In All The Template MODS That Are Given...Inbetween:
Code:

<!--BEGIN VB STATUS-->
<!--BEGIN VB STATUS-->
<!--BEGIN VB STATUS-->

and

Code:

<!--END VB STATUS-->
<!--END VB STATUS-->
<!--END VB STATUS-->

Erase This Line:
Code:

$post[username]
To Take Out The is I Think Its:
Code:

<em id="vbstatus_$post[postid]">
Does That Help?

sensimilla 11-18-2008 02:03 PM

inline editing doesnt work for me. nice idea.

BobbyDiesel 11-18-2008 04:35 PM

Neat. Thank you.

Abominus 11-18-2008 05:37 PM

Quote:

Originally Posted by ShadowOne (Post 1667814)
In All The Template MODS That Are Given...Inbetween:
Code:

<!--BEGIN VB STATUS-->
<!--BEGIN VB STATUS-->
<!--BEGIN VB STATUS-->

and

Code:

<!--END VB STATUS-->
<!--END VB STATUS-->
<!--END VB STATUS-->

Erase This Line:
Code:

$post[username]
To Take Out The is I Think Its:
Code:

<em id="vbstatus_$post[postid]">
Does That Help?

Thanks! I just kick out the Line to erase, the "is" could be erased inside the admincp :).

xuanhuy238 11-25-2008 01:46 AM

Nice hack!

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

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

Thanks for this!

Duslerforum.ORG 11-25-2008 02:15 PM

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-9"$att->clean['statusupdate']); 

turkish language php code iso-8859-9


All times are GMT. The time now is 02:43 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.01751 seconds
  • Memory Usage 1,744KB
  • 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
  • (8)bbcode_code_printable
  • (2)bbcode_php_printable
  • (2)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