![]() |
Quote:
|
Quote:
|
Is there any way to have it join more than one room at a time when you log in to the server? We have two rooms, one for silly chat and one for serious discussion (usually moderated with a set topic for a few hours a night).
Also, how about being able to resize the java window from the Admin CP? That'd be useful - some people have complained it's a bit too small. With this chat applet, is it possible to change the display font size and colour? Again, some people have said the default is hard to read on their monitor, and it'd be great if either it could use one set by Admin, or if the users could change it themselves :) The only thing I really think this addon needs is the ability to use the standard header and footer templates... Great work! :D |
Quote:
just copy your header and footer templates into them and they should work fine Header > vbxirc_header footer > vbixrc_footer if the java window is too small you can change it in the templates, altho i will look into adding it into the ACP for the next release as it is a good idea :) yes see in the template where it says command1 copy that put2 and change /join $vboptions[ircroom] to /join #roomname :) |
Is there any way to either use the nickname guest_XXX or modify a nickname so it does NOT begin with a number? Some of my members cannot log in since their nickname beings with a number, and the IRC server rejects it.
|
In a reply to myself, I found the following:
in chat/index.php Line 48: Code:
$nonalnum = ereg_replace("[^ [:alnum:]]", "", $bbuserinfo[username]); Code:
$nonalnum = preg_replace("/^(\d.*)/","_\$1", $bbuserinfo[username]); |
Quote:
|
It gives me a error that says
Warning: main(./global.php): failed to open stream: No such file or directory in /home/king/public_html/chat/index.php on line 39 Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/king/public_html/chat/index.php on line 39 Here is line 39 in the file PHP Code:
|
Quote:
|
Quote:
Yes? Was that a trick question or soming. BTW fixed it |
All times are GMT. The time now is 03:41 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:
|