ds125v / moodle-theme_bootstrap_renderers

A developer theme for working on Moodle 2.4/5 renderers that output Bootstrap 3 compatible HTML
15 stars 10 forks source link

Add an activity or resource not rendering using the new moodle popup #19

Closed rbclark closed 11 years ago

rbclark commented 11 years ago

In moodle 2.3, the new activity chooser which has been added does not show up http://docs.moodle.org/23/en/File:activity_chooser.png instead it just gives dropdowns. I am trying to trace down just what is causing this problem.

ds125v commented 11 years ago

It's probably a javascript issue caused by not finding the right classnames or ids. The javascript should hide the dropdowns, activate the link for the popup etc but since it doesn't find certain classnames in the moodle structure it fails. I'm currently adding back such classnames and ids, hopefully that should fix it.

ds125v commented 11 years ago

This should be working now, though it'll still look a bit messy due to lack of appropriate CSS.

ruyonga commented 9 years ago

same issue in version 29