vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBChat v2.3 (https://vborg.vbsupport.ru/showthread.php?t=71049)

oldengine 01-09-2005 04:10 PM

Quote:

Originally Posted by wacnstac
I would like to get rid of the Status:XXX field on every line.

I'll try to write this up, but I'm a hack at code so you are on your own. Back up your stuff and don't harass me if it doesn't work for you. It works for me.

Insert in: vBChat.php
Code:

// Check Status
 
if($ThisMSG['vbchat_pref_status'] == ""){
$ThisMSG['vbchat_pref_status'] = "<i>None</i>";
}
 
// post time conversion
$mychat['time'] = vbdate($vboptions['timeformat'], $ThisMSG['s_postime']);
// end post time conversion
 
// WAAAAIT! Is this person ignored?



Original: Template: chat_row
Code:

<tr>
<td nowrap="nowrap" valign="top">[<span class='time'>Status: {$ThisMSG['vbchat_pref_status']}</span>] <b>{$ThisMSG['username']}:</b>
</td>
<td><font face='{$ThisMSG['vbchat_pref_font_face']}' style='color:{$ThisMSG['vbchat_pref_font_color']};'>{$ThisMSG['s_message']}</font></td>

Changed: Template: chat_row
Code:

<tr>
<td nowrap="nowrap" valign="top">[<span class='time'>{$mychat['time']}</span>] <b>{$ThisMSG['username']}:</b>
</td>
<td><font face='{$ThisMSG['vbchat_pref_font_face']}' style='color:{$ThisMSG['vbchat_pref_font_color']};'>{$ThisMSG['s_message']}</font></td>


Nordinho 01-09-2005 06:56 PM

Quote:

Originally Posted by oldengine
I'll try to write this up, but I'm a hack at code so you are on your own. Back up your stuff and don't harass me if it doesn't work for you. It works for me.

Insert in: vBChat.php
Code:

// Check Status
 
if($ThisMSG['vbchat_pref_status'] == ""){
$ThisMSG['vbchat_pref_status'] = "<i>None</i>";
}
 
// post time conversion
$mychat['time'] = vbdate($vboptions['timeformat'], $ThisMSG['s_postime']);
// end post time conversion
 
// WAAAAIT! Is this person ignored?



Original: Template: chat_row
Code:

<tr>
<td nowrap="nowrap" valign="top">[<span class='time'>Status: {$ThisMSG['vbchat_pref_status']}</span>] <b>{$ThisMSG['username']}:</b>
</td>
<td><font face='{$ThisMSG['vbchat_pref_font_face']}' style='color:{$ThisMSG['vbchat_pref_font_color']};'>{$ThisMSG['s_message']}</font></td>

Changed: Template: chat_row
Code:

<tr>
<td nowrap="nowrap" valign="top">[<span class='time'>{$mychat['time']}</span>] <b>{$ThisMSG['username']}:</b>
</td>
<td><font face='{$ThisMSG['vbchat_pref_font_face']}' style='color:{$ThisMSG['vbchat_pref_font_color']};'>{$ThisMSG['s_message']}</font></td>


I just changed the status name to mood...so users can add their mood...

Paul M 01-09-2005 07:47 PM

Quote:

Originally Posted by John Lester
Going on 2 months since the last update to this hack. No word from the developer...

Zero Tolerance, are you out there? Are you working on future versions?

According to his profile, he was last online yesterday - perhaps you could try PM'ing him.

BrianLarsen 01-09-2005 08:26 PM

in the chat row template I ended up with this.... seems to work

<tr>
<td nowrap="nowrap" valign="top"><b>{$ThisMSG['username']}:</b>
</td>
<td><font face='{$ThisMSG['vbchat_pref_font_face']}' style='color:{$ThisMSG['vbchat_pref_font_color']};'>{$ThisMSG['s_message']}</font></td>

oldengine 01-10-2005 01:15 AM

Yes, I didn't explain that my mod puts the post time stamp in place of status.

I'd rather see the time there. :ermm:

So much for sharing modifications. Over and out.

Murphinator 01-10-2005 11:33 PM

ok something happened with mine, i cant see my acp :( i log into it and theres a blank screen

oldengine 01-13-2005 06:01 PM

Is vBChat now dead? Has everyone moved to IRC with this one?

https://vborg.vbsupport.ru/showthread.php?t=59612

wheel 01-17-2005 10:28 PM

Dead? I just installed it and it's working fine - users are all happy (thanks ZT) :).

What's better - this or the IRC? I think I'd have to install an irc server to run that other hack, would I not?

zendiz 01-18-2005 12:03 AM

What to do for uninstall?

MikaK 01-18-2005 04:31 AM

Any news on the smilies issue ie. having a fixed set of smilies showing instead of the random one?
Thanks for any info.

-Mika


All times are GMT. The time now is 09:28 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.03054 seconds
  • Memory Usage 1,746KB
  • 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
  • (6)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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