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)

Greenskull 06-09-2008 02:12 AM

OMG I DID IT! I had to get rid of the template edits that the original one made and it fixed it! Thanks sooooo much for the help though!

jedi-jakeyboy 06-09-2008 09:13 AM

Hi i have this all installed and workin great on 3.7.1 but i dont have the option to make a chat a sticky...??

This may of been answered but cant see it...can anyone help..??

running version 4.0

Thanks, Jedi..

www.consolehackz.info

VBDev 06-09-2008 10:50 AM

There is a bug in the current version on that feature it's not displayed.

It is corrected on the version currently under development.

EvilJohn 06-09-2008 12:55 PM

Sweet! :D Nice work. My gaming friends and I thank you. Been using vbshout for years. Glad to get an updated chat/shout box. :up:

ispots 06-09-2008 07:38 PM

Quote:

Your submission could not be processed because a security token was missing or mismatched.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.
This is new....VBDev, did you cause this in my chatbox?

malag 06-09-2008 07:52 PM

I installed it, but I don't see Chatbox on my forum :| What's wrong?

Ranger187 06-09-2008 07:54 PM

Quote:

Originally Posted by Greenskull (Post 1544617)
OMG I DID IT! I had to get rid of the template edits that the original one made and it fixed it! Thanks sooooo much for the help though!

See, I am helpfull sometimes. ;)

Glad you got it worked out. Now think about the database backups prior to adding any hack/plugin. It will save you from stuff like this. And that template modification system helps too. Glad you got it working!

Ranger187 06-09-2008 07:55 PM

Quote:

Originally Posted by malag (Post 1545315)
I installed it, but I don't see Chatbox on my forum :| What's wrong?

Probably because you didn't read the readme? ;)

By default, the chatbox is disabled in the usergroups. Turn it on in each usergroup.

malag 06-09-2008 08:31 PM

O yeaah! :D Thanks Ranger!

Ranger187 06-09-2008 09:23 PM

;) ...........

VBDev 06-10-2008 04:02 AM

Quote:

Originally Posted by ispots (Post 1545298)
This is new....VBDev, did you cause this in my chatbox?

Nope, haven't the time yet to have a look sorry.

Ranger187 06-10-2008 05:37 AM

Quote:

Originally Posted by ispots (Post 1545298)
This is new....VBDev, did you cause this in my chatbox?

That should be the easy fix. Isn't that where you add that line to the top of the file VB?


Quote:

WARNING :

For users which possess:
- a vBulletin 3.6 version < 3.6.10
- or, a vBulletin 3.7 version < 3.7.0 RC4

There will be a javascript error due to Jelsoft major changes ...

To make the mod work with this vBulletin version, edit the mgc_cb_evo.js file and add at the top : var SECURITYTOKEN = "0";

VBDev 06-10-2008 10:51 AM

Quote:

Originally Posted by Ranger187 (Post 1545598)
That should be the easy fix. Isn't that where you add that line to the top of the file VB?

He's using vB3.7.1 so I don't think so ;)

Gio Takahashi 06-10-2008 12:53 PM

I'd like to see an option that allows a user to completely hide out the chatbox. Maybe this was suggested or not, or I must've missed it.

VBDev 06-10-2008 01:09 PM

It's already included in the options of each user control panel.

DonHouston 06-10-2008 07:50 PM

im having a problem having the shoutbox appear on the arcade, ive followed the install but it just wont appear..... i do run vb3.6.7 is this the reason?

Ranger187 06-10-2008 08:13 PM

Quote:

Originally Posted by DonHouston (Post 1546090)
im having a problem having the shoutbox appear on the arcade, ive followed the install but it just wont appear..... i do run vb3.6.7 is this the reason?

Make sure you read the readme. If you did and missed this try it... Also did you try the other styles and see if it displays?

Quote:

-------------------------------
Integration in IBProarcade
-------------------------------

The integration in the arcade can only be done by activating the display chatbox on defined pages in a variable (not the one under the navbar).
Here is the process you must follow to achieve this integration :
- Go in the admincp in the "Display and Position" options
- Activate the option "Display the chatbox on defined pages of the forum in a variable" or the "Display the chatbox on defined pages under the navbar"
- In the pages list, add "arcade" and then validate
- Open the arcade/functions/functions.php et search for "function do_output($output_array)"
- After "// add additional needed variables" here, add : global $mgc_cb_evo,$mgc_cb_evo_var;
- Finally, if you are using the "Display the chatbox on defined pages of the forum in a variable", edit the ARCADE template and add $mgc_cb_evo_var where you want the chatbox to appear
Do you get a security token error in this? If so, try this... If not, don't add it.
Quote:

