Hi, I've installed the PHPChat on my system and everything works great except for the "Banish User" feature.
I check the box next to the user I want to banish and click "Banish Checked Profiles". It refreshes the page and at the top it then says "Now you have to move to the banished users sheet to refine your choices." Except when I go to the banished users tab, it says there are no banished users (and after the refresh on the admin page, the user is still listed, unlike when you delete a user). Am I doing something wrong or is this a bug? I desperately need to get this guy banished, any help is appreciated!
Best,
Jim Demonakos
Webmaster
savagedragon.com
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-04-17
Hi Jim,
you need to configure the config.lib.php3 first !
Otherwise your admin feature will just ignore whatever you chose in the banish user fields since it's disabled by default.
Open the config.lib.php3 (located in the chat/config folder) and look for the entry:
define("C_BANISH", '0');
you have to replace the 0 with a 1 so the banish feature will be enabled. After that everything should work just fine.
Good luck,
Det
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I've installed the PHPChat on my system and everything works great except for the "Banish User" feature.
I check the box next to the user I want to banish and click "Banish Checked Profiles". It refreshes the page and at the top it then says "Now you have to move to the banished users sheet to refine your choices." Except when I go to the banished users tab, it says there are no banished users (and after the refresh on the admin page, the user is still listed, unlike when you delete a user). Am I doing something wrong or is this a bug? I desperately need to get this guy banished, any help is appreciated!
Best,
Jim Demonakos
Webmaster
savagedragon.com
Hi Jim,
you need to configure the config.lib.php3 first !
Otherwise your admin feature will just ignore whatever you chose in the banish user fields since it's disabled by default.
Open the config.lib.php3 (located in the chat/config folder) and look for the entry:
define("C_BANISH", '0');
you have to replace the 0 with a 1 so the banish feature will be enabled. After that everything should work just fine.
Good luck,
Det