In the file helper/user.php
Change
elseif ($user->usertype == "Super Administrator") {
by
elseif ($user->usertype == "Super Administrator" || $user->usertype == "Administrator") {
Later, truncate the table jos_kide_sesion
The admins will be Super admins (red color, allow to delete post, ban, ect)
If you want, you can upload the language files, and I add them to the com