Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > vB Chat
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Language Phrases For vBChat ? Details »»
Language Phrases For vBChat ?
Version: , by Mechanical Mind Mechanical Mind is offline
Developer Last Online: Aug 2005 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 03-02-2005 Last Update: Never Installs: 0
 
No support by the author.

Hi all. I would like to modify the following phrase:

"No one is currently inside vBChat"

I would like to modify this phrase to ____ (nothing there, like   ) But I can't find it anywhere in a search in phrase manager.

Any suggestions?

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 03-02-2005, 11:57 AM
Zero Tolerance's Avatar
Zero Tolerance Zero Tolerance is offline
 
Join Date: Feb 2004
Location: England
Posts: 813
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That's because i don't like vBulletin's phrase system

Just search in index.php for that and you will see it

- Zero Tolerance
Reply With Quote
  #3  
Old 03-02-2005, 12:00 PM
Mechanical Mind's Avatar
Mechanical Mind Mechanical Mind is offline
 
Join Date: Sep 2004
Location: USA
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmmm...

I logged into my server via FTP and I searched in the index.php that is in the ROOT-ROOT directory, the one that is in the FORUM-ROOT directory, and the one that is in ADMINCP... I could not find any trace of this phrase or even "vBChat" for that matter?

Am I doing something wrong? Looking in the wrong place?

I would like to donate some loot to your fund. Where the "Sticky" up top to "Donate" ??? :surprised:
Reply With Quote
  #4  
Old 03-02-2005, 12:09 PM
Zero Tolerance's Avatar
Zero Tolerance Zero Tolerance is offline
 
Join Date: Feb 2004
Location: England
Posts: 813
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Perhaps you didn't make the edit to index.php, but it is there, search for:
Code:
$invBChat = "<i>No one is currently inside vBChat</i>";
In your forums root directory index.php

If you would like to donate, then read the first post in the vBChat topic, near the bottom
https://vborg.vbsupport.ru/showthread.php?t=71049

- Zero Tolerance
Reply With Quote
  #5  
Old 03-02-2005, 12:36 PM
Mechanical Mind's Avatar
Mechanical Mind Mechanical Mind is offline
 
Join Date: Sep 2004
Location: USA
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, by cracky! It was there. But for some reason my "find" feature would not locate it. Ah well, anyway...

Here is a section of code from forumroot/index.php: (with the section in question highlited)

Code:
 if(is_array($vbchat_users)){
  foreach($vbchat_users as $invbc){
   if($invBChat == ""){
   $extra = "";
   } else {
   $extra = ", ";
   }
  // Get Username Style
  $invbc['musername'] = fetch_musername($invbc);
  $invBChat .= "{$extra}<a href='member.php?{$session['sessionurl']}&u={$invbc['userid']}'>{$invbc['musername']}</a>";
  }
 }
 if($invBChat == ""){
 $invBChat = "<i>No one is currently inside vBChat</i>";
 }
 foreach($userinfos AS $userid => $loggedin)
 {
  $numberregistered++;
  if ($userid != $bbuserinfo['userid'])
  {
   $inforum["$loggedin[inforum]"]++;
  }
  $loggedin['musername'] = fetch_musername($loggedin);
  if (fetch_online_status($loggedin))
How do I modify the phrase to be BLANK (as in non-existent)?

And does this phrase appear anywhere else besides on the forumhome stats area?
Reply With Quote
  #6  
Old 03-02-2005, 12:37 PM
Zero Tolerance's Avatar
Zero Tolerance Zero Tolerance is offline
 
Join Date: Feb 2004
Location: England
Posts: 813
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Change it to:

Code:
$invBChat = "";
And if no users are inside, it will be blank.

And it appears no where else

- Zero Tolerance
Reply With Quote
  #7  
Old 03-02-2005, 12:38 PM
Deaths Deaths is offline
 
Join Date: Oct 2004
Location: Europe, Belgium
Posts: 679
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

PHP Code:
$invBChat ""
Reply With Quote
  #8  
Old 03-02-2005, 12:39 PM
Mechanical Mind's Avatar
Mechanical Mind Mechanical Mind is offline
 
Join Date: Sep 2004
Location: USA
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks ZT.

I would like to take this opportunity to encourage others "enjoying" this hack to donate. It's only right.

:up:

UPDATE

OOPS! I erased index.php in Root-Root directory. Now I can't even access my website. Time to contact my webhost, I think. Any suggestions anyone?
Reply With Quote
  #9  
Old 03-02-2005, 12:56 PM
Zero Tolerance's Avatar
Zero Tolerance Zero Tolerance is offline
 
Join Date: Feb 2004
Location: England
Posts: 813
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do you have index.php on your HD?

- Zero Tolerance
Reply With Quote
  #10  
Old 03-02-2005, 01:03 PM
Mechanical Mind's Avatar
Mechanical Mind Mechanical Mind is offline
 
Join Date: Sep 2004
Location: USA
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Zero Tolerance
Do you have index.php on your HD?

- Zero Tolerance
Oh, ya... :nervous:

I guess that is why I do those weekly file and database backups. Thanks ZT.

I simply FTP'ed a copy of my root-root/index.php file back to the server. et voila!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:14 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04352 seconds
  • Memory Usage 2,299KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (1)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete