Bootstrap Grid
Maintained by
Guy Thomas, Stuart Lamour
Extends the Atto editor so that bootstrap grids can be inserted into user generated content.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
The patches are
- replaced all instances of the bootstrap option "row-fluid" to "row"
- the grid option now appears only once (instead of twice)
You can download the updated plugin https://github.com/johnhpercival/moodle-atto_bsgrid
Thank you very much to johnhpercival for his fork.
It uses row-fluid which is not supportet in the new bootstrap.
Please look at https://github.com/academic-moodle-cooperation/moodle-atto_bsgrid/issues/22
The patched plugin is working for me since Moodle 3.5 up to Moodle 3.11+ (Build: 20210617) and it also works in the developer Moodle 4.0dev (Build: 20210617). You can download the plugin here and install ist in your Moodle for your own risk.
Download https://github.com/academic-moodle-cooperation/moodle-atto_bsgrid/files/6699762/atto_bsgrid_20210623.tar.gz
I updated my Moodle to 3.5.1. All text boxes made with bsgrid were damaged. Please update the plugin for Moodle 3.5.
Searching for an improvement I found a simple code modification. You must change the class "row-fluid" to "row" in every template.
Please look at https://github.com/academic-moodle-cooperation/moodle-atto_bsgrid/issues/22
Ralf
Stefan