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)

Ranger187 12-21-2008 06:41 AM

Quote:

Originally Posted by ashley76 (Post 1690007)
already tried that but, I don't get properties by right clicking on that icon for some reason...

Not logged in, I noticed up in the top left the paths are wrong for the avatar. Since it's an unregistered account, it has no avatar. You didn't specify the correct path for that. It currently shows: http://www.garagekits.us/forums/http://www.garagekits.us/forums/images/hexcell/misc/noavatar.gif
Bolded is the error part.

Second Issue: Signing up I got a database error (http://www.garagekits.us/forums/regi...p?do=addmember). It was @ 3:36pm. Check your email for it.

I'm waiting for the "chattest" account to be approved. I'll bet you didn't copy the image to the CORRECT style directory.

yeku 12-21-2008 08:35 AM

<div align="left">hello, there is possibility of placing an icon for sound?

Reason: Call other users
can be done?
How?

Thank you

</div>

Ranger187 12-21-2008 08:41 AM

Quote:

Originally Posted by yeku (Post 1690145)
hello, there is possibility of placing an icon for sound?


Reason: Call other users
can be done?
How?

Thank you

You would have to code/do it yourself. This has been asked many times about the sound option.

yeku 12-21-2008 08:48 AM

Ahhh!! ok thank, sorry

ashley76 12-22-2008 12:03 AM

Quote:

Originally Posted by Ranger187 (Post 1690109)
Not logged in, I noticed up in the top left the paths are wrong for the avatar. Since it's an unregistered account, it has no avatar. You didn't specify the correct path for that. It currently shows: http://www.garagekits.us/forums/http://www.garagekits.us/forums/images/hexcell/misc/noavatar.gif
Bolded is the error part.

Second Issue: Signing up I got a database error (http://www.garagekits.us/forums/regi...p?do=addmember). It was @ 3:36pm. Check your email for it.

I'm waiting for the "chattest" account to be approved. I'll bet you didn't copy the image to the CORRECT style directory.

All my other images seem to work... Worst part is I paid vbskinworks to install the style for me...

Ranger187 12-22-2008 12:18 AM

Well, those are the errors I saw to begin with. Both my new accounts got denied. So I can't help you any further. Sorry.

VBDev 12-22-2008 04:22 AM

Quote:

Originally Posted by ashley76 (Post 1690725)
All my other images seem to work... Worst part is I paid vbskinworks to install the style for me...

In your style, what is the path set in for the misc directory ? (In the style options)

otto07 12-22-2008 06:41 AM

hey i was wondering how you would import a new language to the chat box. i have tried using the vbulletin languages and phrases but i get this message

The file you attempted to import only contains phrases and none of the settings required. You will be unable to make a new language with this file.

id apreciate any help thnx

Ranger187 12-22-2008 09:06 AM

Quote:

Originally Posted by otto07 (Post 1690888)
hey i was wondering how you would import a new language to the chat box. i have tried using the vbulletin languages and phrases but i get this message


The file you attempted to import only contains phrases and none of the settings required. You will be unable to make a new language with this file.

id apreciate any help thnx

What version chat is this? Was the install an upgrade or new install? What version forums are you using?

Right from the readme included in the zip:

Quote:

4/ Go in your admincp, in the Language manager > Download/Upload language file and then :
- Select the language file from the "Lang" directory
- Select the forum language to overwrite
- Set the ignore language verison to Yes
- Launch upload

ashley76 12-22-2008 12:36 PM

Quote:

Originally Posted by VBDev (Post 1690839)
In your style, what is the path set in for the misc directory ? (In the style options)

{IF}/misc

ashley76 12-22-2008 12:56 PM

Also I have been getting quite a few of these lately...

Database error in vBulletin 3.7.4:

Invalid SQL:

SELECT DISTINCT u.username,u.displaygroupid,u.userid,s.userid AS suserid,u.usergroupid
(u.options & 512) AS invisible
FROM mgc_cb_evo_session AS cbs
LEFT JOIN user AS u ON (cbs.userid=u.userid)
LEFT JOIN session AS s ON (cbs.userid=s.userid)
WHERE cbs.dateline>='1229956375' AND cbs.userid!=0;

MySQL Error : FUNCTION u.usergroupid does not exist
Error Number : 1305
Request Date : Monday, December 22nd 2008 @ 08:35:55 AM
Error Date : Monday, December 22nd 2008 @ 08:35:55 AM
Script : http://www.garagekits.us/forums/mgc_cb_evo_ajax.php
Referrer : http://www.garagekits.us/forums/index.php

Ranger187 12-22-2008 01:18 PM

Quote:

Originally Posted by ashley76 (Post 1691042)
Also I have been getting quite a few of these lately...

Database error in vBulletin 3.7.4:

Invalid SQL:

SELECT DISTINCT u.username,u.displaygroupid,u.userid,s.userid AS suserid,u.usergroupid
(u.options & 512) AS invisible
FROM mgc_cb_evo_session AS cbs
LEFT JOIN user AS u ON (cbs.userid=u.userid)
LEFT JOIN session AS s ON (cbs.userid=s.userid)
WHERE cbs.dateline>='1229956375' AND cbs.userid!=0;

MySQL Error : FUNCTION u.usergroupid does not exist
Error Number : 1305
Request Date : Monday, December 22nd 2008 @ 08:35:55 AM
Error Date : Monday, December 22nd 2008 @ 08:35:55 AM
Script : http://www.garagekits.us/forums/mgc_cb_evo_ajax.php
Referrer : http://www.garagekits.us/forums/index.php

Search button. Sometimes you can find your answers with it. ;)

https://vborg.vbsupport.ru/showthrea...id#post1679045

VBDev 12-22-2008 04:04 PM

Quote:

Originally Posted by ashley76 (Post 1691031)
{IF}/misc

That's an odd path. What does that {IF} refer to ?

ashley76 12-22-2008 04:15 PM

no clue... I didn't install this one... Let me make a change and see if that helps...

ashley76 12-22-2008 05:00 PM

Well, I changed it to the actual path to the misc folder and that worked. Sorry for all the confusion and thanks for the help and for a great product...

VBDev 12-22-2008 06:09 PM

No problem you're welcome :)

USAMustangs.com 12-22-2008 11:23 PM

After the install all it does is say "Loading" on the chat box and it's also not in English. I installed the English language file. However, in my admincp some of the options are in a different language and the chat box language is not English?

Any help would be appreciated?

Ranger187 12-22-2008 11:43 PM

Quote:

Originally Posted by USAMustangs.com (Post 1691544)
After the install all it does is say "Loading" on the chat box and it's also not in English. I installed the English language file. However, in my admincp some of the options are in a different language and the chat box language is not English?

Any help would be appreciated?

Hehe.... It won't display because you didn't edit usergroups. You didn't read the readme fully. Loading issue how to fix is in the readme as well. Did you add the var security edit? ;) Did you upload all the files and into the correct locations? ie: drag/drop full contents.

As for the english language, you didn't import the english language file, or you didn't read the readme and select the options it says. Or you didn't refresh the admincp after.

If you need help, you can also IM me.

USAMustangs.com 12-23-2008 12:14 AM

Quote:

Originally Posted by Ranger187 (Post 1691553)
Hehe.... It won't display because you didn't edit usergroups. You didn't read the readme fully. Loading issue how to fix is in the readme as well. Did you add the var security edit? ;) Did you upload all the files and into the correct locations? ie: drag/drop full contents.

As for the english language, you didn't import the english language file, or you didn't read the readme and select the options it says. Or you didn't refresh the admincp after.

If you need help, you can also IM me.

Appreciate your advice, but it didn't work for me.

I uploaded the English language file following the instructions. Most, but not all is in English. I did enable all the settings for the usergroups. I can see the chat box, but it just says loading.....

In the English read me file there is nothing that explains a fix for the "Loading.." problem. It's not mentioned anywhere in my readme file, so I am stuck.

And not all of the chat box icons will display. A couple of the icons won't display, but others will. They are all loaded into the right directory.

I did place var SECURITYTOKEN = "0"; into the .js file indicated in the read me. However, it is still not working.:confused:

https://vborg.vbsupport.ru/

Ranger187 12-23-2008 12:22 AM

Quote:

Originally Posted by USAMustangs.com (Post 1691568)
Appreciate your advice, but it didn't work for me.

I uploaded the English language file following the instructions. Most, but not all is in English. I did enable all the settings for the usergroups. I can see the chat box, but it just says loading.....

In the English read me file there is nothing that explains a fix for the "Loading.." problem. It's not mentioned anywhere in my readme file, so I am stuck.

And not all of the chat box icons will display. A couple of the icons won't display, but others will. They are all loaded into the right directory.

I did place var SECURITYTOKEN = "0"; into the .js file indicated in the read me. However, it is still not working.:confused:

http://i52.photobucket.com/albums/g1...apture_021.jpg

Just viewing that image, I can tell where most of the issue is. ;) Ya didn't upload everything. Because I see text links instead of the images. So that means you probably poo poo'd the install.

