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-24-2010 07:54 AM

Quote:

Originally Posted by jgruberman (Post 2058422)
I looked and looked and looked AND looked...

How the heck does this get on the top of all pages? I've tried all different options, changing the global_start, just about anything I can think of.

Is there a solution buried here that I missed?


In options "Display and position" its the top 2 options. Select in that dropdown menu "above the forums". And you should be seeing them at the top of all pages.


Quote:

Originally Posted by EasyTarget (Post 2058555)
Possible bug?

Searching for * (asterisk) gives x 30


The * (asterisk) has a 'purpose' in the programming language php.

Try this:

\*

StarBuG 06-24-2010 09:55 AM

Thanks :p

StarBuG

AWS3 06-24-2010 12:15 PM

thanks fot the chatbox..., but configuration could be easier....

VBDev 06-24-2010 04:42 PM

Quote:

Originally Posted by ti07shadow (Post 2054642)
lets see

+. Multiple Users unable to see all chats
+. Users get the following error


On Line 358

Open the mgc_cb_evo.php file, at line 358 search for :
PHP Code:

if (!$hasaccess && !empty($vbulletin->userinfo['membergroupids'])) 

Replace it by :
PHP Code:

if (!$hasaccess && is_array($channel['usergroupids']) && !empty($vbulletin->userinfo['membergroupids'])) 

Quote:

Originally Posted by Chewy954 (Post 2055240)
how would I go about creating a custom command for this version? I used to use <1.0 which had built in custom commands, not sure how I'd add it here.

Yep there was in that earlier version but as almost no users used it I removed it to simplify the install process.

What you can do is have a look at the code and tell me locations you could be interested to have hooks and I could consider adding them ?

Quote:

Originally Posted by Datenpapst (Post 2055463)
any possiblity to show specific channels only for specific languages?

No the chatbox doesn't allow that but that's pretty interesting, I am adding this to the request list.

Quote:

Originally Posted by ebt (Post 2055960)
Whenever I try to change my profile options the shoutbox completely disappears off the forum index. I have installed and uninstalled numerous times and this keeps happening.

Do you see chatbox options in your usercp options ?

VBDev 06-24-2010 04:49 PM

Quote:

Originally Posted by DragonlordP (Post 2057351)
OK, here's my problem:
I have two styles installed, one white and one black. At the beginning, a user's font in the chatroom looks white if you have the black style and black if you have the white style, just like it should be. Now, if the user goes to his control panel and changes the color and then changes back to "use default color", it becomes black - or whatever color is set as default in that user's usergroup permissions. This means that users with the black style can't see what he's writing. I've currently set the default color to green, so that it's visible in both styles, but I'd like to get it to work like it should - white on black, black on white.
Also, is there a way to exclude specific colors from the users selection? So that I can exclude black and white (or any color that isn't viewable in both styles)?
Thanks in advance, great piece of software.

Hum, I'll mark this as a bug it's odd, I'll have a look.

I'll also add an option to specify the colors allowed in the chatbox.

Quote:

Originally Posted by Gn_Snake (Post 2057627)
Hello,
I have the same problem I had with the previous version for vb3.x then resolved with a patch.
Chat if I write a word with the accent, the chat does not write the message, but remains on standby

What can be?

What was that patch ?

Quote:

Originally Posted by Jeweetog (Post 2058650)
The * (asterisk) has a 'purpose' in the programming language php.

Yes but that shouldn't fire an error ;) I should have string processing to avoid that.
Adding this to bug list.

Alfa1 06-25-2010 03:08 PM

Some of my members discovered an exploit of this mod which allows anyone to find and access all channels, regardless of the permission settings. This is because all the buttons do is:

javascript:display_channel(1);

There are no additional permissions checks and anyone can access our staff chat. All private communication in such channels are in the open.

So all a user has to do is type 'javascript:void(display_channel(1));' in the browser and replace the number 1 by another number, and they are in another channel.

I am still on 2.4.2 though. Has this been fixed in the latest version?

viader 06-25-2010 05:55 PM

I have encountered a strange problem - I have set the number of days to keep chats in archive to 3 days but after one day all chats get deleted. I reinstalled the Chatbox EVO (but it didn't helped), and my vbulletin is newest version 4.0.4 patch 1

elteejay 06-26-2010 02:46 AM

I have a dark theme and I'm getting the following bug.

When the user select a color from his usercp and then changes back to default the chats takes black as default color and thus could be bearly unreadable in dark styles.

Any tips or fixes for this? I attempted to reupload the files to reinstall, but that did nothing.

I'm using vb 3.8.5

Jollyware 06-26-2010 05:31 AM

Installed and Admin CP is fine, just a quick question, how do i get this to show on my forum. For some reason the chatbox is not showing.

Im guessing thats its gonna be an easy fix, but I just cant figure it out.

Thanks for your help.

VBDev 06-26-2010 06:01 AM

Quote:

Originally Posted by Alfa1 (Post 2059414)
Some of my members discovered an exploit of this mod which allows anyone to find and access all channels, regardless of the permission settings. This is because all the buttons do is:

javascript:display_channel(1);

There are no additional permissions checks and anyone can access our staff chat. All private communication in such channels are in the open.

So all a user has to do is type 'javascript:void(display_channel(1));' in the browser and replace the number 1 by another number, and they are in another channel.

I am still on 2.4.2 though. Has this been fixed in the latest version?

Hum I have never been aware of that !
When you say that you enter this in your browser, how do you do it ?

That could be fixed by putting an ajax call to check channel switch permissions. I'll mark this as a bug once you tell me exactly how to reproduce it.

Quote:

Originally Posted by elteejay (Post 2059686)
I have a dark theme and I'm getting the following bug.

When the user select a color from his usercp and then changes back to default the chats takes black as default color and thus could be bearly unreadable in dark styles.

Any tips or fixes for this? I attempted to reupload the files to reinstall, but that did nothing.

I'm using vb 3.8.5

Known bug, will be adressed in next version.

Quote:

Originally Posted by Jollyware (Post 2059722)
Installed and Admin CP is fine, just a quick question, how do i get this to show on my forum. For some reason the chatbox is not showing.

Im guessing thats its gonna be an easy fix, but I just cant figure it out.

Thanks for your help.

Have you set usergroup permissions ?


All times are GMT. The time now is 10:09 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.18964 seconds
  • Memory Usage 1,766KB
  • 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_php_printable
  • (12)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