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)

Jeweetog 06-01-2010 06:30 AM

Quote:

Originally Posted by tafreeh (Post 2046328)
Yes, this is exactly what I want. I want to access this chatbox via that mobile theme...


And it's not showing up in your mobile?

Do you get any error messages?

Winter Sonata 06-01-2010 10:35 AM

Quote:

Originally Posted by Jeweetog (Post 2046393)
I just went to your forum and i see that you have different styles installed. That could be the cause of this. You need to add the chatbox variable in all your styles in one of the templates.

I'm not sure if this might fix it, but its worth a try. Also, i don't know exactly how to do it.

Maybe if VBDev shows up again, he can tell you.


me ? my site ? How do you know it , I only install the default style for VB4 :(

Winter Sonata 06-01-2010 10:37 AM

Quote:

Originally Posted by TeknoSounds (Post 2046308)
are you on a shared hosting service?
Are there any errors in your http logs?

yea, I am , I am on a shared IP , ad how could I check the errors in my http logs




Thanks so much for the help

Jeweetog 06-01-2010 11:21 AM

Quote:

Originally Posted by Winter Sonata (Post 2046454)
me ? my site ? How do you know it , I only install the default style for VB4 :(


LOL! I got you mixed up with TeknoSounds.

I checked his community instead of yours. Sorry, my bad! :D

What is your site?

tafreeh 06-01-2010 06:50 PM

Quote:

Originally Posted by Jeweetog (Post 2046395)
And it's not showing up in your mobile?

Do you get any error messages?

Please follow these links..
https://vborg.vbsupport.ru/showpost....postcount=6438
https://vborg.vbsupport.ru/showpost....postcount=6442
https://vborg.vbsupport.ru/showpost....postcount=6443

Thanks

VBDev 06-02-2010 04:09 AM

Hi,

I think that the problem is that the Js seems to be bugging as you stay stuck in loading stage.
Could you trace with firebug the JS queries which are performed to see if you get any error ?

If you don't know how to do it, please send me a test account to your forum by PM.

Clément

VBDev 06-02-2010 04:11 AM

Quote:

Originally Posted by Jeweetog (Post 2046393)
I just went to your forum and i see that you have different styles installed. That could be the cause of this. You need to add the chatbox variable in all your styles in one of the templates.

I'm not sure if this might fix it, but its worth a try. Also, i don't know exactly how to do it.

Maybe if VBDev shows up again, he can tell you.

Well my first question would be : have you applied all bug corrections linked in the main post ?

VBDev 06-02-2010 04:13 AM

Hi Guys,

I am sorry support might be a little less responsive currently, I have lots of works so few time for vBulletin.

Anyway, I plan on releasing a new version of the chatbox by the end of the month at most.

Clément

TeknoSounds 06-02-2010 06:11 AM

Quote:

Originally Posted by VBDev (Post 2046883)
Hi Guys,
I am sorry support might be a little less responsive currently, I have lots of works so few time for vBulletin.
Anyway, I plan on releasing a new version of the chatbox by the end of the month at most.
Cl?ment

Can't wait! We appreciate all the hard work :)

Quote:

Originally Posted by VBDev (Post 2046882)
Well my first question would be : have you applied all bug corrections linked in the main post ?

Think this was just some confusion :)

Quote:

Originally Posted by Winter Sonata (Post 2046455)
yea, I am , I am on a shared IP , ad how could I check the errors in my http logs
Thanks so much for the help

Should check with your host and they should be able to provide you the location of the error logs. Usually they're in the root of your main user login.
I had issues with chatboxes destroying my shared host...had to move off to dedicated hosting (well chatboxes weren't the only problem)

Quote:

Originally Posted by Jeweetog (Post 2046471)
LOL! I got you mixed up with TeknoSounds.
I checked his community instead of yours. Sorry, my bad! :D
What is your site?

heh nice. Yeah I do need to dump the vb default one and just stick to the main style and the mobile one...

Jeweetog 06-02-2010 06:55 AM

Quote:

Originally Posted by VBDev (Post 2046882)
Well my first question would be : have you applied all bug corrections linked in the main post ?


You're quoting the wrong one, i was trying to help that guy with the mobile issue :o

Winter Sonata 06-02-2010 07:13 AM

LoL : - ) everything has been mixed here :)))))

Well, My main problem is that when I install the Sb it works for 2 days and then the page where it display can't open ,,, could you please explain to me again what may cause that ?