Recopy ALL the files over this time. Reimport the product (checking the overwrite option) and then reimport the laguage file. And you wouldn't know about the loading issue fix with the var token if you didn't read the readme. I just forget how it's worded in there...

But I think you are running apache and don't have mod_security configured. ;)

USAMustangs.com 12-23-2008 12:41 AM

Quote:

Originally Posted by Ranger187 (Post 1691574)
Just viewing that image, I can tell where most of the issue is. ;) Ya didn't upload everything. Because I see text links instead of the images. So that means you probably poo poo'd the install.

Recopy ALL the files over this time. Reimport the product (checking the overwrite option) and then reimport the laguage file. And you wouldn't know about the loading issue fix with the var token if you didn't read the readme. I just forget how it's worded in there...

But I think you are running apache and don't have mod_security configured. ;)

I did everything you suggested and it did fix the icon problem. However, still stuck on Loading.... I edited the mgc_cb_evo.js file and add at the top var SECURITYTOKEN = "0";

What else can we try? Has anyone been able to make this run on vBulletin 3.6.5?

Yes, it is Apache. However, I'm unfamiliar with mod_security.


http://i52.photobucket.com/albums/g1...apture_022.jpg

Ranger187 12-23-2008 12:45 AM

Quote:

Originally Posted by USAMustangs.com (Post 1691587)
I did everything you suggested and it did fix the icon problem. However, still stuck on Loading.... I edited the mgc_cb_evo.js file and add at the top var SECURITYTOKEN = "0";

