mod_labelcollapsed does not open/expand in Tiles format

Issue #109 new
Jo Beaver created an issue

The mod_labelcollapsed does not open/expand in Tiles format. We found the remedy to this to be:

in Tiles > lib.php, around L51, add 'labelcollapsed' to $labellikecoursemods. i.e.

public $labellikecoursemods = ['label', 'customlabel', 'unilabel', 'datalynxcoursepage', 'labelcollapsed'];

Would be great to get this added as permanent fix to the plugin though.

Comments (4)

  1. Philipp Memmel

    Sry @Joe Beaver 🙂 However, still cannot find a way to tag the “correct” Jo Beaver here, Bitbucket’s not my favorite platform… 😉

  2. Jo Beaver reporter

    Hey, I have a name twin 🙂

    @Philipp (sorry I couldn’t tag you either!), your fix certainly seems to work for me.

  3. Log in to comment