hello...
in my site (SPANISH SITE JOOMLA 3)
in the function checkSpecial [common.php (1512) ]
the function check for the name ("Super Users", "Super Administrator", "Administrator", "Manager")
but in mt joomla spanish this profile name are ( Super Usuarios ,Administrador ,Gestor )
i change the funcion to verify by ID groups not by the title...
Code:
$specialArrid= array(8,7,6);
$db->setQuery("Select b.id from #__user_usergroup_map as a inner join #__usergroups as b on b.id = a.group_id where a.user_id = '$user->id'");
i hope you check this
bye.