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 03-11-2009 05:59 PM

Quote:

Originally Posted by Speedy1505 (Post 1765660)
pusch :)

Well anyone having issues to show chatbox on whosonline page ?

Have you tried with "on every page below navbar" option ?

Quote:

Originally Posted by l_amhed (Post 1765808)
Thanks for your answer VBdev !



You've been right, I figured out what was the problem, one of the js and one css files were corrupted. I redownloaded the zip and it fixes the loading stuff (even if it is quite slow with my small connection).

I just have a small display problem with the white arrow on the left side of the chats (see the screenshot) it doesn't appear anymore. What have I done wrong ? (maybe it's an option I didn't see)

Your style is missing menu_open.gif image (default in vB).

Playa82 03-11-2009 06:05 PM

I get this error:

Your submission could not be processed because a security token was missing.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.

any help ?

pedroenf 03-11-2009 06:12 PM

Quote:

Originally Posted by VBDev (Post 1765874)
Here is the fix, edit the includes/class_dm_mgccbchat.php file and search for :
PHP Code:

                if ($this->mgc_cb_evo_chat['coidentifier'] == 'pm')
                {
                    
$this->do_set('toname'$getuser['username']);
                    
$this->do_set('tousergroupid'$getfromuser['usergroupid']);
                    
$this->do_set('todisplaygroupid'$getfromuser['displaygroupid']);                
                    
$this->do_set('tohascustomavatar',$getfromuser['hascustomavatar']);
                    
$this->do_set('toavatarpath',$getfromuser['avatarpath']);
                    
$this->do_set('toavatardateline',$getfromuser['avatardateline']);
                    
$this->do_set('toavwidth',$getfromuser['avwidth']);
                    
$this->do_set('toavheight',$getfromuser['avheight']);
                    
$this->do_set('toavwidth_thumb',$getfromuser['avwidth_thumb']);
                    
$this->do_set('toavheight_thumb',$getfromuser['avheight_thumb']);
                    
$this->do_set('tofiledata_thumb',$getfromuser['filedata_thumb']);
                    
$this->do_set('toavatarid',$getfromuser['avatarid']);
                    
$this->do_set('toavatarrevision',$$getfromuser['avatarrevision']);                
                } 

Replace by :

PHP Code:

                if ($this->mgc_cb_evo_chat['coidentifier'] == 'pm')
                {
                    
$this->do_set('toname'$getuser['username']);
                    
$this->do_set('tousergroupid'$getuser['usergroupid']);
                    
$this->do_set('todisplaygroupid'$getuser['displaygroupid']);                
                    
$this->do_set('tohascustomavatar',$getuser['hascustomavatar']);
                    
$this->do_set('toavatarpath',$getuser['avatarpath']);
                    
$this->do_set('toavatardateline',$getuser['avatardateline']);
                    
$this->do_set('toavwidth',$getuser['avwidth']);
                    
$this->do_set('toavheight',$getuser['avheight']);
                    
$this->do_set('toavwidth_thumb',$getuser['avwidth_thumb']);
                    
$this->do_set('toavheight_thumb',$getuser['avheight_thumb']);
                    
$this->do_set('tofiledata_thumb',$getuser['filedata_thumb']);
                    
$this->do_set('toavatarid',$getuser['avatarid']);
                    
$this->do_set('toavatarrevision',$getuser['avatarrevision']);                
                } 



Working fine now. Thanks VBDev. This is from far the best release of this chatbox. I did not upgrade to the previous one, i was waiting for this one :D

Markos 03-11-2009 06:47 PM

Quote:

Originally Posted by VBDev (Post 1765881)
Well anyone having issues to show chatbox on whosonline page ?

Have you tried with "on every page below navbar" option ?

I'm getting the same problem its not just the whose online its not showing up

RedDevil 03-11-2009 07:40 PM

I have anothe rproblem since updating it wont display in the Arcade, ive checked and all set as per instructions and was working fine before upgrade to latest version.

Any idea of the cure.

Doctor Death 03-11-2009 08:12 PM

Can you check with the new version if the default channel for different usergroups is broken?

It appears as if it is inoperative.

Thanks!

RedDevil 03-11-2009 08:18 PM

Quote:

Originally Posted by Doctor Death (Post 1765983)
Can you check with the new version if the default channel for different usergroups is broken?

It appears as if it is inoperative.

Thanks!


How do you mean, you have to set usergroup permissions for them to be able to see and use the channel, via usergroup in admin panel

Prettyeyes4you 03-11-2009 08:45 PM

Thanks, I have just installed this in our test board, no issues so far. We're running VB 3.8.1 CMPS 3.1.0
Only problems so far were ID 10 T errors

During the install we followed the directions and U/Led the Files folder to the root - MISTAKE - when we did what was in the folder to the appropriate place everything worked fine

We had it up and running but couldn't see it - MISTAKE - Once permissions were done ta-da

Will keep you informed if we run into anything but thanks again

l_amhed 03-11-2009 08:47 PM

Hi VBDev !

Quote:

Originally Posted by VBDev (Post 1765880)
Nope here is the fix, edit clientscript/mgc_cb_evo/mgc_cb_evo_functions.js and search for:
Code:

e.get("firstChild")
Replace by :
Code:

e.firstChild

Done but it doesn't fix the problem for me.

Quote:

Originally Posted by VBDev (Post 1765881)
Your style is missing menu_open.gif image (default in vB).

Nope it is present, but I made some tests and find that in the mgc_cb_evo_chatbit_col_menu template if I remove in the conditional :
&& empty($vbcollapse[collapseobj_mgc_cb_evo])

It works and maybe it is related to the collapse/display problem

Doctor Death 03-11-2009 08:47 PM

Quote:

Originally Posted by Red-Devil (Post 1765985)
How do you mean, you have to set usergroup permissions for them to be able to see and use the channel, via usergroup in admin panel

Right, I have set the default channel, but within usergroups I have specified a different channel as the default for certain usergroups. It worked well two updates prior to this, but now it seems that even though the option is still in there for usergroups, it ignores the start channel and goes to the system default.

Hope I was clear enough :)


All times are GMT. The time now is 08:10 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.13326 seconds
  • Memory Usage 1,781KB
  • 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
  • (2)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)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