When using Azure it will send the ban data to users_bans instead of bans.
You can change this in the Azure source or you can change where your CMS checks for bans.
Not exactly, just like @Kiss said your CMS doesn't grab data from "user_bans", so to fix this you'd have to open "class.users.php".So, the database 'bans; I would need to rename to 'user_bans'?
Not exactly, just like @Kiss said your CMS doesn't grab data from "user_bans", so to fix this you'd have to open "class.users.php".
and replace "bans" with "user_bans" same thing if you use checktheban or w.e.
It doesn't record in "bans" because Azure uses "user_bans".