Posts made by David Scotson

Good idea.

You might want to lay out the renderers so that it works with the autoloading stuff that Tim Hunt's doing, so the core renderer would be a file inside the renderers/ folder and have a specific name. Though I can't remember if that's actually working yet in 2.5 or if it's due for 2.6
This looks like a core moodle javascript bug to me. That page seems to be intended (if you look at the HTML and classnames) to use ajax to expand the categories and list the courses within them. But it's not working for some reason.

A search finds this one, that seems related:

https://tracker.moodle.org/browse/MDL-40750
You should still get one column on iPhones (or on desktops if you make the screen thin enough). There's been a lot of work done in this area so it's very possible that it's a bug so please file one and we'll look into it.

Actually, I'm seeing this myself, so I've filed a bug (which turned out to be a duplicate of a previously filed one).

https://tracker.moodle.org/browse/MDL-40923

https://tracker.moodle.org/browse/MDL-40722


Looks like some over-specific CSS that the responsive CSS can't overule.
This is the English file:

https://github.com/moodleman/moodle-theme_essential/blob/master/lang/en/theme_essential.php

and there's one for Spanish:

https://github.com/moodleman/moodle-theme_essential/blob/master/lang/es/theme_essential.php

If you copy the english one to lang/de/theme_essential.php and then change all the English terms on the right-hand-side to German you should start to see changes (though I think you need to purge caches first?).
Average of ratings: Useful (2)