![]() |
how can banned user
thanks |
Quote:
You then can see the banned users with the /showban command and you can unban them within the show ban popup or by typing in the chatbox the /unban command followed by a space and the name of the user. |
just look into the help ;)
|
Hi
What can i add to this code to make the popup to the size i require please? Code:
<span class="smallfont">$vbphrase[mgc_cb_aide] <a href="#top" onClick="return open_aide();"><img id="mgc_cb_aide" src="$stylevar[imgdir_button]/collapse_alt_collapsed.gif" alt="" border="0" /></a> |
You can't in this bit of code.
Go in the clientscript/mgc_chatbox.js file and the open_aide javascript function in the mgc_chatbox template (at the top). There, you should find a window_open call in which you can change the width and height value :) |
Hi, there is seems to be problem with the with Uninstall process. After uninstalling the hack it giving me DB error when try to update groups.
Code:
Database error in vBulletin 3.6.7: |
I think you haven't followed the uninstalling steps rightly ;)
You should have removed the files before removing the products, especially the files in includes/xml concerning the chatbox as they contains bitfields which are generated upon install and uninstall process. The regeneration upon uninstall is here to remove the bitfield concerning the chatbox but before files must have been removed. So to correct this, you must remove the xml files concenrnig the chatbox and then rebuild the bitfields by hand (activation of the debug mode and the in the options menu the rebuild bitfields link shall be there :)) |
Hi VBDev
The only bit of code i can find in there with regards to a window is this Code:
function attente_fin_envoi_chat() { It wernt at the top either, it was a little way down! Also, this hack actually ppears to add 3 queries even without the stats enabled, Hack active: 35 queries and server load of 4.64 Hack disabled: 32 queries and server load of 0.84 Killing my server if i may say so... Anyway of improving this please? |
Quote:
Code:
function open_aide() { For the query part, how did you measure the server load and the queries ? For the queries, the chatbox actually uses 2 queries on the forumhome page, one to retrieve the smilies and one to retrieve the custom bbcode. The one for the bbcode can be removed (see a previous post in the thread, about bbcodecache :)). The other query might be for the refresh if you saw it by another way than the debug mode of vbulletin it might have appeared. I think more information on the way you did it might be useful. For the smiliey part, it could be removed in the next version by activating the smilie in a popup instead of on the page itself (queries would be run only in case of click on the button to show the page :)) |
Yep thats the one lol, didnt see you mention the template, i only noticed ya mention the file int he clientscript folder lol me is blind :o
I have added 2 images for the server load as well, i also hace the refresh set to 30 seconds...(default setting) Page loading jumps about up 3 seconds Willl look foward to the update :) |
Quote:
4,64 -> 0,84 = 3,80. What is it ? Kb ? It's rather big. Strange. Edit : Ohh ok, no Kb but seconds :) |
Quote:
I did the edit to the global.php as explained in the post below and now my queries have gone from 35 to 64 pmsl.... i am gonna undo that edit Page generated in 0.86726 seconds with 64 queries https://vborg.vbsupport.ru/showpost....8&postcount=79 |
There is an error on the code bit, its ( I correct the previou post) :
PHP Code:
|
Quote:
|
There must be something else conflicting with the hack as well then
I have vbshout 2.1 installed but that is only for the staff and dont get used much. Tis a puzzling one this, I would like a box for the members but its not looking good atm!! |
yeah by far this is the best one I used so far dont even touch my server load. how many users are using it at once bashy? also what refresh rate do you have? maybe its something with the 2 shout boxes installed why not remove that one and just use this cause then you can use the team channel.
here is my server load GZIP ON (level 1) | 0.02 : 0.04 : 0.01 | Uncached Templates: None |
Quote:
I didn't understand your second phrasen could you explain it please ? I think you're using current language words I am not used to as a french guy ;) |
he has vbshout for his staff and the second part hes saying that its getting him confused he wants a shoutbox for his members but right now its not looking to good I guess cause of his server loads. that is why I said he should remove vbshout and just install this one and use the team channel for the staff and the regular channel members only see.
|
Quote:
Try to deactivate the vbshout and just see how much server load you have with only the mgc chatbox active bahsy to see. |
Yeah i will try that and see how it pans out,
when it was enabled there was actually no one using it at all!! |
Quote:
Maybe an incompatibility with both chatbox together activated at the same time but I doubt it. |
bashy what refresh rate do you have it on? cause I have even lowered mine down to 5 seconds and my server load dont jump or nothing. also do you have it enabled on all parts of the forum?
|
I get an MySQL error when I edit the Usergroup permissions.
Code:
Datenbankfehler in vBulletin 3.6.7: |
This is because you haven't put the xml files in the includes/xml directory before importing the products !
Here are the possible solutions to solve this problem: - Check that the files are in the includes/xml directory (the one from the zip archive) and then activate the debug mode (through a modification in the config.php file) and then in the vbulletin options menu, you just have to click on Rebuild bitfields ! - Remove the product, check that the files are in the includes/xml directory and then import the product again. |
heelo
i have arabic fourm when i write english it's ok but when i try arabic nothing happen i cat ues arabic in it thanks alo |
can u show me demo or give link of any forum installed with this addon
|
check mine in my signature....not sure if it shows for guests though, i cant remember and i aint no guest so dont see that side of things often lol
|
Vbdev, is the date bug fixed? :)
|
Quote:
Quote:
Quote:
|
I get same error m8 ... have rebuilt bitfields .. uninstalled, reinstalled the lot :( ... shame coz looks like some excellent work ya done there m8
|
you have installed both products given in the zip file ?
|
Quote:
Open the mgc_chatbox.php file, find : PHP Code:
PHP Code:
|
one of only ..... is that what Im doin wrong?
EDIT:- dosey git ... it is n all LOL ... my appologies .. cheers for the pointer :) |
Quote:
But try this : In includes/functions_mgc_cb.php, Find: PHP Code:
HTML Code:
$chatbox_utf8 = 1; |
Quote:
i try still not working thanks for help |
Quote:
|
Maybe you could change the following bit of code in the mgc_chatbox.php file :
Code:
header('Content-type: text/html; charset=ISO-8859-15'); Unfortunately I am not really used to arabian characters but I know that with ajax, this a real problem as it might not be really well supported :( |
sorry
but in my databaes i'm not uesing loclhost i'm uesing IP server |
Edit the mgc_chatbox.php file :
Find: PHP Code:
PHP Code:
|
Quote:
|
All times are GMT. The time now is 02:43 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|