Gareth, thanks.
You have used the "Using Data attributes" on the page http://v4-alpha.getbootstrap.com/components/navs/#tabs: and this works in both our dev site and demo.moodle.
The option I was using was the "Tabs" option.
<ul class="nav nav-tabs">
<li class="nav-item">
<a class="nav-link active" href="#">Active</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Link</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Link</a>
</li>
<li class="nav-item">
<a class="nav-link disabled" href="#">Disabled</a>
</li>
</ul>
At present this still fails. I have just tried it in demo.moodle and it is the same there.
The method you used is fine, but creates a maintaining headache, when you have to update much more code since there are three places where things are referenced rather than on, and they are in two separate parts of the code.
I have had a short holiday, and we hoped to upgrade soon, but this is doing my head in.
Advice needed.
No-one from the Boost coders has replied here. I've had a look in the tracker. There are 1140 tracker items with the word boost in them. I can't even decide if this feature (being able to insert bootstrap 4 into the code view in a label) is intended (ie supported) or not. It worked in Clean and Flexibase in 3.0. But it is not working in Boost with Moodle 3.2. At least not without foibles.
Is this worth a tracker item, or is there just too many other things going on?
I'm open to any possibilities to get in Moodle 3.2 what I currently have in 3.0 + Flexibase:
- New course format. I've checked the databse, there are four ready for 3.2, they all look nice, but none give inside the section navigation
- Generico. AL's suggestion.
I've appreciated your comments Gareth, and trying to think myself clear: maybe the question I am struggling with is deployment of content. ie some text, some pictures, some embedded video and some links to various documents. I'd like this chunked a little more fine grained than just "sections" with a scroll of content. I've actually tried SCORM.
but this is non-responsive in Moodle as far as I can tell. I'll be looking at the new iContent. https://moodle.org/mod/forum/discuss.php?d=335211 if it is available for 3.2
I might be trying to do too much too fast. It always takes a little bit of time to settle into something as new as Boost.
-Derek