For users which possess:
- a vBulletin 3.6 version < 3.6.10
- or, a vBulletin 3.7 version < 3.7.0 RC4

There will be a javascript error due to Jelsoft major changes ...

To make the mod work with this vBulletin version, edit the mgc_cb_evo.js file and add at the top : var SECURITYTOKEN = "0";

DonHouston 06-10-2008 11:58 PM

i dont get a error so i didnt add the securitytoken, but i only run one style so ill have to add a couple styles and try it on there

Ranger187 06-11-2008 12:48 AM

Did you delete the default? Not smart. That's why you disable the default for times like this.

Did you do what it says in my previous post about intergrating it into the arcade?

WishLine 06-11-2008 07:13 PM

HOw does one actually unban a user from the Chatbox. Banning is easy enough but how the heck do you reverse it?

Ranger187 06-11-2008 07:29 PM

Quote:

Originally Posted by WishLine (Post 1546937)
HOw does one actually unban a user from the Chatbox. Banning is easy enough but how the heck do you reverse it?

See that ? icon in the chat. Click that, shows you the list of commands.

d2sector 06-11-2008 08:05 PM

Code:

/ban off uname "username"

Fireproof 06-11-2008 08:09 PM

VBDev (or others that may know),

My users use "New Posts" link a lot, but the chat box doesn't display at the top of the list of search results. Is there some template edit I can make so that the chat box displays at the top (right under the navbar) just like it does on Forum Home and Forums thread listings?

Ranger187 06-11-2008 08:33 PM

Quote:

Originally Posted by Fireproof (Post 1546987)
VBDev (or others that may know),

My users use "New Posts" link a lot, but the chat box doesn't display at the top of the list of search results. Is there some template edit I can make so that the chat box displays at the top (right under the navbar) just like it does on Forum Home and Forums thread listings?

If I understand correct, you are wanting to add the chatbox to the New Posts / Today's Posts? That search itself is query intensive. Adding the chatbox to that is a sure resource hog. I would highly suggest not doing this.

I think the search templates themself need edited and "$mgc_cb_evo" added to it, but VBdev is the man to say for sure. I'm only guessing on the variable.

As for what needs edited, VBulletin.com or search here for edits to the searching templates.

Fireproof 06-11-2008 09:09 PM

Thanks for the feedback. That is indeed what I was thinking. But I surely don't want to do it if it's going to be a resource hog.

Ranger187 06-11-2008 09:30 PM

MGC won't be the hog here, but running the searches spikes the server usage on the dB etc. Adding the chatbox to that would realistically be pointless. I say this because what happens after you run the search? You either hit the back button, or click one of the results. Same with the whos online. Who's online refresh automatically so that would add a huge usage if a user sits there and replies in the chat while the who's online keeps rereshing.

VBDev 06-12-2008 05:08 AM

<font color="Red">* Thanks to Shannon Davidson for his kind donation</font>

VBDev 06-12-2008 05:12 AM

Quote:

Originally Posted by Ranger187 (Post 1547057)
MGC won't be the hog here, but running the searches spikes the server usage on the dB etc. Adding the chatbox to that would realistically be pointless. I say this because what happens after you run the search? You either hit the back button, or click one of the results. Same with the whos online. Who's online refresh automatically so that would add a huge usage if a user sits there and replies in the chat while the who's online keeps rereshing.

I agree with you for the search page.

However for the whosonline, isn't it ajax powered ? (I think so) In that case it won't be too server intensive.

Ranger187 06-12-2008 05:38 AM

Quote:

Originally Posted by VBDev (Post 1547294)
I agree with you for the search page.

However for the whosonline, isn't it ajax powered ? (I think so) In that case it won't be too server intensive.

That's why you are a developer and I'm just the peon trying to help answer the questions. ;)

ispots 06-12-2008 01:57 PM

2 things:

1. Where do I determine/change which words are censored in the chatbox? Is it the censored list from vbulletin?

2. My "Who's Online" seems to never be in sync with who is actually online. I have played with the settings quite a bit but it just doesn't make sense. People who are actively posting don't show as online...

Ranger187 06-12-2008 04:15 PM

Quote:

Originally Posted by ispots (Post 1547676)
2 things:

1. Where do I determine/change which words are censored in the chatbox? Is it the censored list from vbulletin?

2. My "Who's Online" seems to never be in sync with who is actually online. I have played with the settings quite a bit but it just doesn't make sense. People who are actively posting don't show as online...

1. Should be, but VBdev would know the final answer. Easiest way to check is censor something in VB and type it in the chatbox.

2. This goes off however many minutes. If they leave whatever page impression they are on, count restarts. I don't even base if off that on my servers. I just type and if others are there, they reply.

