Posts made by Joseph Rézeau

Picture of Core developers Picture of Plugin developers Picture of Testers Picture of Translators
Could it be a date formatting problem? On my moodle 8.2 installation, the first line of that file reads:

<?PHP //$Id: block_course_list.php,v 1.40.2.7 2007/07/23 16:33:54 stronk7 Exp $
not
<?PHP //$Id: block_course_list.php,v 1.40.2.7 2007-07-23 16:33:54 stronk7 Exp $
Joseph
PS.- Bonne rentrée, Arnaud.

Moodle in English -> General help -> glossary windows -> Re: glossary windows

by Joseph Rézeau -
Picture of Core developers Picture of Plugin developers Picture of Testers Picture of Translators

To remove everything except for the entry definition itself from your glossary popup window add this CSS declaration at the end of one of your theme's CSS files:

#mod-glossary-showentry #header,
#mod-glossary-showentry .navbar,
#mod-glossary-showentry .concept,
#mod-glossary-showentry .helplink,
#mod-glossary-showentry a {
 display:none;
 visibility:hidden;
}
To keep the entry itself (= the "concept"), remove the line in red above.
Joseph
Picture of Core developers Picture of Plugin developers Picture of Testers Picture of Translators
>It is my understanding that, when we want to import the previous year's course to this year's course, we either have to import all the course content from the previous year's course or none of it.

This is not so. When you backup a course and when you restore it, you have a screenful of its contents where you can select exactly what you want to backup and what you want to restore... For your needs, I suggest you backup everything and then, restore gradually the elements you need.

Another possibility of which I'm sure you are aware is to restore the whole course from last year and hide those parts you don't want shown to the student, then "unhide" them one by one.

There are many possibilities to achieve what you want.wink

Joseph

Picture of Core developers Picture of Plugin developers Picture of Testers Picture of Translators
By the way, maybe people don't realize this, but if you just write a bug reference as plain text in a message on these forums, its URL address will be automatically added (no need to click on the Insert Web Link button in the HTML editor).
Joseph