Hello,
sorry for bothering, but i have another issue: i am running phpfreechat 5.x-1.3 on drupal 5. I set up on Administer->phpfreechat isadmin false, in phpfreechat/index.php isadmin is commented out (i tried also to set it to false).. but still every user can ban others!
Can anyone please help me out?
thanks a lot!
Comments
Comment #1
boedakmelayou commentedi have same problem, subscribing....
Comment #2
Giuseppe commentedSame problem.
Using the debug parameters and debug console, I can see a difference in the isadmin parameter.
In the debug parameter part, isadmin is set to false (as in the pfc module control panel), while in the console (using /debug globalconfig command) it's set to true.
Comment #3
Giuseppe commentedI solved the problem commenting out the "Setup admins" part in the module file.
I guess there may be a problem with the moderate permission, as I didn't give moderate permission to anonymous users, and they were admins though.