VBDev 06-02-2010 07:51 AM

Well I don't know, hard to say that doesn't give any clue.

Do you have access to your logs server ? (Apache/Php/mysql ones ?)

tafreeh 06-02-2010 11:25 PM

Quote:

Originally Posted by VBDev (Post 2046880)
Hi,

I think that the problem is that the Js seems to be bugging as you stay stuck in loading stage.
Could you trace with firebug the JS queries which are performed to see if you get any error ?

If you don't know how to do it, please send me a test account to your forum by PM.

Cl?ment

pm sent to you

ishare 06-03-2010 03:39 PM

thank you so much for the wonderful hack

AusPhotography 06-04-2010 02:25 AM

Excellent product. We are trialling it with our admins and mods only for now.

Found a bug in the 3.0.0 product file re: paths... (xmlnew is my version)
(UserCP / Edit Options did a dummy spit)

Code:

diff product-mgc_cb_evo.xml product-mgc_cb_evo.xmlnew
3708c3708
<                      require_once(DIR . '/includes/mgc_cb_evo/class_display.php');
---
>                      require_once(DIR . '/mgc_cb_evo/classes/class_display.php');
3736c3736
<                              require_once(DIR . '/includes/mgc_cb_evo/class_misc.php');
---
>                              require_once(DIR . '/mgc_cb_evo/classes/class_misc.php');


VBDev 06-04-2010 04:38 AM

Quote:

Originally Posted by tafreeh (Post 2047361)
pm sent to you

I have been able to test, the problem is that YUI is disabled on your mobile theme or not loaded in the same way causing the global YAHOO var of the YUI environment to be missing.

Consequently you get that error, there is nothing when really can do on that one because the YUI is not loaded. I think it's for load reason and also because you don't have much javascript in that style :) ?

Quote:

Originally Posted by snoopytas (Post 2048031)
Excellent product. We are trialling it with our admins and mods only for now.

Found a bug in the 3.0.0 product file re: paths... (xmlnew is my version)
(UserCP / Edit Options did a dummy spit)

Code:

diff product-mgc_cb_evo.xml product-mgc_cb_evo.xmlnew
3708c3708
<                      require_once(DIR . '/includes/mgc_cb_evo/class_display.php');
---
>                      require_once(DIR . '/mgc_cb_evo/classes/class_display.php');
3736c3736
<                              require_once(DIR . '/includes/mgc_cb_evo/class_misc.php');
---
>                              require_once(DIR . '/mgc_cb_evo/classes/class_misc.php');


Not sure how to read your diff, I am not familiar with diff output.

The right path is mgc_cb_evo/classes, I changed it in the new version.

nando99 06-04-2010 11:38 AM

big thread so i'm not sure if it's been mentioned or if its right in my face and i just missed it but is there any way to limit the font color ability to certain user groups only?

thanks in advance

Jeweetog 06-04-2010 12:18 PM

Quote:

Originally Posted by nando99 (Post 2048165)
big thread so i'm not sure if it's been mentioned or if its right in my face and i just missed it but is there any way to limit the font color ability to certain user groups only?

thanks in advance


Yes its possible, check usergroup permissions and look for "Can us the BBCODE (if active)".

yaghoub 06-04-2010 12:25 PM

this is the best chat room . very very thanks

nando99 06-04-2010 12:35 PM

Quote:

Originally Posted by Jeweetog (Post 2048192)
Yes its possible, check usergroup permissions and look for "Can us the BBCODE (if active)".

ah, duh! thanks...

problem, some members have already set their colors and it doesn't remove them - it just doesn't give them the option to change it again... or change it back...

anyway i can reset it so that it goes back 2 default?

Jeweetog 06-04-2010 01:43 PM

Quote:

Originally Posted by nando99 (Post 2048198)
ah, duh! thanks...

problem, some members have already set their colors and it doesn't remove them - it just doesn't give them the option to change it again... or change it back...

anyway i can reset it so that it goes back 2 default?


Then i think you need to turn a few things off.

Look for "Choice of the formatting options which can be selected in the user control panel" in the option "chats formatting".

nando99 06-04-2010 01:58 PM

Quote:

Originally Posted by Jeweetog (Post 2048220)
Then i think you need to turn a few things off.

Look for "Choice of the formatting options which can be selected in the user control panel" in the option "chats formatting".

i ended up just uninstalling and reinstalling...

everything works fine except now i get this ever when i go to edit my options

