Quote:
Originally Posted by Lady Ginasue
I installed this hack today and was having trouble with it the way that it was, once I put in the codes that Oxygen had also posted, it worked just fine.
|
Where did you put the chat directory? In the forum directory? It says 1 level below the vB directory...
On my test board I'm getting a 404 when I hit the 'chat' link in the navbar.
EDIT: Ok - I put it outside the vB directory in the main htdocs directory and it finds the index.php3 file OK and opens the window. But - once it said: "You must enter a user name" and then when I tried it again it said: "You must be registered before chatting.".
Hmmmm, any ideas anyone?
EDIT #2: Solved. I had phpMyChat configured to require a password...
In config.lib.php3:
PHP Code:
define("C_REQUIRE_REGISTER", '1');
should have been
define("C_REQUIRE_REGISTER", '0');