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)

Rap-royalty.com 11-29-2012 10:54 PM

Did a search in this thread and nothing turned up unless I missed it...

Installed this on a VB 3.7.2, it works fine, but when enabling the PM tabs function the box disappears and it looks like this:
http://img849.imageshack.us/img849/1684/machomano.jpg

Turning off the PM tab feature the box returns to normal functionality. Is there something we're missing here?

Outside of that, one of the better plugins made. Good work.

JMocks 12-01-2012 05:38 PM

How would one change the color scheme for this?

nchoate97 12-01-2012 06:36 PM

I uploaded this and it created no errors, but the chatbox never did show

JMocks 12-01-2012 09:00 PM

Quote:

Originally Posted by nchoate97 (Post 2387383)
I uploaded this and it created no errors, but the chatbox never did show

You have to go into your "User Groups" and enable it for the user groups you want to see it.

blind-eddie 12-03-2012 02:24 PM

I have searched & searched & see others are also having an issue with commands dropdown links not working.
Has anyone solved this issue & would be willing to share your information?

midgetgrimm 12-03-2012 11:52 PM

Quote:

Originally Posted by VBDev (Post 2385557)
Do you see the notifications in sidebar block when you go in the forum blocks manager ?



Look in the chatbox help, if you have enabled the ban command.

Cl?ment

Quote:

Originally Posted by blind-eddie (Post 2388070)
I have searched & searched & see others are also having an issue with commands dropdown links not working.
Has anyone solved this issue & would be willing to share your information?

Are you referring to the down carat to the left of the bubble next to the name? If you click it, it does NOT show, right? Try this, click on the carat, and scroll down. You might see the box floating in the middle of the page somewhere. If that is the case then you need adjust some of the CSS for the chatbox.

You need find the div 'div.cb_vbmenu_head' or a dive in that 'Actions' block, and adjust the element position:absolute; to position:relative;

That worked for me when I couldn't find my dropdown either. Cheers!

blind-eddie 12-04-2012 03:25 AM

Thanks for your reply... the css is not the issue, nothing works when I click anything in the dropdown, after clicking lets say, Report Chat" the drop down just closes & nothing happens... this happens wit every link within the dropdown.. Not sure why... I see others are having this same issue also.

I don't remember having this issue with last version.

Ranger187 12-05-2012 02:58 AM

Quote:

Originally Posted by blind-eddie (Post 2388279)
Thanks for your reply... the css is not the issue, nothing works when I click anything in the dropdown, after clicking lets say, Report Chat" the drop down just closes & nothing happens... this happens wit every link within the dropdown.. Not sure why... I see others are having this same issue also.

I don't remember having this issue with last version.

===============================

VBDev..... We are running the live version on mgcproducts on php 5.2 I think it's time to have it upgraded to php 5.3 because this issue is too large and replicated among a lot of people now.

I am running PHP v5.3.13 and it works for me....

Just a thought, the people with php 5.3 do you have short open tags on or off in the ini?

blind-eddie 12-05-2012 05:12 AM

I am using php 5.2.
I will change my php to 5.3. I didn't think 3.8 would work on 5.3... I guess I will find out. BRB

Ranger187 12-05-2012 06:23 AM

Quote:

Originally Posted by blind-eddie (Post 2388590)
I am using php 5.2.
I will change my php to 5.3. I didn't think 3.8 would work on 5.3... I guess I will find out. BRB


All the bases are vb4.x
PHP 5.2 / 5.3

VB3 will have calls and functions not found in PHP 5.3 due to VB changing the code.

vilambara 12-06-2012 04:47 PM

Hi for me its showing..but probs is still loading and geting this message..

Error : A chat is already being processed, please wait.

My VB version is 4.2.0

any help would be much appreciated..

1F42 12-06-2012 07:54 PM

Quote:

Originally Posted by blind-eddie (Post 2388590)
I am using php 5.2.
I will change my php to 5.3. I didn't think 3.8 would work on 5.3... I guess I will find out. BRB

Yup I get the same, the pop up box works but none of the options inside work, but i'm already using PHP Version 5.3.14 and yes VB v3.8.7 works fine with it.

Fatal Hazard 12-06-2012 07:57 PM

How do I ban a user temporarily? I saw the command: \ban d uname but I am not sure what to input.

Thanks in advance

Ranger187 12-06-2012 09:04 PM

Quote:

Originally Posted by vilambara (Post 2388931)
Hi for me its showing..but probs is still loading and geting this message..

Error : A chat is already being processed, please wait.

My VB version is 4.2.0

any help would be much appreciated..

What version are you running of the chat?

Do you have mod security enabled?

