vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Chat Modifications - MGC Chatbox Evo (https://vborg.vbsupport.ru/showthread.php?t=168992)

solidlink 01-01-2009 06:51 AM

Quote:

Originally Posted by VBDev (Post 1697695)
What do you mean by clustered ?



It's because one of your member has a huge username so all chats are align on it.

oh ok thanks.

solidlink 01-01-2009 08:00 AM

hi VBDev, I've purchased the product and hope to remove the branding. Wonder if you can direct me to the necessary information? Do you mind pming me your msn contact? Thx!

Digital Jedi 01-01-2009 09:06 AM

Quote:

Originally Posted by solidlink (Post 1698389)
hi VBDev, I've purchased the product and hope to remove the branding. Wonder if you can direct me to the necessary information? Do you mind pming me your msn contact? Thx!

That info is available in the first post.

The Realist 01-01-2009 11:11 AM

1 Attachment(s)
I have 2 problems.

The box is not refreshing and I and others have to refresh our page (F5) and messages popup. I have set the refresh rate and its set to automatic but its still not doing it, was in the begining.

Also while the chatbox was trying to refresh I had the below error show up (see attachment).

Any ideas?

Regards.

VBDev 01-01-2009 12:35 PM

Quote:

Originally Posted by Harley D (Post 1698069)
Here is the CORRECT version.. AT LEAST IN MY CASE!

Code:

$mgc_cb_evo_js_vars
$mgc_cb_evo_js_script
 
<!-- Javascript popups -->
<div class="yui-skin-sam">
<div id="mgc_cb_evo_chat_popup"></div>
</div>
<div class="yui-skin-sam">
<div id="chatpopupinput" style="visibility: hidden;">
<div class="hd">$vbphrase[mgc_cb_evo_enter_info]</div>
<div class="bd">
<form method="post" action="assets/post.php">
    <div id="mgc_cb_evo_chat_popup_content"></div><input type="text" size="35" id="id_mgc_cb_evo_prompt_input" name="mgc_cb_evo_prompt_input" />
</form>
</div>
</div>
</div>
<!-- / Javascript popups -->
 
<!-- vBulletin Collapse Tricking -->
<div id="collapseobj_mgc_cb_evo" style="$vbcollapse[collapseobj_mgc_cb_evo];"></div>
<!-- / vBulletin Collapse Tricking -->
 
<if condition="THIS_SCRIPT == 'mgc_cb_evo'">
  <script type="text/javascript">var cb_location = "full";</script>
<else />
  <script type="text/javascript">var cb_location = "inc";</script>
</if>
 
<a name="mgc_cb_evo_top" id="mgc_cb_evo_top"></a>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="{$vbulletin->options[mgc_cb_evo_normalmode_width]}" align="center">
<!-- Chatbox Title Row -->
<thead>
  <tr>
      <td class="thead" align ="center" colspan="2">
        <a style="float:$stylevar[right]" href="#mgc_cb_evo_top" onclick="return exec_mgc_cb_evo_collapse();"><img id="collapseimg_mgc_cb_evo" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_mgc_cb_evo].gif" alt="" border="0" /></a>
        <span id='mgc_cb_evo_title_opened' <if condition="$vbcollapse[collapseobj_mgc_cb_evo] != ''">style='display: none'</if>>
            <span class="normalfont">
                $vboptions[mgc_cb_evo_title]
                <if condition="$vbulletin->options['mgc_cb_evo_show_channelname']">
                    $vboptions[mgc_cb_evo_channelname_separator] <span id="mgc_cb_evo_channel_name">&nbsp;</span>
                </if>
            </span>
        </span>
        <span id='mgc_cb_evo_title_closed' <if condition="$vbcollapse[collapseobj_mgc_cb_evo] == ''">style='display: none'</if>>
            $vboptions[mgc_cb_evo_title]&nbsp;<a href="#mgc_cb_evo_top" onclick="return exec_mgc_cb_evo_collapse();"><img src="$stylevar[imgdir_misc]/menu_open.gif" alt="" border="0" /></a>
        </span>             
        &nbsp;<span>[<a href="$vboptions[bburl]/mgc_cb_evo.php?$session[sessionurl]do=view_archives&amp;page=1">$vbphrase[mgc_cb_evo_archives]</a>]</span>
      </td>
  </tr>
</thead>
<!-- / Chatbox Title Row -->
 