Fatal error: Cannot redeclare class MGCCbEvo_display in /home/nando99/public_html/1everythingelse/aep/includes/mgc_cb_evo/class_display.php on line 7

Jeweetog 06-04-2010 02:45 PM

Quote:

Originally Posted by nando99 (Post 2048224)
i ended up just uninstalling and reinstalling...

everything works fine except now i get this ever when i go to edit my options

Fatal error: Cannot redeclare class MGCCbEvo_display in /home/nando99/public_html/1everythingelse/aep/includes/mgc_cb_evo/class_display.php on line 7


Try reuploading all files again, then import the product and see if that fixes this issue.

sybakaos 06-04-2010 07:03 PM

Internet Explorer 8 seems to be unable to display /me and /slap messages in chatbox. Chrome and FireFox do show it correctly.

Code:

Message: Object required
Line: 2109
Char: 3
Code: 0
URI: http://rip.to/mgc_cb_evo/clientscript/mgc_cb_evo_functions.js


nando99 06-04-2010 07:31 PM

Quote:

Originally Posted by Jeweetog (Post 2048249)
Try reuploading all files again, then import the product and see if that fixes this issue.

i did... its looking for files that arent there...

root/includes/mgc_cb_evo/class_display.php is NOT in the new zip

the closes thing is

mgc_cb_evo/classes/class_display.php

i think its a bug... it might have been like that in the older version...

any help?

Jeweetog 06-04-2010 08:59 PM

Quote:

Originally Posted by nando99 (Post 2048398)
i did... its looking for files that arent there...

root/includes/mgc_cb_evo/class_display.php is NOT in the new zip

the closes thing is

mgc_cb_evo/classes/class_display.php

i think its a bug... it might have been like that in the older version...

any help?


Yes this has been reported as a bug, and there is a fix for it.

You have to replace the path. Check a few pages back. I think about 3-6 pages back.

And look for vBDev post that contains the paths.

ggsinc 06-05-2010 12:50 AM

Ok I may be missing something crazy obvious here, but what does:

"# Upload the content of the Images in each of your forum styles directories."

mean in the install instructions? I've searched on my forum in the ftp directory, on my cpanel screen with my server(in case it's a hidden file in ftp), on the admincp everywhere I can think of. I've googled it, I've searched vB.org & vB.com.

And there is no style directory that can have files uploaded into it anywhere I see.

Sorry if this has been asked and answered before, but I can't look through all four hundred something pages!

Can someone elaborate on this step for me? Thanks!

Jeweetog 06-05-2010 06:53 AM

Quote:

Originally Posted by ggsinc (Post 2048556)
Ok I may be missing something crazy obvious here, but what does:

"# Upload the content of the Images in each of your forum styles directories."

mean in the install instructions? I've searched on my forum in the ftp directory, on my cpanel screen with my server(in case it's a hidden file in ftp), on the admincp everywhere I can think of. I've googled it, I've searched vB.org & vB.com.

And there is no style directory that can have files uploaded into it anywhere I see.

Sorry if this has been asked and answered before, but I can't look through all four hundred something pages!

Can someone elaborate on this step for me? Thanks!


Put it in your forum/Images directory.

Some users have more than 1 style, the default style. And if you want the chatbox to work for all your styles, you'll have to upload the images in all those style directories (IIRC).

Greenskull 06-05-2010 07:40 PM

For some reason, the time is wrong int he chatbox for all of my users. I tried uninstalling and reinstalling but that didn't seem to work.

My current time is 2:40PM but it is appearing as 9:00AM when I post.

Any ideas as to why this would be?

Jeweetog 06-05-2010 08:33 PM

Quote:

Originally Posted by Greenskull (Post 2048907)
For some reason, the time is wrong int he chatbox for all of my users. I tried uninstalling and reinstalling but that didn't seem to work.

My current time is 2:40PM but it is appearing as 9:00AM when I post.

Any ideas as to why this would be?


I think it gets the time from the server your site is hosted. I get a difference of 2 hours (earlier) too.

gpc10347 06-06-2010 08:05 PM

Things were great until I installed a certain arcade hack which in turn altered the font colors for the Time and the Chats in the chat window. Does anyone know which two StyleVars covers those areas?

Thanks!

VBDev 06-07-2010 05:27 AM

Quote:

Originally Posted by sybakaos (Post 2048387)
Internet Explorer 8 seems to be unable to display /me and /slap messages in chatbox. Chrome and FireFox do show it correctly.

