Moodle Plugins directory: Bootstrap Grid | Moodle.org
Bootstrap Grid
Atto ::: atto_bsgrid
Maintained by
Guy Thomas,
Stuart Lamour
Extends the Atto editor so that bootstrap grids can be inserted into user generated content.
Latest release:
834 sites
55 downloads
59 fans
Current versions available: 1
Insert bootstrap grids into your user generated content quickly and easily by using pre-defined layout templates.
No more will you need to use tables for layout!
Make the layout of your content consistent, modern and responsive!
This plugin was developed during the Vienna Dev Camp 2015 event.
https://www.academic-moodle-cooperation.org
Credits
- Peter Feigl - Lead Developer - Javascript / php
- Guy Thomas - Javascript, localisation and behat tests
- Miriam Kunst - Icons
- Stuart Lamour - Javascript + Bootstrap 3 support
This plugin was based off the template for atto plugins by Justin Hunt https://github.com/justinhunt/moodle-atto_newtemplate
Contributors
Guy Thomas (Lead maintainer)
Stuart Lamour
Please login to view contributors details and/or to contact them
Stefan
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
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
It uses row-fluid which is not supportet in the new bootstrap.
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.