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)

VBDev 05-21-2008 05:44 AM

Quote:

Originally Posted by Ranger187 (Post 1526262)
Yeah, check on that. It's on 3 forums I get to admin and no sticky anymore for admins at all... and settings are right.

Ok I put it in the issue list and will check that out... Must have been really tired when I tested it lol.

Quote:

Originally Posted by paldo (Post 1526488)
im having a problem whenever i enable the shout it loads a blank forums index page ..i refresh my browser it loads my forum .. shows a loading in the shoutbox then poof blank forums index page .. i deisable shout and the forums is fine

Any javascript errors in IE ?

Have you installed a fresh version or are you issued from upgrades ?

paldo 05-21-2008 05:49 AM

im using firefox .. i had your older version installed for the previous version of vb .. when i updated i installed the new chat and uninstalled the old version ..

i just tried i.e and same problem no shown errors within my browser .. btw thanks for all you do i love your shoutbox this is just a lil bump in the road im sure

if i enable inactive mode on chat the forums index will load but as soon as you type in a shout message it loads a white page

butch3r 05-21-2008 06:48 AM

Quote:

Originally Posted by Ranger187 (Post 1526262)
Yeah, check on that. It's on 3 forums I get to admin and no sticky anymore for admins at all... and settings are right.

I will second that

VBDev 05-21-2008 08:18 AM

Quote:

Originally Posted by butch3r (Post 1526524)
I will second that

Yup and I will say : added to the tofix list :)

Quote:

Originally Posted by paldo (Post 1526497)
im using firefox .. i had your older version installed for the previous version of vb .. when i updated i installed the new chat and uninstalled the old version ..

i just tried i.e and same problem no shown errors within my browser .. btw thanks for all you do i love your shoutbox this is just a lil bump in the road im sure

if i enable inactive mode on chat the forums index will load but as soon as you type in a shout message it loads a white page

Which vBulletin version are you using ? Chatbox js files in the clientscript directory are present ?

todosbaneados 05-21-2008 11:12 AM

I enable the chatbox but isnt apperas in anywhere!! i adjust the position of the chatbox too but i dont see anything

butch3r 05-21-2008 11:19 AM

Quote:

Originally Posted by todosbaneados (Post 1526744)
I enable the chatbox but isnt apperas in anywhere!! i adjust the position of the chatbox too but i dont see anything

Check Usergroups permissions

paldo 05-21-2008 12:57 PM

vBulletin® Version 3.7.0

and yes all the files are uploaded in the proper directories

Ranger187 05-21-2008 05:47 PM

Quote:

Originally Posted by VBDev (Post 1526493)
Ok I put it in the issue list and will check that out... Must have been really tired when I tested it lol.

Don't know if this helps, but it's bugging the crap outta me that I can't sticky something... If I goto mgc_cb_evo_chatbit_menu in the Style Manager you see below, but in Usergroup, there is no option for the sticky, or anywhere in the admincp in the MGC area either.

Code:

<div class="vbmenu_popup" id="chat_$chat[chatid]_menu" style="z-index: 1; position: absolute; display: none;">
    <table cellpadding="4" cellspacing="1" border="0">
      <tr>
        <td class="thead">$vbphrase[mgc_cb_evo_actions]</td>
      </tr>
      <tr>
        <td class="vbmenu_option" onmouseover="return hilite_chat_menu_item(this);" onmouseout="return unhilite_chat_menu_item(this);"><a href="member.php?$session[sessionurl]u=$user[userid]" rel="nofollow"><phrase 1="$user[raw_username]">$vbphrase[mgc_cb_evo_view_member_profile]</phrase></a></td>
      </tr>
      <if condition="$show['stickychat']">
            <tr>
                <if condition="$chat[sticky]">
                    <td class="vbmenu_option" onmouseover="hilite_chat_menu_item(this);" onmouseout="unhilite_chat_menu_item(this);" >
                        <a href="#mgc_cb_evo_top" rel="nofollow" onclick="return confirm_menu_action($chat[chatid],'$vbphrase[mgc_cb_evo_confirm_unsticky]','mgc_cb_evo_sticky_chat($chat[chatid],0)');">$vbphrase[mgc_cb_evo_unsticky_chat]</a>
                    </td>         
                <else />
                    <td class="vbmenu_option" onmouseover="hilite_chat_menu_item(this);" onmouseout="unhilite_chat_menu_item(this);" >
                        <a href="#mgc_cb_evo_top" rel="nofollow" onclick="return confirm_menu_action($chat[chatid],'$vbphrase[mgc_cb_evo_confirm_sticky]','mgc_cb_evo_sticky_chat($chat[chatid],1)');">$vbphrase[mgc_cb_evo_sticky_chat]</a>
                    </td>         
                </if>
            </tr>
      </if>
      $commands_chatbit_menubit
    </table>
