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)

Da-Vinci 08-20-2010 06:48 PM

Quote:

Originally Posted by VBDev (Post 2086032)
Yes please :) Keep me in touch.



See in previous page, the fix has been stated.



For forumhome, an option will be included in next version to allow display just below the navbar (and thus not next to the sidebar).

That's great thanks, I've managed to get it to display on the Showthread & Forumdisplay templates, but I've also noticed that the Post New Thread button is displayed above the Chatbox & if you have any sub forums they are displayed above the chatbox as is the New Thread button.

I really like the MGC, but could I suggest you simplify it slightly as there are so many settings it's hard to remember everything you've changed, plus if permissions could be added via the settings menu rather than via the Usergroup Manager.

I've also noticed a few minor vbugs lol sorry if I'm being picky. The text entry field doesn't change, I've set it to 600px but it's stayed on 200px there were one or two other things but I can't remember them off the top of my head.

Anyway great work VB-Dev I look forward to future releases of the best Chatbox release on the VB scene. :D

rfsforums 08-21-2010 06:51 PM

My forum is made up of many private usergroup forums (companies), which I have created a channel for each. The problem is users forget that they are in the general channel and begin to discuss issues that should only be discussed in their private forum or private channel.

Thus the need to turn of or disable the general channel.

Thanks for your help!

ikki29 08-22-2010 12:26 PM

Activating the Automatic Update not working properly, you have to press the refresh button so they load the talks, how could I solve this problem, thanks

Lionel 08-22-2010 11:03 PM

Hi Cl?ment,

My forum is bilingual, english and french.

When I switch to french language, the date displays as
%20/%08/%2010 %0606%Aug
That's because you set the Locale as false in the vbdate() call (set to true by default)

To fix that I replaced all (except for archives where you merged date and time, so locale is not necessary)
PHP Code:

$date vbdate($this->registry->options['dateformat'], $chat['dateline'],truefalse); 

with
PHP Code:

$date vbdate($this->registry->options['dateformat'], $chat['dateline'],true); 

I did the same for time.

VBDev 08-23-2010 05:39 AM

Ok thanks for pointing me out, I'll correct that.

VBDev 08-23-2010 06:29 AM

Beta test launched !

If you haven't received an email from me it's because you didn't send me your email address, if interested you still can PM it to me :)

RobbieZ 08-23-2010 03:19 PM

Thanks :D

Are these options only available in the pro version?

a) New registration notifications in the chatbox
b) IBProarcade notifications in the chatbox (New highscore and tournament won)

VBDev 08-23-2010 04:24 PM

You shouldn't be asking directly in this thread as per vB.org rules.

But yeah answer is yes.

NathanLedet 08-23-2010 04:24 PM

Quote:

Originally Posted by VBDev (Post 2085678)
What do you mean by not working properly ?

Do you mean that you see the color names as shown on your screenshot and that the dropdown doesn't show color lines as it does on some windows machine ?

Yep - in IE, it shows the colors.

Quote:

If so, it's normal, Safari and Chrome doesn't support the background-color css style for select option. There is nothing I could do about this unless I recode dropdown list and so on as it's done by vB for their dropdown list (but I don't have the time to do so sorry).
Ah OK - I understand that.

Thanks for the response :)

furst 08-23-2010 10:20 PM

Quote:

Originally Posted by furst (Post 2081565)
ive installed this and all i get is a white page now for my forum, any suggestions? when i disable the product my forum is up and running again.


Any Ideas???

im using vbulletin v4.0.4

Quote:

Originally Posted by VBDev (Post 2085678)
Have you applied the bug corrections stated in the first post ? (link near the reported bugs)

Quote:

Originally Posted by furst (Post 2086089)
Do you mean to do all those bug error fixes? or is there one i should be specifically looking at? (regarding white screen issue)


?? im unsure if there is a specific fix for this or am i trying all the reported bugs fixes?


All times are GMT. The time now is 07:50 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.09138 seconds
  • Memory Usage 1,755KB
  • 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
  • (6)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