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

boedakmelayou’s picture

Version: 5.x-1.3 » 6.x-1.1
Component: Code » User interface

i have same problem, subscribing....

Giuseppe’s picture

Same 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.

Giuseppe’s picture

I 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.