![]() |
I've followed the uninstall instructions exactly and I still receive usergroup permissions. The reason I'd like to uninstall this product is because I'm receiving usegroup errors. I was having the same problem with cyb chatbox which I eventually properly uninstalled which resulted in no usergroup errors.
I need help uninstalling this product properly since I receive usergroup error. Quote:
Quote:
|
Hmmm - are really all files removed and the uninstall did it without any errors ?
The: `mgc_cb_evo_permissions` = 'Array', `mgc_cb_evo_nbmsg_show` = '0', `mgc_cb_evo_nbmsg_perday_show` = '0', colums shouldn't be there, also a query that produced your error message "mgccustomusergroupperms" shouldn't be made any longer. To compare, download the version you've used again to see if really everything has been removed. |
Quote:
Thanks |
Quote:
|
I'd love to keep this mod but I receive white pages on thread replies. The previous version of mgc chatbox I installed, non evo one was also riddled with loads of white pages, this one not as much but I can't afford to have white / blank pages on my forum :(
|
it's odd, but no matter what I do, the command permissions just aren't 'taking'. Usergroups with permissions to use commands cannot use them and some usergroups that don't have permissions to use some commands can use them. It's like when I update the command permissions, it has no effect at all.
|
deltree ts and size ???
|
Quote:
Then just add the name of the image without the extension and suffixes. Quote:
Remove the files and it should do the trick :) Quote:
Quote:
Can you make a screenshot of one of your command permissions page which you have problems with ? Quote:
|
Developer please contact me about a fix working perfect for conflicting jS platforums (Prototype,YUI,MooTools).
Below is the link for you to take a look. I have your software all working perfect just wanted to let you know. http://docs.jquery.com/Using_jQuery_...ther_Libraries You may be able to give more incite in other places that might need this changed so let me know so I can update it on my end. I think this should by default with your software so your software never conflicts with other platforms but totally up to you. I just changed what pages I knew I had Prototype or other platforms on so please let me know all places. Here are instructions: Code:
OPEN: template- mgc_cb_evo_headinclude |
Quote:
This means uninstalling correctly, which you didn't do. If you did, the errors wouldn't be there. I'm assuming you either deleted files, or uninstalled and didn't delete files. Reinstall it, then uninstall per the readme file. This time, remember to delete the files (all of them). |
Quote:
I am going to add it to the todo list and will do the replacements for the next version. The only place where there are jquery uses is in the js files and the mgc_cb_evo template. |
The following hack adds a 5-seconds delay before the chats are loaded the first time:
In template "mgc_cb_evo", replace: Code:
<script type="text/javascript"> Code:
<script type="text/javascript"> |
i installed and it is working great. can someone tell me where is the option for daily post requirements? i have looked in all the admin panel options and cant find it. forget it i found it.. lol
what does this mean? Warning : add a sql query for the usergroup where this value is different from 0. |
Quote:
http://www.dancingmokey.com/bbs/pict...&pictureid=180 SS taken from a Super Moderator (canned vbulletin usergroup) : http://www.dancingmokey.com/bbs/pict...&pictureid=179 |
Do you checked your Webserver / PHP Log why these white pages appear ?
|
I have a quick question is there any way to import chats from say CYB chat system so people still have their stats? If not I will make one right now.
|
1 Attachment(s)
help help help me
BE_WRITTEN, SIDE BY SIDE, GET OUT, IS WRITTEN SIDE BY SIDE IS GETTING OUT I SHOWED IN THE PICTURE HOW DO I CORRECT ie BE_WRITTEN, GET OUT, |
Quote:
Code:
OPEN PLUGIN: Product : MGC chatbox Evo->Headinclude add Enjoy :) |
I created an import script for chat messages from CYB Chatbox to MGC Chatbox. VBDEV contact me for it maybe you want to include it in system as well. I just imported over 440,000 messages :) Without a hitch. Also Not sure if you thought about this but have a stats table to record stats of user messages so you don't have to keep 2.5 million messages and can prune delete and keep the table to set time 1 month 3 months 6 months 1 year whatever and it will prune away messages but keep stats. Let me know if this makes sense all you need to do is add a field in users table to keep a global count in for messages. Have it update every message post or just have a cron that does it or whatever it is your software. It may already be in software I saw a prune thing but not sure how it works.
We used to do contests and have anti spam built in etc for who was in top10 for chats that month Also not sure if you have this but CYB chatbox when a user was deleted in vB it would NOT delete their chat box messages. Not sure if yours does or not but please have them linked cause the manual check who I deleted whatever and delete using manual SQL can be a pain but again up to you. Also would be cool to see a chat post limit per usergroup. Say you want to allow registered users to view it but can only post 5 times after which it either does not allow them to view chatbox all together anymore unless they donate/subscribe and or just lock them out from posting more. |
Quote:
Quote:
Did not worked for me. Keeps the IE error and the chats do not load, it remains on Loading...... However i undo only the templates and plugin edits, kept the .js changes and the chat works the same before the changes. Go figure... :rolleyes: |
Quote:
|
Quote:
About the stats, yes that's an intersting idea to keep stats in an user table. The problem with statistics is that it's currently dynamic count. I mean that all users won't see the same number of chats made by a same user if they don't have access to all the commands the user has access to, you see what I mean ? And updating things in the user table would add an additionnal query which is not a good thing. Even with a cron I think it wouldn't be such a good idea as it would count shouts that perhaps have been manually removed for out of rules purposes. Don't you think so ? What's your point ? The chat post limit is a good idea too. What I am wondering is if it would be a 5 times per day or a 5 times ever you are thinking at ? |
Quote:
|
Quote:
|
Hello :)
I've mod_sec installed, also read the link you've given. A simple fix for this would be: Quote:
If additionally using Suhosin: Quote:
|
Quote:
Also I would like to say this does effect other jquery scripts by changing their $ to jQuery as well. So it is kinda tricky where you execute and set back etc to normal $. Will show you examples later on this and ways to fix. If you post up a mod that uses jQuery I will adjust accordingly for it. BUT the best solution is going with YUI which I see you have in future stuff as this would cause 0 issues with any mods/software using other platforms. YUI is different then jQuery, Proto, etc and so on keeps with javascript core platform and expands off of it and doesn't try to recode things and change things. This is where all the issues arise with platforms interfering. But again was more information purpose to developer for a fix if he so chooses to go that way. He can always revert the value back after the fact so it doesn't effect other jquery software again not for users to use unless they know coding to be able to customize to fit needs. Here is another jquery software that breaks while doing this: Collapsable First Post using AJAX (or Last Post!) https://vborg.vbsupport.ru/showthread.php?t=145187 Which to me is an awesome mod and yes it works for 3.7.X Only issue is this software uses an old version of jquery and not the new so that in itself is limiting and causing issues. But just wanted to let you guys know. I have a fix but again wont bore with all this stuff I will talk to developer directly and get a global fix for everyone. |
Thanks AWJunkies, that's awesome news. As Ranger187 said i'm not a coder (far far away from that) but i'm very interested guy.
|
<font color="Red">*Product updated with up-to-date german translation</font>
|
I see you're working on the width thing, I mean it's important, but my style doesn't fit a chatbox that take over the width of the page.
|
Quote:
<script>var jQuery=jQuery.noConflict();</script> So change it to: <script>jQuery.noConflict();</script> The var thing was just for example of what you can do if you didn't want to use default function output. Enjoy |
Quote:
|
No not yet !
I plan on releasing the next version in 2 or 3 weeks. |
Quote:
help ??????? https://vborg.vbsupport.ru/showpost....postcount=3057 |
Quote:
|
Quote:
The same problem at my board. Even I have used the default skin. https://vborg.vbsupport.ru/external/2008/12/24.gif |
I think I sorted this out. It has something to do with secondary usergroups. Once I took out the secondary usergroup all was just fine.
/toddles off to re-check his own usergroup setting on that secondary usergroup... |
Hi,
it shows me on the home page no chatbox. When I click on the page ... / forum / mgc_cb_evo.php, it shows me only that I, as Administratror not have enough rights to access the page. But the rights are set correctly. Please help me! Sorry for my bad english. I'm German. Leder |
Quote:
Quote:
Quote:
|
For some reason i see the chat box but the refresh symbol just keeps refreshing and it wont let me input anything.....all the permissions are set let me know
|
https://vborg.vbsupport.ru/ is the image i was talkin abou
|
All times are GMT. The time now is 07:38 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|