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)

1F42 10-11-2012 10:25 AM

I think he means it does not show in forum apps like, tapatalk and forum runner. Be nice if it did great update that.

Lemminator 10-11-2012 10:39 AM

Shoutbox is going After clear Cache ! Is ist Possible to See the chatbox in tapatalk ??? Greetz lemmi

1F42 10-11-2012 11:40 AM

Well I have just installed this over version 3.0.0. and now have checked all the settings but now I have lost the notifications (side within chat) and the box is always showing collapsed and when you hit expand the editor goes missing, looks like I have to go back.

I think I now is it because I dont have ioncube?

Help where can I find ver 3.0.0 product.xml!

diades 10-11-2012 04:57 PM

Hi, Just upgraded to 3.0.0, all working fine on vb4.2.0

One small 'bug' no big deal, the commands in the admincp are all in French even after the language file install.

Nice product, thank you.

VBDev 10-11-2012 05:42 PM

Quote:

Originally Posted by Lemminator (Post 2372265)
Shoutbox is going After clear Cache ! Is ist Possible to See the chatbox in tapatalk ??? Greetz lemmi

Tapatalk is an app developed by a team so answer is no, they would have to do something on their side I guess.

Quote:

Originally Posted by 1F42 (Post 2372276)
Well I have just installed this over version 3.0.0. and now have checked all the settings but now I have lost the notifications (side within chat) and the box is always showing collapsed and when you hit expand the editor goes missing, looks like I have to go back.

I think I now is it because I dont have ioncube?

Help where can I find ver 3.0.0 product.xml!

No the fact you have not ioncube has nothing to do...

Check in your admincp in Forum Blocks if you see the notification bloc ?

Quote:

Originally Posted by diades (Post 2372337)
Hi, Just upgraded to 3.0.0, all working fine on vb4.2.0

One small 'bug' no big deal, the commands in the admincp are all in French even after the language file install.

Nice product, thank you.

Well you shouldn't have installed the language file, the product is in english by default.

Alfa1 10-11-2012 06:09 PM

The dropdown functions do not work in FF15. The position is misplaced.

Quote:

Originally Posted by VBDev (Post 2372242)
@alpha1
If you have a swf file of the sound yes.

Where do I place this?
Quote:

Originally Posted by VBDev (Post 2372242)
You are still running 3.8.x right? Don't you have a close link in the menu?

Here is a screenshot of the help box: http://awesomescreenshot.com/050iveyd9

The WGO display of chat chats is only visible to users who can access the chat. I want to show it to all users. Where can I change the setting?

Quote:

Originally Posted by VBDev (Post 2372242)
What's wrong with mobile? Chatbox is too big?

Chat doesn't load on low bandwidth mobile connections. Its a frequent complaint. But as bandwidth availability is increasing and phones are getting better, the complaints are slowly decreasing a bit. Would still be very nice to see a solution to this.

diades 10-11-2012 06:51 PM

Quote:

Well you shouldn't have installed the language file, the product is in english by default.
I followed the instructions:
Quote:

Upgrade from the version 2.3.0 or newer
The upgrade instructions are the following:
Upload the content of the Files folder in your forum root.
Upload the content of the Images in each of your forum styles directories.
Log into the admin control panel of your forum and import the product located in the Product folder.
Go in the Download/Upload item of the Language manager menu and then:
Select the English language file from the Lang folder.
Select the forum language to overwrite.
Set the Ignore language version option to YES.
Launch the upload.
You have succesfully upgraded your chatbox, you just have now to set the new permissions and options.
If you plan on using the option to display users number of chats in the postbit and/or in the profile, go in your admin control panel and run the update counter script from the chatbox menu in order that the older chats gets taken into account.
You are done.

1F42 10-11-2012 06:59 PM

No the fact you have not ioncube has nothing to do...

Check in your admincp in Forum Blocks if you see the notification bloc ?

What are they? I don't see anything called forum blocks, Im using VB 3.8.7

diades 10-11-2012 07:04 PM

Hi VBDev

I have just installed the chat into another of my forums (fresh install) without the language file and the same occurs with the navigation being in French in the admincp.

Alfa1 10-11-2012 11:44 PM

How do I activate the chatbox on Photopost Pro and vbadvanced? Photopost has the chatbox, but it will not load. Photopost is in a different directory than the forum.
vbadvanced has no chatbox visible.
I have variable option turned on and added mgc_cb_evo_var to the main vba options.

Does the chatbox need a certain hook location to appear under the navbar? I was only able to display the chatbox under the navbar at forum home, not in threads or forum display. On threads and forum display I needed to select another location. I suspect this is because I heavily modified my navbar.

I'm getting a lot of these:
Quote:

Database error in vBulletin 3.8.7:

Invalid SQL:

SELECT
userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate, user.languageid AS saved_languageid,
IF(user.displaygroupid=0, user.usergroupid, user.displaygroupid) AS displaygroupid,
language.phrasegroup_global AS phrasegroup_global,
language.phrasegroup_posting AS phrasegroup_posting,
language.phrasegroup_postbit AS phrasegroup_postbit,
language.phrasegroup_showthread AS phrasegroup_showthread,
language.phrasegroup_inlinemod AS phrasegroup_inlinemod,
language.phrasegroup_reputationlevel AS phrasegroup_reputationlevel,
language.phrasegroup_user AS phrasegroup_user,
language.options AS lang_options,
language.languagecode AS lang_code,
language.charset AS lang_charset,
language.locale AS lang_locale,
language.imagesoverride AS lang_imagesoverride,
language.dateoverride AS lang_dateoverride,
language.timeoverride AS lang_timeoverride,
language.registereddateoverride AS lang_registereddateoverride,
language.calformat1override AS lang_calformat1override,
language.calformat2override AS lang_calformat2override,
language.logdateoverride AS lang_logdateoverride,
language.decimalsep AS lang_decimalsep,
language.thousandsep AS lang_thousandsep
,mgcugp.mgc_cb_evo_default_color,mgcugp.mgc_cb_evo _chanid
FROM vb_user AS user
LEFT JOIN vb_userfield AS userfield ON (user.userid = userfield.userid)
LEFT JOIN vb_usertextfield AS usertextfield ON (usertextfield.userid = user.userid) LEFT JOIN vb_language AS language ON (language.languageid = IF(user.languageid = 0, 1, user.languageid))
LEFT JOIN vb_usergroup AS mgcugp ON (user.usergroupid=mgcugp.usergroupid)
WHERE user.userid = 56044;

MySQL Error : Unknown column 'mgcugp.mgc_cb_evo_chanid' in 'field list'


All times are GMT. The time now is 11:00 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.11507 seconds
  • Memory Usage 1,759KB
  • 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
  • (9)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