What else can we try? Has anyone been able to make this run on vBulletin 3.6.5?

Yes, it is Apache. However, I'm unfamiliar with mod_security.


Hehe, if adding the security token doesn't fix. Remove it. ;) And yes, it runs on every version. ;)

I gotta hit the search button (hint) to find the answer. I posted the mod security answer a few times, but I can't remember the edit. Gimme a min and I'll find it and post. Apply the mod security edit I reply with, if it doesn't work, re-add the var security edit.

Ranger187 12-23-2008 12:48 AM

Got it........

https://vborg.vbsupport.ru/showthrea...ty#post1588808

MOD_SECURITY on linux boxes disables this plugin from working...

edit/create .htaccess

Add

Code:

<IfModule mod_security.c>
  SecFilterEngine Off
  SecFilterScanPOST Off
</IfModule>

Place this in the root of the forum. Done. ;)

USAMustangs.com 12-23-2008 01:28 AM

Quote:

Originally Posted by Ranger187 (Post 1691590)
Got it........

https://vborg.vbsupport.ru/showthrea...ty#post1588808

MOD_SECURITY on linux boxes disables this plugin from working...

edit/create .htaccess

Add

Code:

<IfModule mod_security.c>
  SecFilterEngine Off
  SecFilterScanPOST Off