</div>


stelthius 05-21-2008 08:22 PM

Hi sorry for my ignorance the other day i was having a bad day,

Im refering to this part of the HowTo

Quote:

On some styles, it's possible that the chatbox won't show as the automatic insertion in the templates is based on precise variables which might not be present in your style.
If you encounter this problem, follow these steps (I will take the display at the bottom of the forum home as an example but you can easily adapt it for another location causing a problem) :

- Go in the Plugin manager of your admincp
- Edit the "Chatbox display on forumhome" plugin
- Replace : $search_text = '$forumhome_markread_script'; <- doesnt exist in the coding
- By : $search_text = '$chatbox_forumhome';
- Then, go into the Style manager and edit the FORUMHOME template
- Put the $chatbox_forumhome var before the $footer var

VBDev 05-21-2008 09:47 PM

Quote:

Originally Posted by paldo (Post 1526823)
vBulletin? Version 3.7.0

and yes all the files are uploaded in the proper directories

Hum very odd, as it been working one time ?

Quote:

Originally Posted by stelthius (Post 1527273)
Hi sorry for my ignorance the other day i was having a bad day,

Im refering to this part of the HowTo

This is part of vBulletin, perhaps it's because you have a custom style ?

Quote:

Originally Posted by Ranger187 (Post 1527122)
Don't know if this helps, but it's bugging the crap outta me that I can't sticky something... If I goto mgc_cb_evo_chatbit_menu in the Style Manager you see below, but in Usergroup, there is no option for the sticky, or anywhere in the admincp in the MGC area either.

Code:

<div class="vbmenu_popup" id="chat_$chat[chatid]_menu" style="z-index: 1; position: absolute; display: none;">
    <table cellpadding="4" cellspacing="1" border="0">
      <tr>
        <td class="thead">$vbphrase[mgc_cb_evo_actions]</td>
      </tr>
      <tr>
        <td class="vbmenu_option" onmouseover="return hilite_chat_menu_item(this);" onmouseout="return unhilite_chat_menu_item(this);"><a href="member.php?$session[sessionurl]u=$user[userid]" rel="nofollow"><phrase 1="$user[raw_username]">$vbphrase[mgc_cb_evo_view_member_profile]</phrase></a></td>
      </tr>
      <if condition="$show['stickychat']">
            <tr>
                <if condition="$chat[sticky]">
                    <td class="vbmenu_option" onmouseover="hilite_chat_menu_item(this);" onmouseout="unhilite_chat_menu_item(this);" >
                        <a href="#mgc_cb_evo_top" rel="nofollow" onclick="return confirm_menu_action($chat[chatid],'$vbphrase[mgc_cb_evo_confirm_unsticky]','mgc_cb_evo_sticky_chat($chat[chatid],0)');">$vbphrase[mgc_cb_evo_unsticky_chat]</a>
                    </td>         
                <else />
                    <td class="vbmenu_option" onmouseover="hilite_chat_menu_item(this);" onmouseout="unhilite_chat_menu_item(this);" >
                        <a href="#mgc_cb_evo_top" rel="nofollow" onclick="return confirm_menu_action($chat[chatid],'$vbphrase[mgc_cb_evo_confirm_sticky]','mgc_cb_evo_sticky_chat($chat[chatid],1)');">$vbphrase[mgc_cb_evo_sticky_chat]</a>
                    </td>         
                </if>
            </tr>
      </if>
      $commands_chatbit_menubit
    </table>
</div>


Dont' worry I am on it ;)


All times are GMT. The time now is 03:56 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.04280 seconds
  • Memory Usage 1,770KB
  • 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_code_printable
  • (11)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