F0xy 06-12-2008 06:57 PM

Code:

'mgc_cb_evo\.php$' => 'chatbox.html'
'mgc_cb_evo\.php\?do=view_chatbox$' => 'chatbox.html'
'mgc_cb_evo\.php\?do=view_archives&page=(\d+)' => 'chatbox/archiv/page-$1.html'
'mgc_cb_evo\.php\?do=view_archives$' => 'chatbox/archiv/page-1/'

where do you put that code if you have vbseo?

Ranger187 06-12-2008 07:22 PM

Try asking in the VBSEO hack thread too....

joe1989 06-12-2008 11:03 PM

When I uninstalled, the permissions section in the usergroups did not go away. Now whenever I try to edit usergroup permissions, I get a database error. Why is this? What can I do?

Thanks!

Ranger187 06-13-2008 12:43 AM

You didn't delete all the files. Check in /includes/xml

Queball_Beast 06-13-2008 03:31 AM

Hi,

The del command no longer works for me, I upgraded from 0.3.0 to 0.4.0 and it just stopped working.

I have re-downloaded and re installed twice and it still wont work for me though it was working before the upgrade. Any ideas as to what went wrong?

Thanks

Ranger187 06-13-2008 03:48 AM

Quote:

Originally Posted by Queball_Beast (Post 1548143)
Hi,

The del command no longer works for me, I upgraded from 0.3.0 to 0.4.0 and it just stopped working.

I have re-downloaded and re installed twice and it still wont work for me though it was working before the upgrade. Any ideas as to what went wrong?

Thanks

Read this again. It's the Readme in the Commands folder.

Quote:

Install instructions (all versions)
Update instructions (version < 0.3.0)
------------------------------------------

Warning notice : With the 0.3.0 version, commands update are not possible, you must first uninstall them and then follow these instructions :

1/ Import the product-mgc_cb_evo_cmd located in the root of the "Commands" folder

For each command you which to install :

1/ If the command's folder contains a "Files" directory, upload its content to your forum root.
2/ If the command's folder contains an "Images" directory, upload its content in each of your forum's styles directory.
3/ Import the command located in the "xml" directory through the command management system.

------------------------------------------
Update instructions (version > 0.3.0)
------------------------------------------

For each updated command since your chatbox version:
1/ If the command's folder contains a "Files" directory, upload its content to your forum root.
2/ If the command's folder contains an "Images" directory, upload its content in each of your forum's styles directory.
3/ Import the command located in the "xml" directory through the command management system.

------------------------------------------
Uninstall instructions :
------------------------------------------

For each command :

1/ Remove all the command files from your forum directories.
2/ Remove the command from the command management system.

If you don't have anymore commands :

1/ Uninstal the MGC Chatbox Evo Commands product

VBDev 06-13-2008 04:24 AM

Quote:

Originally Posted by Ranger187 (Post 1547783)
1. Should be, but VBdev would know the final answer. Easiest way to check is censor something in VB and type it in the chatbox.

2. This goes off however many minutes. If they leave whatever page impression they are on, count restarts. I don't even base if off that on my servers. I just type and if others are there, they reply.

  1. Yes censored word must be set through the vBulletin censor system.
  2. It's because the refresh of the chatbox doesn't update the who's online status certainly so you see them online in the chatbox while the forum itself think they are not.

Skyrider 06-13-2008 01:23 PM

Hey VBDev, just wanted to report a few bugs / problems:

1), Swear filter can be bypassed with the /me command. If you for example have "awesome" within in the filter to change it to *****, so:

Quote:

I'm awesome!
Would change to

Quote:

I'm *******!
Within the chat. But if you combine it with /me is awesome, it shows "Skyrider is awesome" <-- its not filtering it.

2), It seems that the /show ban command is only working on fully admins, supers and moderators. If I select that other usergroups can ban, it works fine. But it seems they do not have access to the /show ban command at all. If that usergroup attempts to do so, they are getting that:

Quote:

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/functions_mgc_cb_evo.php on line 905
and

Quote:

usernamehere, you do not have permission to access this page. This could be due to one of several reasons:

1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
You might say "The usergroup does not have ban rights", which I'm afraid is not the case.. When I use the /ban on uname Skyrider command from that usergroup (not admin,super or mod) it says "The user was successfully banned"

ispots 06-13-2008 02:45 PM

Hey vbDev...

Is it possible to have it so that when a user sets a font format (color, bold, etc) that it stays set that way until they choose otherwise?

My users want their posts to be unique and don't want to set it every time.


All times are GMT. The time now is 07:37 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.04502 seconds
  • Memory Usage 1,846KB
  • 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
  • (22)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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