Bootstrap Grid

Maintained by Guy Thomas, Stuart Lamour
Extends the Atto editor so that bootstrap grids can be inserted into user generated content.
Price option: Free

Supports Moodle 2.8-3.2 See all versions
Latest release: 11 years ago
Installations: 515
Downloads (last 90 days): 16

Frankenstyle name: atto_bsgrid
Atto

Comments

Comments are no longer open for new posts. Existing comments remain available to read.

Is it possible to use this plugin to generate filling missing word test?I need to create a table which must be responsive but i can not see the grid icon when creating the test
@Matt It should work in responsive themes that use bootstrap. Try switching your theme to clean. If it works there then it's a compatibility issue with the plugin and your theme.
Having problems with adding bootstrap grids - they appear on the left, not responsive, and loop around oddly. Am using Moodle 3.0 and Archaius theme. My tech said the fact that the theme is already responsive is stopping the responsive grid working - is that so? Any ideas how to solve that?
@Ricardo. I've updated the supported versions. Thanks for your suggestion.
@Guy - But as it is appearing on the download page I would never install it in a Moodle 3.2, since it is saying that the plugin is only compatible with Moodle 2.8 and 2.9. It would be interesting to update this information.
@Georg - thanks for testing in Moodle 3.2. @Ricardo, we generally don't release new versions unless the old version is incompatible.
Hi, I installed the plugin on Moodle 3.2.2+! It works like a charm so far!
Any upgrade to Moodle 3.2?
Any upgrade to Moodle 3.2?
@Upro Karhula - This plugin hasn't been abandoned by the developers. If you checkout the github page you can see the progress we made on the IE11 issue: https://github.com/academic-moodle-cooperation/moodle-atto_bsgrid/issues/16
It's actually a bug with Atto, not our plugin - here is the Atto bug which I encourage you to vote for:
https://tracker.moodle.org/browse/MDL-54895
Is this plugin supported on 3.1 or just 2.8/2.9? Thanks
Has this plugin been abandoned by the developers? It still doesn't work with Internet Explorer 11.
Hi there,
Great plugin. Just to let you know on (at least) Moodle 3.0 with Clean theme, the 2 column layouts with 25% / 75% both have their margin shifted -30px. This appears to be from those two layouts using class="row row-fluid" rather than class="row-fluid" which the other layouts use.
http://imgur.com/Wadr6Ga
Quick fix for me was a custom CSS line:
.atto_bsgrid .row { margin-left:0px; }
I haven't tested this in any other themes.
Regards
Bob GIlmore
Does this plugin work for Moodle 3.0?
-Derek
@Jari Vilkman, thanks for reporting the bug and for taking the time to detail it in the github ticket. I can replicate it.