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 08-15-2008 09:47 PM

Issues. Fully removed old. Installed new.

Mind you, I'm not troubleshooting this yet. Posting issues.

Clicking "Manage Commands" and "Manage Channels" yielded:
Quote:

Warning: main([path]/includes/class_mgc_cb_evo_cmd.php) [function.main]: failed to open stream: No such file or directory in [path]/admincp/mgc_cb_evo.php on line 12

Fatal error: main() [function.require]: Failed opening required '/web/docs/blah/htdocs/forums/includes/class_mgc_cb_evo_cmd.php' (include_path='.:/usr/local/lib/php') in /web/docs/blah/htdocs/forums/admincp/mgc_cb_evo.php on line 12
Clicking "Manage Channels" yielded

Clicking "Command Options"
/ban command: Title of the ban PM Form Field is in French (I imported English.XML)
/ban command : Content of the sent PM Form Field is in French (I imported English.XML)

Clicking "Chats Display"
Alternate colors
Alternate the chats backroung color background - spelled wrong

Ranger187 08-15-2008 10:04 PM

Clicking "Manage Commands" and "Manage Channels" yielded:

class_mgc_cb_evo_cmd.php was missing. I copied this from a previous version, and it seemed to resolve it. VBdev, be sure to include this file ;)

Ranger187 08-15-2008 10:23 PM

So far other then above issues, it's a LOT faster.

skywalker2208 08-16-2008 01:07 AM

I am eager for the next release.

Ranger187 08-16-2008 01:14 AM

So far, I like it. The simple install is such a relief..... Only issues are above and those are simple to fix for him to package a final.

KevinL 08-16-2008 01:19 AM

I like the sound of it :)

Fireproof 08-16-2008 02:08 AM

Quote:

Originally Posted by Ranger187 (Post 1599627)
So far other then above issues, it's a LOT faster.

Quote:

Originally Posted by Ranger187 (Post 1599700)
So far, I like it. The simple install is such a relief..... Only issues are above and those are simple to fix for him to package a final.

Those sound mighty nice!!!!

Can't wait for a public release! Way to go guys.

Ranger187 08-16-2008 02:16 AM

If closet clown gets them done in time, should be tomorrow hopefully ;)

skywalker2208 08-16-2008 03:10 AM

Is there any new features?

Ranger187 08-16-2008 03:24 AM

Um. Scroll up ;) All the things in green. Not to mention 1 click install....

mlx 08-16-2008 06:31 AM

Quote:

Originally Posted by VBDev (Post 1599254)
Beta phasis launched :)

I suppose this is a private beta then? Or where do I get it? ;)

Or even any chance for a final release this weekend?

Don't get me wrong, I don't want to rush you. It's just we are not running any chatbox yet and my fellow admins are getting a bit impatient waiting for me to install one. So I'm wondering if it does make any sense to wait for this next release or if I should install v0.5.0 instead now.

Any suggestions?

Ranger187 08-16-2008 06:53 AM

Hey bro, hold off. If he doesn't release it tomorrow (Saturday) , I'll help you install 0.5.0. I'm already running 1.0 on my forums and it's a great improvement. View my profile for my aim/yahoo info if you want help installing.

VBDev 08-16-2008 10:22 AM

Quote:

Originally Posted by Ranger187 (Post 1599611)
Clicking "Manage Commands" and "Manage Channels" yielded:

class_mgc_cb_evo_cmd.php was missing. I copied this from a previous version, and it seemed to resolve it. VBdev, be sure to include this file ;)

Quote:

Originally Posted by Ranger187 (Post 1599596)
Issues. Fully removed old. Installed new.

Mind you, I'm not troubleshooting this yet. Posting issues.

Clicking "Manage Commands" and "Manage Channels" yielded:
Clicking "Manage Channels" yielded

Clicking "Command Options"
/ban command: Title of the ban PM Form Field is in French (I imported English.XML)
/ban command : Content of the sent PM Form Field is in French (I imported English.XML)

Clicking "Chats Display"
Alternate colors
Alternate the chats backroung color background - spelled wrong

Issues fixed except the form field in french.

These are options and thus are in french ;-) You then can change them to wathever you want.

VBDev 08-16-2008 12:04 PM

<font color="Red">* Version 1.0.0 released</font>

entertain 08-16-2008 12:14 PM

Nice job, VBDev.

I'd like to write /team my_mesage in the chatbox but it seems there is no way to make it on this way any more, or? Now I've created a new channel...

Then: I've tested to add simies in a /me command but this isn't working. Didn't you fix it or is there an option that i haven't seen yet?


Greetings.

VBDev 08-16-2008 12:23 PM

Team command has no reason to exist anymore as now channels are fully segregated and based on a full set of permissions.

Sorry you were right for the me command :)