</IfModule>

Place this in the root of the forum. Done. ;)

Well, no luck. However, I want to say thanks for all your help.

I added the above code the .htaccess located in my forum root. I also tried the var string both ways. I tried it with it in the file and tried it removed from the file in conjuction with the mod security fix. No luck in either combination. Still just says "Loading...."

I guess it just won't work over my vB version and my server backend.

Ranger187 12-23-2008 01:37 AM

Quote:

Originally Posted by USAMustangs.com (Post 1691618)
Well, no luck. However, I want to say thanks for all your help.

I added the above code the .htaccess located in my forum root. I also tried the var string both ways. I tried it with it in the file and tried it removed from the file in conjuction with the mod security fix. No luck in either combination. Still just says "Loading...."

I guess it just won't work over my vB version and my server backend.

Pfft. The hell it won't. ;) Welcome to the world of servers. Nothing is ever a quick fix. You could easily have overlooked something, edited a wrong file etc.

If you want, PM me a temp admin account, and FTP account and I can see if I can get it fixed quick.

entertain 12-23-2008 07:36 AM

Here is one more wish for a next version:
- Usergroup Permission if they are able to delete all shouts of an user at once.

Great work, vBDev. :) :)

Ranger187 12-23-2008 08:41 AM

Quote:

Originally Posted by entertain (Post 1691793)
Here is one more wish for a next version:
- Usergroup Permission if they are able to delete all shouts of an user at once.

Great work, vBDev. :) :)

Already can.

entertain 12-23-2008 08:46 AM

Are you sure?

I mean that a user can maybe delete one shout from an other user, but don't have the permissions to delete all shouts of this user at once...

Ranger187 12-23-2008 08:56 AM

Quote:

Originally Posted by entertain (Post 1691821)
Are you sure?

I mean that a user can maybe delete one shout from an other user, but don't have the permissions to delete all shouts of this user at once...

USERGROUPS can be assigned that permission. It would be a very unintelligent move to base this off a user level and not a USERGROUP.

entertain 12-23-2008 09:21 AM

Quote:

USERGROUPS can be assigned that permission. It would be a very unintelligent move to base this off a user level and not a USERGROUP.
yes, i meant usergroups. :) And how can i set it like this? :o

Ranger187 12-23-2008 06:04 PM

Quote:

Originally Posted by entertain (Post 1691834)
yes, i meant usergroups. :) And how can i set it like this? :o

Goto the commands options in MGC and set it.

zelnik 12-24-2008 07:21 AM

Hi I've got a bit of a problem!

A User of my forum has ignored himself, I thought he was messing around as I assumed you couldn't ignore yourself so tried it and yes it's possible! :)

Would it be possible to stop users being able to ignore themselves in a future release please?

VBDev 12-24-2008 09:57 AM

Yes for sure :D

I'll add this to the todo list for next version.

Hidden_Gamma 12-25-2008 03:15 AM

I've just installed the update for this on 3.7.4, but chats are not working at all. I just have a blank chat box, no matter what I try to do.

VBDev 12-25-2008 09:10 AM

Which version where you previously using ?

If it was an update, did you refresh your browser cache after install ?

VBDev 12-25-2008 06:04 PM

Ho Ho Ho ! Merry christmas to everyone, my little gift : the new chatbox version release :)

KevinL 12-25-2008 06:15 PM

SICK!

Thank you!

KevinL 12-25-2008 06:24 PM

I can't unzip it :o

VBDev 12-25-2008 06:26 PM

Hum working fine for me which error do you get when unzipping ?

KevinL 12-25-2008 06:28 PM

Unable to unarchive

Not doing anything different then usual either haha


All times are GMT. The time now is 04:22 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.05245 seconds
  • Memory Usage 1,852KB
  • 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_code_printable
  • (20)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