Short open tags?

More info is needed to support you. Thanks!

vilambara 12-07-2012 06:40 AM

Quote:

Originally Posted by Ranger187 (Post 2388983)
What version are you running of the chat?

Do you have mod security enabled?

Short open tags?

More info is needed to support you. Thanks!


Thanks for the reply ranger.

using 3.3.0 latest version.

sorry, I am noob in this..

what is mod security? and where should i enable it?



Thanks.

Ranger187 12-07-2012 08:26 AM

Quote:

Originally Posted by vilambara (Post 2389042)
Thanks for the reply ranger.

using 3.3.0 latest version.

sorry, I am noob in this..

what is mod security? and where should i enable it?



Thanks.

It's in the install readme, and on VB admincp, it's in the maintenance area > diagnostics.... Tell me what it outputs. Will either be a yes or no.

Tomorrow after 4pm EST, I'll be home and I can login to your server and troubleshoot it if you want. Just PM me the: hostname, username/password (that has admin rights) and I can look around.

If we do this, FIRST preform a full system backup SQL/WWW dir.... and if something goes wrong, you can quickly push the restore back.

I'm passing out now. I'll check back after work.

blind-eddie 12-07-2012 03:18 PM

I just checked my error logs and found the following error.

Class 'MGCCbEvo_permissions' not found in /home1/xxxxxxxx/public_html/blindeddie/forum/mgc_cb_evo/classes/class_core.php on line 32

Any one else get this error?

Ranger187 12-07-2012 10:57 PM

Quote:

Originally Posted by blind-eddie (Post 2389106)
I just checked my error logs and found the following error.

Class 'MGCCbEvo_permissions' not found in /home1/xxxxxxxx/public_html/blindeddie/forum/mgc_cb_evo/classes/class_core.php on line 32


Any one else get this error?

Not me...

1F42 12-08-2012 10:38 AM

nor me stil have the same problem though

blind-eddie 12-08-2012 03:58 PM

MGC Chatbox Evo v2.4.2 is working fine on a friends site. Where can I download it?

1F42 12-08-2012 06:52 PM

3.0.0 will work fine to! wished I had never updated to 3.3.0 and MGC should make that older version available again at least until they get it working correctly. By the way the drop down boxes work in Chrome.

Ranger187 12-10-2012 01:40 PM

Quote:

Originally Posted by 1F42 (Post 2389386)
3.0.0 will work fine to! wished I had never updated to 3.3.0 and MGC should make that older version available again at least until they get it working correctly. By the way the drop down boxes work in Chrome.

I think the issues with 3.3.0 are... due to not enough beta tests done. Obviously changes need made in quality control and addressed because previous releases had less bugs.

