Slader Maxto的帖子

Hello Chris
I solved it ... I leave you both options ... thanks

1 OPTION ==> Site administration / Appearance / Theme / Theme setting ==> go to

User menu items:
REMOVE ALL THIS

degrees, degrees | /grade/report/mygrades.php | degrees
messages, message | /message/index.php | message
preferences, moodle | /user/preferences.php | preferences

theme \ fordson \ scss \ styles.SCSS ==> THIS IS AT THE END TO DEACTIVATE

.dropdown-item: nth-child (1) {
screen: none;
}

2 OPTION ==> Site administration / Appearance / Theme / Theme setting ==> WITHOUT DELETING User menu items:

theme \ fordson \ scss \ styles.SCSS ==> PUT THESE 6 LINES AT THE END
.dropdown-item: nth-child (1) {
screen: none;
}
.dropdown-item: nth-child (2) {
screen: none;
}
.dropdown-item: nth-child (3) {
screen: none;
}
.dropdown-item: nth-child (4) {
screen: none;
}
.dropdown-item: nth-child (5) {
screen: none;
}
.dropdown-item: nth-child (6) {
screen: none;
}



Hola franco, Te vas a reir..la solucion fue entrar en Administracion del sitio/Apariencia/ Tema/Ajuste del tema ==> ir hasta
Items del menú de usuario:
QUITAR TODO ESTO

grades,grades|/grade/report/mygrades.php|grades
messages,message|/message/index.php|message
preferences,moodle|/user/preferences.php|preferences

Guardar y asunto arreglado.
Gracias por su ayuda..con mas miro tu sulución....gracias