Berichten gepost door 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;
}



Gemiddelde van de beoordelingen: Useful (1)

To rule out if it is the subject, put another topic and check if the same thing happens ... if so ...
 the problem could be that the student or students are or were enrolled in that course and were not 
eliminated

Gemiddelde van de beoordelingen:  -
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
Gemiddelde van de beoordelingen: Útil (1)