VBDev has been super busy working on the VB5 alpha version (it's not even beta) and other activities but he said he'd have more free time to work more on it.

blind-eddie 12-10-2012 01:50 PM

I reverted back to 2.4.2, it works for me.

I would like to move the channels Icons to the chatbox header, has anyone done this and would you mind sharing your edit?

Also, you can only swicth channels in full chat, what would I need to do to get the channels to show in small chat box?

Thank you.

Fatal Hazard 12-10-2012 08:28 PM

How do I temporarily ban a user? I have found the /ban d uname command but I am not sure how to use it.

thanks in advance

Detay 12-11-2012 08:12 AM

I work on the site. Not had any problems

Ranger187 12-11-2012 08:11 PM

Quote:

Originally Posted by Fatal Hazard (Post 2389868)
How do I temporarily ban a user? I have found the /ban d uname command but I am not sure how to use it.

thanks in advance

There is no temp ban that I know of.

Make sure you have the ban feature enabled: AdminCP > MGC Chatbox Evo > Manage commands > Ban

Make sure that's enabled, and that the usergroup you want to be able to use that feature is enabled.

/ban show , or type /ban and the full list shows.

Fatal Hazard 12-12-2012 07:19 PM

Quote:

Originally Posted by Ranger187 (Post 2390096)
There is no temp ban that I know of.

Make sure you have the ban feature enabled: AdminCP > MGC Chatbox Evo > Manage commands > Ban

Make sure that's enabled, and that the usergroup you want to be able to use that feature is enabled.

/ban show , or type /ban and the full list shows.

I saw in the help section that you can. When you are typing your text in the chatbox press backspace when it is empty and there is a temporary ban option. Here look:
https://vborg.vbsupport.ru/external/2012/12/12.png

Ranger187 12-13-2012 01:15 AM

Then that's the only options you have. ;)

d0zer 12-15-2012 08:27 PM

mobile style error


Warning: Invalid argument supplied for foreach() in [path]/mgc_cb_evo/classes/class_display.php on line 124

Warning: Invalid argument supplied for foreach() in [path]/mgc_cb_evo/classes/class_display.php on line 148

http://www.forumdevi.com/forum.php?styleid=18 to mozilla firefox

War Machine 12-17-2012 06:58 PM

I can't disable chat because my forum be blank all pages!!! Tell me a solution please!!!

Joemadden1989 12-18-2012 06:54 AM

Hi all,

Has anyone figured out to get clickable hyperlinks in the chatbox? Outs dosent seam to make the links clickable?

Cheers

Joe.

Ranger187 12-18-2012 08:53 PM

Quote:

Originally Posted by War Machine (Post 2391339)
I can't disable chat because my forum be blank all pages!!! Tell me a solution please!!!

This is why it says to do a backup BEFORE you do anything. In case the person installing ANY plugin messes something up or doesn't follow directions they can revert.

The solution is simple. Edit your config file and disable plugins. Something else you did is causing that error.

VBDev 12-19-2012 04:49 PM

Quote:

Originally Posted by Fatal Hazard (Post 2390336)
I saw in the help section that you can. When you are typing your text in the chatbox press backspace when it is empty and there is a temporary ban option. Here look:
https://vborg.vbsupport.ru/external/2012/12/12.png

You have to activate commands autocomplete, this is an option.

Quote:

Originally Posted by d0zer (Post 2390958)
mobile style error


Warning: Invalid argument supplied for foreach() in [path]/mgc_cb_evo/classes/class_display.php on line 124

Warning: Invalid argument supplied for foreach() in [path]/mgc_cb_evo/classes/class_display.php on line 148

http://www.forumdevi.com/forum.php?styleid=18 to mozilla firefox

I recommand deactivating the chatbox for the mobile style, it's not meant for it.
Use the disable in certain styles option in display options.

Quote:

Originally Posted by Joemadden1989 (Post 2391445)
Hi all,

Has anyone figured out to get clickable hyperlinks in the chatbox? Outs dosent seam to make the links clickable?

Cheers

Joe.

You have to activate the url bbcode and autoparse option in the format options in the admincp.

DaDoctor 12-19-2012 09:42 PM

1 Attachment(s)
Would you be so kind and let me know how I can get rid of the white space on the left side?
Attached image.

Thanks!

Ranger187 12-25-2012 02:57 PM

Quote:

Originally Posted by DaDoctor (Post 2391743)
Would you be so kind and let me know how I can get rid of the white space on the left side?
Attached image.

Thanks!

Hey buddy, does it do that in ALL styles? or just one of them?

DaDoctor 12-27-2012 04:10 PM

Quote:

Originally Posted by Ranger187 (Post 2392699)
Hey buddy, does it do that in ALL styles? or just one of them?

Just one :erm:

--Edit---
Nevermind, I hardcoded left padding and it shows as expected now..
Thanks!

SgtSling 12-28-2012 10:40 PM

ordered the paid version. Spent the day getting my host to install ioncube. Now waiting on a license file?

VBDev 12-29-2012 10:13 AM

SgtSling, this thread is not made for discussing paid version stuff.
The website is there for that purpose.

RVP99 12-30-2012 12:27 PM

I have this installed, and it works fine. Apart from having tabs in the shoutbox once someone sends a PM? When this is attempted, it stays in the same channel as the rest of the shouts and doesn't open in a new tab. I have no idea what is wrong, so any help would be greatly appreciated.

Thanks in advance!

Pure Dope 01-02-2013 12:09 AM

Some images are missing?!?!?

File does not exist: /var/www/vhosts/.net/httpdocs/fam/images/tf_ideal/misc/mgc_cb_evo/channels/ok_sel.gif
File does not exist: /var/www/vhosts/.net/httpdocs/fam/images/tf_ideal/misc/mgc_cb_evo/channels/ok_nosel.gif
File does not exist: /var/www/vhosts/.net/httpdocs/fam/images/tf_ideal/misc/mgc_cb_evo/channels/ok_new.gif
File does not exist: /var/www/vhosts/.net/httpdocs/fam/images/tf_ideal/misc/mgc_cb_evo/channels/ok_sel.gif
File does not exist: /var/www/vhosts/.net/httpdocs/fam/images/tf_ideal/misc/mgc_cb_evo/channels/ok_nosel.gif
File does not exist: /var/www/vhosts/.net/httpdocs/fam/images/tf_ideal/misc/mgc_cb_evo/channels/ok_new.gif


All times are GMT. The time now is 07:38 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.06815 seconds
  • Memory Usage 1,840KB
  • 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
  • (19)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
  • (40)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