Fordson and Collapsed Topics

Fordson and Collapsed Topics

av Gareth J Barnard -
Antall svar: 4
Bilde av Core developers Bilde av Particularly helpful Moodlers Bilde av Plugin developers

Hi Chris,

Fordson v1.4.4 on Moodle 3.2 with Collapsed Topics 3.2.1.1 (CT) has a conflict with the icons as attached.  CT does have a specific body class if that helps with a solution.

Gareth

Vedlegg CT_Fordson_32.PNG
Gjennomsnittlig vurdering: -
Som svar til Gareth J Barnard

Re: Fordson and Collapsed Topics

av Chris Kenniburg -
Bilde av Plugin developers

Hi Gareth,

I'll take a look Monday.  We attach that to the section or week title as you discovered.  Is there a way to make it not show up on collapse topics but still work normally?

If you can think of a way let me know.  I could get it in the next release.  Maybe in the Fordson settings in the dropdown for these icons I could make a blank/none option? Or I can put an on/off toggle as well.

Depending on your HTML maybe I could identify collapsed topics and do a display none for h3 section titles?

We like the icons for our purposes as it provides a visual cue for our learners.  

Som svar til Chris Kenniburg

Re: Fordson and Collapsed Topics

av Gareth J Barnard -
Bilde av Core developers Bilde av Particularly helpful Moodlers Bilde av Plugin developers

Hi Chris,

body.format-topcoll h3.sectionname:before {
    display: none;
}

as CT already has section title icons.  But only in 'All sections on one page', may need to think about 'One section per page'.

G

Som svar til Gareth J Barnard

Re: Fordson and Collapsed Topics

av Chris Kenniburg -
Bilde av Plugin developers

I added this to the next release of Fordson.  Should be out and fixed soon.  Thank you.  

I have to admit, we've not ventured too far from the default course formats but this one is very, very nice!