Joseph Rézeau的帖子

Core developers的头像 Plugin developers的头像 Testers的头像 Translators的头像

Actually, Tim, you were so brilliantcool with your latest fixes that I can confirm that it is now possible to just type < and > anywhere when you author any questions (Moodle 1.7 and 1.8) No need to bother with HTML entities. All of the questions show in screen shot were authored simply typing the < and > characters.

Joseph

附件 image00.jpg
Core developers的头像 Plugin developers的头像 Testers的头像 Translators的头像
Helen,
With the very latest fixes that Tim has made to the various question types in Moodle 1.7 and 1.8 I would say that it is now possible to simply type < and > into the text of all questions without having to bother with HTML entities.
It's a pity that Ray has not come back and answered my questions. It would be easier to help him out if he did.wink
Joseph
Développeurs的头像 Développeurs de plugins的头像 Testeurs的头像 Traducteurs的头像
Bonjour Séverin et Nicolas,
Dans les paramètres du profil d'un utilisateur, il s'agit de paramétrer l'abonnement à tous les forums du site (en général). L'utilisateur peut ensuite choisir de s'abonner ou non à un forum en particulier (si l'enseignant a donné les droits). Donc, à la place de:
$string['autosubscribe'] = 'Auto-abonnement au forum';
$string['autosubscribeno'] = 'Non, ne pas m\'inscrire automatiquement au forum';
$string['autosubscribeyes'] = 'Oui, m\'inscrire automatiquement au forum si j\'y envoie un message';
Je propose:
$string['autosubscribe'] = 'Auto-abonnement aux forums';
$string['autosubscribeno'] = 'Non, ne pas m\'abonner automatiquement aux forums';
$string['autosubscribeyes'] = 'Oui, m\'abonner automatiquement à un forum si j\'y envoie un message';
Merci!
Joseph
Core developers的头像 Plugin developers的头像 Testers的头像 Translators的头像
Which theme are you using? Which block did you click on to move it to the right side before it disappeared? At the moment, do you have blocks visible on the left and on the right? Do you still have the Administration block visible? If so, try changing to another theme to see what happens.
Joseph