<!-- Chatbox inner in opened mode -->
<tbody id="mgc_cb_evo_opened" style="$vbcollapse[collapseobj_mgc_cb_evo]">
  <!-- Announcement -->
  <if condition="!empty($vboptions[mgc_cb_evo_announcement])">
      <tr class="alt1" valign="middle" width="100%">
        <td colspan="2">
            $vboptions[mgc_cb_evo_announcement]
        </td>
      </tr>
  </if>
  <!-- / Announcement -->
 
    <!-- Editor if position above -->
  <if condition="$vboptions[mgc_cb_evo_editor_position] == 0">
        $mgc_cb_evo_editor
    </if>
    <!-- Editor if position above -->
 
    <!-- Chatbox row -->
  <tr class="alt2">
      <td width="100%" colspan="2">     
 
        <!-- Channel icons and chats -->
        <table width="100%" cellpadding="0" cellspacing="2">
            <tr>
                <if condition="$show['genchan']">
                        <td nowrap="nowrap" valign="top" align="$stylevar[left]">
                            <div id="channel_gen_on">
                                <img id="mgc_cb_channel_gen_on" src="$stylevar[imgdir_misc]/mgc_cb_evo/mgc_cb_gen_channel_sel.gif" width="20px" height="20px" alt="" border="0" title="$vbphrase[mgc_cb_evo_channel_gen]" />&nbsp;
                            </div>
                            <div id="channel_gen_off" style="display: none;">
                                <a href="#mgc_cb_evo_top" onclick="return display_channel(0);"><img id="mgc_cb_gen_off" src="$stylevar[imgdir_misc]/mgc_cb_evo/mgc_cb_gen_channel_nosel.gif" width="20px" height="20px" alt="" border="0" title="$vbphrase[mgc_cb_evo_channel_gen]" /></a>&nbsp;
                            </div>
                            <div id="channel_gen_new" style="display: none;">
                                <a href="#mgc_cb_evo_top" onclick="return display_channel(0);"><img id="mgc_cb_gen_new" src="$stylevar[imgdir_misc]/mgc_cb_evo/mgc_cb_gen_channel_new.gif" width="20px" height="20px" alt="" border="0" title="$vbphrase[mgc_cb_evo_channel_new]" /></a>&nbsp;
                            </div>
                            $channels_bit
                        </td>
                    </if>
              <td width="100%" colspan="<if condition="$show['genchan']">2<else />3</if>">
                    <div id="mgc_cb_evo_user_warn" <if condition="empty($warn_msg)">style="display: none;"</if>>$warn_msg</div>
                  <if condition="$vbulletin->options['mgc_cb_evo_separate_special_chats'] == 0">
                    <div style="width:100%; height: {$chatbox_height}px;overflow-y: auto;border: none; z-index: 1;" id="chats_container">
                        <table width="95%" align="$stylevar[left]" cellspacing="0">
                          <tbody id="chats">
                              <tr>
                                  <td>$vbphrase[mgc_cb_evo_loading]</td>
                                </tr>
                            </tbody>                         
                        </table>                 
                    </div>
                  <else />
                      <table width="100%">
                      <tr>
                        <td width="75%" align="left">
                        <div style="width:100%; height: {$chatbox_height}px;overflow-y: auto;border: none; z-index: 1;float: left;" id="chats_container">
                            <table width="95%" align="$stylevar[left]" cellspacing="0">
                              <tbody id="chats">
                                  <tr>
                                      <td>$vbphrase[mgc_cb_evo_loading]</td>
                                    </tr>
                                </tbody>                         
                            </table>                 
                        </div>
                        </td>
                        <td width="25%" align="left">
                        <div style="width:100%; height: {$chatbox_height}px;overflow-y: auto;border: none; z-index: 1;" id="schats_container">
                          <table width="95%" align="$stylevar[left]" cellspacing="0">
                            <tbody id="schats">
                                <tr>
                                    <td>&nbsp;</td>
                                  </tr>
                              </tbody>                         
                          </table>                 
                        </div>                                         
                      </td>
                    </tr>
                    </table>
                  </if>
 
                    <!-- Chatbox whosonline in tab -->
                    <if condition="$show['mgc_cb_evo_whoisonline'] && $vbulletin->options['mgc_cb_evo_whoisonline_showintab']">
                        <div id="collapseobj_mgc_cb_evo_online" style="display: none;width:100%; height: {$chatbox_height}px;overflow-y: auto;border: none; z-index: 1;">
                            <strong>$vbphrase[mgc_cb_evo_online_users]</strong> : <span id="mgc_cb_evo_nb_online_users"><if condition="$show['mgc_cb_evo_nouser_online']">0<else />$users_online[nb]</if></span> $vbphrase[mgc_cb_evo_users]
                            <span id="mgc_cb_evo_online_users">
                                <if condition="!$show['mgc_cb_evo_nouser_online']">
                                    <br />
                                    $users_online[list]
                                </if>
                            </span>
                        </div>
                    </if>
                    <!-- / Chatbox whosonline in tab -->                                 
 
 
              </td>
            </tr>
          </table>
        <!-- / Channel icons and chats -->         
      </td>
  </tr>
  <!-- / Chatbox row -->
 
  <!-- Editor if position below -->
    <if condition="$vboptions[mgc_cb_evo_editor_position] == 1">
        $mgc_cb_evo_editor
    </if>
    <!-- / Editor if position below -->
 
    <!-- Who is online in the chatbox -->
    <if condition="$show['mgc_cb_evo_whoisonline'] && !$vbulletin->options['mgc_cb_evo_whoisonline_showintab']">
      <tr class="alt1">
        <td width="100%" colspan="2">
            <strong>$vbphrase[mgc_cb_evo_online_users]</strong> : <span id="mgc_cb_evo_nb_online_users"><if condition="$show['mgc_cb_evo_nouser_online']">0<else />$users_online[nb]</if></span> $vbphrase[mgc_cb_evo_users]
            <span id="mgc_cb_evo_online_users">
              <if condition="!$show['mgc_cb_evo_nouser_online']">
                  <br />
                  $users_online[list]
              </if>
            </span>
        </td>
      </tr>       
  </if>
    <!-- / Who is online in the chatbox -->
