Quote:
Originally Posted by zagman76
When I ban a user from chat (on my beta/testing area) - the PM they get is in French, and I can't seem to find where to change this.
Any suggestions?
Thanks!
|
All other part of the chatbox are in english on your forum ?
Quote:
Originally Posted by baha
I is can' t loading .. (v1.5) ! help me pls..
|
Have you uploaded the js files ?
Any errors in ie ?
Is this a clean install or an update ?
Quote:
Originally Posted by jupiter5
I use love style and 3.6.8. version. How can I reduce chatbox width? I could not find it.
|
Diminish the form input width and try also to deactivate some bbcode.
Quote:
Originally Posted by Audentio
I did that, but now it doesnt show up at all.
EDIT: Instead of forumhome_complete, I did forumdisplay_complete and it works fine  .
What if I wanted multiple forums instead of just 49. Would I write it like this?
Code:
if ($foruminfo[forumid] == "49,50") { /* code of the plugin */ }
Because I dont think its working like that.
|
Yes sorry lol... Must have been not well awoken
If you want it to show on other forums, you could do that:
Code:
if (in_array($foruminfo[forumid],array(49,50))) {
/* your code */
}