Zip file udpated. If you had already installed it, edit the includes/class_dm_mgccbchat.php file and search for :

Code:

$this->set("coidentifier","me");
$this->parse_bbcode        = 0;

Replace by :

Code:

$this->set("coidentifier","me");
$this->parse_bbcode        = 1;


entertain 08-16-2008 12:29 PM

Quote:

If you had already installed it, edit the includes/class_dm_mgccbchat.php file and search for :
Is this the only thing that have to be edited? Because it's not working. :o

Skyrider 08-16-2008 12:40 PM

I installed it, but.. It refuses to display now on the front page. While I uninstalled, and reinstalled it.

siveriano 08-16-2008 12:43 PM

im getting this error when i click the download link, can some one help me please.
Quote:

Invalid Attachment specified. If you followed a valid link, please notify the administrator
\


nvm is working now.

thanks great mod like always

VBDev 08-16-2008 12:43 PM

Quote:

Originally Posted by entertain (Post 1599965)
Is this the only thing that have to be edited? Because it's not working. :o

Sorry yes :) Zip file now ok. Please upload includes/class_dm_mgccbchat.php and includes/mgc_cb_evo.php files :)

Quote:

Originally Posted by FF|Skyrider (Post 1599974)
I installed it, but.. It refuses to display now on the front page. While I uninstalled, and reinstalled it.

Have you followed instructions correctly ?

Usergroup permissions but be set back in the new version install.

VBDev 08-16-2008 12:44 PM

Quote:

Originally Posted by siveriano (Post 1599977)
im getting this error when i click the download link, can some one help me please.

You have tried downloading while I was modifying it :) Try again now !

Koidl 08-16-2008 12:48 PM

1 Attachment(s)
Hello,

thx for the update
could u help maybe i want no <br> after every chat in the first picture is it a bug or cant i just find it in the settings ?

thx

Skyrider 08-16-2008 12:51 PM

Indeed, had to set the usergroup. But for some odd reason when I type in the chat box, the chats are not displaying.

Deimos 08-16-2008 12:54 PM

Make sure you upload and overwrite the files on your server
I had to do that twice, although I think my ftp connection got cut off during the transfer, heh.

VBDev 08-16-2008 12:55 PM

Quote:

Originally Posted by FF|Skyrider (Post 1599985)
Indeed, had to set the usergroup. But for some odd reason when I type in the chat box, the chats are not displaying.

Have you uploaded all files and reverted all templates ?

Coz honestly different users have installed it and no issues reported on install. You certainly made something wrong.

Try to refresh your browser cache also.

Quote:

Originally Posted by Koidl (Post 1599981)
Hello,

thx for the update
could u help maybe i want no <br> after every chat in the first picture is it a bug or cant i just find it in the settings ?

thx

What does the first image correspond to ?

Skyrider 08-16-2008 12:58 PM

Quote:

Have you uploaded all files and reverted all templates ?

Coz honestly different users have installed it and no issues reported on install. You certainly made something wrong.

Try to refresh your browser cache also.
I uninstalled the previous chat box, uploaded the new files and overwritten all of them. And then I reinstalled the chat box again. As for the templates, doesn't that auto remove and auto add new things upon installation of the plugin again?

Also, quite a few things are still in french. Even I installed the English language pack. Like, when selecting the BB Mail icon, it says "Veuillez entrer l'email". The Ban Private message was also still in French, but that could be easily changed.

uydudoktoru 08-16-2008 12:59 PM

thanks

Koidl 08-16-2008 12:59 PM

Quote:

Originally Posted by VBDev (Post 1599991)


What does the first image correspond to ?

there is more space between the rows than on the normal view chatbox it changed in the new version i just dont want have space between the dif chatbox rows i want it like the second pic

collapsed mode

VBDev 08-16-2008 01:07 PM

Quote:

Originally Posted by FF|Skyrider (Post 1599995)
I uninstalled the previous chat box, uploaded the new files and overwritten all of them. And then I reinstalled the chat box again. As for the templates, doesn't that auto remove and auto add new things upon installation of the plugin again?

Yes that normally does.

Have you tried refreshing your browser cache ?

Quote:

Originally Posted by FF|Skyrider (Post 1599995)
Also, quite a few things are still in french. Even I installed the English language pack. Like, when selecting the BB Mail icon, it says "Veuillez entrer l'email". The Ban Private message was also still in French, but that could be easily changed.

The ban message in french is normal as it's an option for the other one it's not.

Are these the only glitch of languages you saw ?

Quote:

Originally Posted by Koidl (Post 1599997)
there is more space between the rows than on the normal view chatbox it changed in the new version i just dont want have space between the dif chatbox rows i want it like the second pic

...

I still don't get what is the first pic... Which mode and so on ... Please try to formulate clear messages.