</tbody>
<!-- Chatbox inner in opened mode -->
 
<!-- Chatbox inner in closed mode -->
<if condition="($vbcollapse[collapseobj_mgc_cb_evo] == '') || ($vbcollapse[collapseobj_mgc_cb_evo] != '' && !$vboptions['mgc_cb_evo_nbchats_closed'])">
  <tbody id="mgc_cb_evo_closed" style="display:none;">
<else />
  <tbody id="mgc_cb_evo_closed" style="">
</if>
  <tr class="alt2">
      <td colspan="2">
        <div id="chats_last">
              <table width="95%" align="$stylevar[left]" cellspacing="0">
                <tbody id="lchats">
                    <tr>
                          <td>$vbphrase[mgc_cb_evo_loading]</td>
                    </tr>
                </tbody>   
            </table>           
        </div>
      </td>
  </tr>
</tbody>
<!-- / Chatbox inner in closed mode -->
</table>

So if you have multiple themes and are having the same issue, just make sure this file is correct.

The product installer is not supposed to do your job ;)

It's up to you to revert the templates you have customized he he.

Quote:

Originally Posted by solidlink (Post 1698389)
hi VBDev, I've purchased the product and hope to remove the branding. Wonder if you can direct me to the necessary information? Do you mind pming me your msn contact? Thx!

You just have to upload files and import product :)

For any support question regarding the branding version please do it on forumcoding not here.

Quote:

Originally Posted by The Realist (Post 1698435)
I have 2 problems.

The box is not refreshing and I and others have to refresh our page (F5) and messages popup. I have set the refresh rate and its set to automatic but its still not doing it, was in the begining.

Also while the chatbox was trying to refresh I had the below error show up (see attachment).

Any ideas?

Regards.

There is a small problem of refresh in the current version for which sometimes chats don't get send. But are when page is refreshed.

However I haven't understand what you meant, can you please reformulate a bit more clearly please ?

VBDev 01-01-2009 12:36 PM

Happy new year to all of you and your family !

I wish you the best for 2009 in personnal as well as profesionnal life :)

The Realist 01-01-2009 01:13 PM

Has I stated, the refresh does not work and I and others have to manually refresh the page to see new messages.

Would installing an older version work better?

VBDev 01-01-2009 04:38 PM

Perhaps you are having issue due to current bugs.

If you can wait, wait till end of the week, new version will be out which fixes those issues.

The Realist 01-01-2009 04:44 PM

Will do, I'll wait a bit and see what comes.

Regards

rolfw1 01-01-2009 08:18 PM

Also having a couple of problems with the new version, can't get the chat box to show on my online.php page, nor on my photoplog, whereas it worked fine with the earlier version. Running 3.7.2 Patch Level 2 with vBSEO 3.2.0 RC8.

The channel markers now don't flash to indicate unread messages either.


All times are GMT. The time now is 01:17 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.16531 seconds
  • Memory Usage 1,812KB
  • 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
  • (1)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (7)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