Code:

Message: Object required
Line: 2109
Char: 3
Code: 0
URI: http://rip.to/mgc_cb_evo/clientscript/mgc_cb_evo_functions.js


Hum it's strange, do you get any similar error if you look into the firefox console ?

Quote:

Originally Posted by Jeweetog (Post 2048922)
I think it gets the time from the server your site is hosted. I get a difference of 2 hours (earlier) too.

Really ? It's using vB time/date manipulation stuff so there shouldn't be any difference.

Quote:

Originally Posted by gpc10347 (Post 2049535)
Things were great until I installed a certain arcade hack which in turn altered the font colors for the Time and the Chats in the chat window. Does anyone know which two StyleVars covers those areas?

Thanks!

Does that mod messes up with alt1/alt2 and so on styles ?
Because they aren't there anymore in vB4 so I redeclared them but only in the mgc_cb_evo spot.

So perhaps the arcade isn't doing it cleanly and redeclares it globally ? In that case it's the arcade mod's fault, he shouldn't have done it like that.

Jeweetog 06-07-2010 08:13 AM

Quote:

Originally Posted by VBDev (Post 2049746)
Really ? It's using vB time/date manipulation stuff so there shouldn't be any difference.



Well the time of VB and your chatbox display the exact same thing. But on my own machine its 2 hours later.

The time in vb options are correctly set for my region. I'll look into this issue.

kapii 06-07-2010 11:02 AM

Good Job Bro, but I have a small problem... No sound for the chats... I've set the settings for it, but no joy... Is there a way to fix that?

Thanks,
kapii

gpc10347 06-07-2010 11:02 AM

Quote:

Originally Posted by VBDev (Post 2049746)
Hum it's strange, do you get any similar error if you look into the firefox console ?

Does that mod messes up with alt1/alt2 and so on styles ?
Because they aren't there anymore in vB4 so I redeclared them but only in the mgc_cb_evo spot.

So perhaps the arcade isn't doing it cleanly and redeclares it globally ? In that case it's the arcade mod's fault, he shouldn't have done it like that.

By the way, Welcome Back :)

I too have the issue with the slap and me commands. Firefox reports no error from what I saw and I found it interesting that once I entered enough chats to take the /me command I had typed off of the screen, Explorer allowed me to continue however, never showed the actual /me text. (It actually submitted the /me text but never did display it - not even in the archive where Firefox was complete) Hows that for an oddity?

I'll post the question regarding the alt1/alt2 issue on the arcade support area but which StyleVar should I look at to change the time within the chats appearance? (if thats actually where I should be looking)

As always, Thanks for the Only reason I purchased vBulletin Suite!

Kraxell 06-07-2010 05:45 PM

Hello,

rly nice hack.
i installed it for 4.0.3 but i have a little question.
i use the forum-sidebar too and now the chatbox isnt 100% width. the chatbox is next to the sidebar. is it possible to set the chatbox 100% of forum-width?

Jeweetog 06-07-2010 05:54 PM

Quote:

Originally Posted by Kraxell (Post 2050023)
Hello,

rly nice hack.
i installed it for 4.0.3 but i have a little question.
i use the forum-sidebar too and now the chatbox isnt 100% width. the chatbox is next to the sidebar. is it possible to set the chatbox 100% of forum-width?


Yes, look for option "Width of the chatbox when integrated to a page of the forum" , in "General options".

will555559 06-07-2010 06:18 PM

Quote:

Originally Posted by Kraxell (Post 2050023)
Hello,

rly nice hack.
i installed it for 4.0.3 but i have a little question.
i use the forum-sidebar too and now the chatbox isnt 100% width. the chatbox is next to the sidebar. is it possible to set the chatbox 100% of forum-width?

Go to Style manager and open up the "FORUMHOME" template.

Look for {vb:raw template_hook.forumhome_above_forums}

Move it up about 6 lines so that it is above <vb:if condition="$show['sidebar']">

Hope that is what you were looking for.

Jazzinto 06-07-2010 07:23 PM

I have it installed in vb4.0.3 PL1 but the problem that I have is that I cannot create the channel TEAM, and not that can be happening, any solution?

Thank you.

VipQBoy 06-07-2010 08:27 PM

bot not reply ???

http://img689.imageshack.us/img689/9412/89714555.png
http://img580.imageshack.us/img580/6192/72981127.png
http://img697.imageshack.us/img697/6451/47612725.png


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