![]() |
Quote:
|
Quote:
Quote:
|
Quote:
|
I can't display the images for the bbcode or the shoutbox submit image.
http://www.swapahome.co.uk/index.php Edit: My bad....I hadn't uploaded the images to the correct style folder! :erm: |
Nice.
My team uses IRC so they are used to scrolling from the bottom up, be a nice feature for adimcp configuration I think. I didn't see these images include in the download, and I'm missing something? Code:
File does not exist: /public_html/testvb/images/smilies/cheesy.gif |
Quote:
Quote:
This is maybe because this smileys are in your database but not present anymore in your folders. You should remove them in the smileys manager of the acp. |
i have an idea
:D<< maybe its stuiped .... but when any one refresh the page the chatbox go and fetch the data again (And sometimes no one cares about the chatbox) so the idea i had is to add one tiny option in the admincp which make the chatbox in the unactive mode when someone open the page .... and im sure this option will make load lesser by 50% at least |
Yup I add it :)
|
thanks man its working now!
see if my vps can handle you chatbox :D |
Just installed... looks great!
|
forgive my ignorance, and my un-willingness to read over 120 pages of text..
i am new to Vbulletin, and modding. i get this error.. MySQL Error : Unknown column 'nbmsgshowchatbox' in 'field list' Error Number : 1054 www.metrodubs.com thank you. |
Quote:
I think you haven't installed all the products or that you have installed the product before putting the files ? |
well i went he the "new installation" i can double check i missed something. is there a place i should start my investigation?
|
Yup:
- First check if both bitfield_mgc.xml and bitfield_mgc_chatbox.xml are in the includes/xml folder => If not, then add them and reinstall the chatbox - Then go in your admincp in the product list check if there is the MGC chatbox and the MGC bitfields products => If not, then upload the missing product. This should cover your problem. |
for some reason my box just loads.... and loads..... and loads....
|
Have you uploaded the js files ?
|
where does this file go
"templateedits-mgc_chatbox.xml" it is just in the main chatbox folder |
This is if you want to do the automatic template edits with the TMS system of Andreas :)
If you have his product installed, with this xml file, template modifications are done only by uploading this xml file. (Instead of having to do them all manually). |
Got a bug to report. I never noticed it on my board. But installed a chatbox on friends board which is not English but in Ex-Yugoslavian languages like Croatian,Bosnian etc.
And this happens when someone tries to use a special character letters from that language like: Code:
Čć?đ? "error: please wait some seconds before sending a new message". After that logging out seems to help to loose that error. |
never mind.. got it.. !!! thank you for all your help!
|
Hey, this mod rocks.. thanks so much!
I followed the install instructions and have it working well, but I have a small issue - the "MGC Chat" link in the top navbar (between "Calendar" and "New Posts") does not do anything when clicked on. Here is the code I put into my navbar template that is showing this link... Code:
<!-- START CHATBOX CODE --> I'm running vBulletin 3.6.8 and MGC Chatbox 1.5 (English). Thanks. |
I just realized that this link doesn't actually link anywhere, which explains why the link doesn't work...
Code:
<a href="#">MGC Chatbox</a> |
Greetings from france, god job buddie, france 0wnz, well ok no luck at rugby ======> []
|
looking for the vbadvanced CMPS integration and all is awesome in this addon
|
Ha no found a bug, I'm using vbulletin replacements variables to rename defaut vbulletin's smillies to mine, they are correctly appearing in the smillies mebu selection but when the post is displayed the replacement variable isn't used so the default smillies appear
in french, j'utilise les variables de remplacements pour détourner le nom des smilies par défaut de vbulletin sur les miens, ça me permet de garder le skin de vbulletin standard intacte tout en pouvant rediriger les images vers celles que je veux grace aux vars de remplacement. Apparemment ça marche bien dans le menu de selection des smiles mais quand je poste, le smilie de vbulletin par defaut est affiché donc la var de remplacement na pas été prise en compte. J'ai pris une screen sur le problème , c'est plus parlant, j'y ai poste le smilie qui devrait etre bleu mais comme la var n'est pas prise en compte j'ai le redface normal de vbulletin. |
Quote:
I am unfortunately not skilled enough in that domain to find out what could fix that :( Do you encounter the same problem when using the quick reply with ajax ? |
Quote:
Quote:
Quote:
Quote:
|
Quote:
Like if I write: Code:
&?#268; Code:
Č P.S. Had to insert a question mark after "&" sign in that numerical code or else it got translated into letter Č here as well :) |
Btw if someone with a vbAdvanced CMPS not in the same home of its forum and congrats to display the chatbox on the cmps homepage please post informations here for everyone.
|
je suis sur la piste de trouver ce qui ne va pas VBDev pour vbadvanced, je te met au courant des que ma box n'ets plus bugg? mais jarrive enfin a lafficher sur vba et le forum sans qu'il n'ai ? ?tre dans le m?me dossier :)
|
MGC Chatbox 1.5 & vBadvanced CMPS Integration
First read the documentation to build the chatbox module in vBa, I assume you already have your Chatbox template module linked to a template adv_portal_mgc_chatbox with the variable $mgc_chatbox into. Then follow theses instructions: 1) MGC Chatbox > Display and position > Display on defined pages above the navbar > NO 2) MGC Chatbox > Display and position > Display on defined pages in a variable > YES 3) vBa CMPS > Default Settings > Main Options > Portal Output Global Variables > Enter the value mgc_chatbox 4) Plugins & Products > Plugin Manager > Product : MGC chatbox : Variables globales chatbox > Click Large Edit Box and start editing as mentioned below: FIND Code:
if (THIS_SCRIPT == 'adv_index' && !empty($forumpath)) { 5) Styles & Templates > Style Manager > Edit Templates > MGC Chatbox Templates > mgc_chatbox and start editing as mentioned below: FIND Code:
var mgc_cb_jsloc = "$mgc_cb_floc"; Code:
var mgc_cb_jsloc = "$vboptions[bburl]"; Code:
<script type="text/javascript" src="$mgc_cb_floc/clientscript/mgc_chatbox.js"></script> Code:
<script type="text/javascript" src="$vboptions[bburl]/clientscript/mgc_chatbox.js"></script> FIND Code:
<a href="mgc_chatbox.php?$session[sessionurl]do=view_chatbox" target="_blank"> Code:
<a href="$vboptions[bburl]/mgc_chatbox.php?$session[sessionurl]do=view_chatbox" target="_blank"> Code:
<a href="mgc_chatbox.php?$session[sessionurl]do=view_chatbox" target="_top"> Code:
<a href="$vboptions[bburl]/mgc_chatbox.php?$session[sessionurl]do=view_chatbox" target="_top"> It makes MGC no more dependent on directories paths so you must be able to place it in any dir/pages with $mgc_chatbox like vba wich is often placed in another one. france 0wwnz ;)) Greetings VBDev , hope I helped you out |
Great, Thanks.
|
have figured out how to workaround the chatbox width problem on the portal, when you have a small width portal then the chatbox is too long and will break the layout, figured out how to correct it like in the picture attached, if some need explanations feel free to request
|
Thanks for your sharing class101.
However, your solution was kinda like the previous way I did the integration with vbportal and also why I removed it. Let me explain it a bit. In that code : Code:
var mgc_cb_jsloc = "$vboptions[bburl]"; Calling ajax with full http url is generally not allowed by browsers (forbidden action in the javascript language definition). It might work on some host but it might also not work at all on others. So I recommend to becareful when using your fix as this could not work. |
No problems in IE and Firefox, who cares of others ? ;) You must try out the various browsers ouuta there but I doubt this is a problem, I have IE 7 + Firefox and there is no problems at all , no scripting error spawn at all so I guess all is ok if both major broswers are rendering it correctly, personnaly I prefer to use that way because the forum path isn't defined in all vbuletin config, most are forgetting to set it up, and having the local path of the computer showable in the source is not really security friendly :) I mean you just have to read the source of the index to read what is the full system path with the /home included of your box, really not security friendly (that's probably why vbulletin replaces the defaults mysql error page by a standalone one wich looks like a 404 error to hide the path to each errors).
Well anyway you dont like it or not I think I showed you enough to understand from where vbadvanced is giving some complications, that path can be modified in seconds if you prefer another way but the main goal to make 1.5 working with vba is done :) |
This doesn't seem to depend on the browser.
In the 1.4 version, the code was the same as yours but this caused problem on some host. Don't know exactly why on some but not all ... But when there was an error it said that this action was not allowed (I mean the call of a js files with full http url). Putting the $forumpath was the only simple way I found as for now. Indeed it might not be secure enough but the big problem is the full http url in the path. This problem is not that simple and needs more reflexion to find the perfect solution which I don't have for the moment. |
a ok I see you mean some web hosting problems. Well then warn in the documentation some host may disallow direct .js linking explaining a workaround for that issue because your script is very fine and that's not to you to workaround stupid server's configuration, just my 2cent mind.
|
new problem. it seems that some users do not have access to the chatbox, but many others do. they are all lumped in the same primary usergroups. the odd think is that i have a test screen name that does not have access to the chatbox when i log in under that name.
|
Have you made the modifications to the modifyoptions template ?
|
Quote:
All Mods and Admins (11 total) have access to the chatbox. Only registered users with 5 or more posts can view it, which is only around 500 members. |
All times are GMT. The time now is 06:14 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:
|