Koidl 08-16-2008 01:09 PM

Quote:

Originally Posted by VBDev (Post 1600007)
I still don't get what is the first pic... Which mode and so on ... Please try to formulate clear messages.

lol i am sry for my english its in collapsed mode

Skyrider 08-16-2008 01:09 PM

Quote:

Yes that normally does.

Have you tried refreshing your browser cache ?
I have, still the same problem.


Quote:

The ban message in french is normal as it's an option for the other one it's not.

Are these the only glitch of languages you saw ?
Currently, just the email, ban message and starting chat message that always displays in the chat box itself before typing a message.

entertain 08-16-2008 01:10 PM

Quote:

Sorry yes Zip file now ok. Please upload includes/class_dm_mgccbchat.php and includes/mgc_cb_evo.php files
Quote:

edit the includes/class_dm_mgccbchat.php file and search for :
Ok, you said at first that it is only one file to edit. Now I overwrote the functions_mgc_cb_evo.php and it is working. Thx. :)

Only one other question: For what are these .DS_Store files? Are they necessary to upload?


Greetings.

Skyrider 08-16-2008 01:12 PM

I hope the chat doesn't display because the server needs something that it doesn't has. Everything used to work until I installed the latest / new version. Everything seems to be working properly, just the chats are not displaying. Nor in chat or archives.

UPDATE:
I tested it with IE (Internet Explorer) and it seems all the chats I am doing from there are being displayed within the chat box archives. But not within the chat box itself. If I try this on FireFox, it refuses to show up in the archives or chat.

VBDev 08-16-2008 01:16 PM

Quote:

Originally Posted by Koidl (Post 1600011)
lol i am sry for my english its in collapsed mode

Oh hum indeed very strange. I am adding it to the todo list as I won't have the time to fix it before holidays.

Quote:

Originally Posted by FF|Skyrider (Post 1600012)
I have, still the same problem.

Currently, just the email, ban message and starting chat message that always displays in the chat box itself before typing a message.

Ok so just email as the others are options.

Have you received any database error message ?

Try the following :
  • Upload the files of the zip currently attached here (it has been smally updated)
  • If it doesn't work, send me by pm ftp access and admin account to your forum and I will check that
Quote:

Originally Posted by entertain (Post 1600013)
Ok, you said at first that it is only one file to edit. Now I overwrote the functions_mgc_cb_evo.php and it is working. Thx. :)

Only one other question: For what are these .DS_Store files? Are they necessary to upload?

Greetings.

I am running mac computers and it automatically add those files sorry, I can't remove them.

No they are not necessary at all.

Sayrex 08-16-2008 01:19 PM

tnx Update ;)

Skyrider 08-16-2008 01:20 PM

The only database error I received was when I uploaded and overwritten the files without the uninstall first. But was easily solved by an uninstall and install again.

Koidl 08-16-2008 01:25 PM

Quote:

Originally Posted by VBDev (Post 1600020)
Oh hum indeed very strange. I am adding it to the todo list as I won't have the time to fix it before holidays.


oh shame it looks rly crap makes our board very long ..

Version 1.0.0 : 16 August 2008
* Corrected bugs
o Channel icons not blinking

its still not working here the rest seems to be ok

thanks anyway for this new chatbox version :up:

Skyrider 08-16-2008 01:27 PM

nevermind, it works now. I removed all the files, removed the whole chat box and things. And reinstalled everything! seems to be working now, thanks! :D Also, thanks for the icon set. Comes in handy! And If I may ask, within the command list "Manage commands". all commands seems to be striped. What does this means?

VBDev 08-16-2008 01:28 PM

Quote:

Originally Posted by Koidl (Post 1600032)
oh shame it looks rly crap makes our board very long ..

Version 1.0.0 : 16 August 2008
* Corrected bugs
o Channel icons not blinking

its still not working here the rest seems to be ok

thanks anyway for this new chatbox version :up:

It works ! It has been tested by me and captainslater.

You have certainly forgot to activate the options that do the blinking:
  • In the channel manager, edit your channel and set to YES : Warn user upon new message in the channel option
  • In Advanced options set to YES :
    Warn users when new unread messages are available in the other channels option

VBDev 08-16-2008 01:28 PM

Quote:

Originally Posted by FF|Skyrider (Post 1600033)
nevermind, it works now. I removed all the files, removed the whole chat box and things. And reinstalled everything! seems to be working now, thanks! :D Also, thanks for the icon set. Comes in handy! And If I may ask, within the command list "Manage commands". all commands seems to be striped. What does this means?

It means that they are not active :)

By default no commands are active, you thus have to activate the one you need.


All times are GMT. The time now is 04: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.07667 seconds
  • Memory Usage 1,854KB
  • 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
  • (29)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