Forum Discussion
Lock Down Restrictions
Hello Maidie. We haven't identified separate strings that control navigation vs timeline controls.
The original "fix" for SL2 only required "free" to "restricted" in the "menuoptions" option group within the frame.xml:
<optiongroup name="menuoptions">
<options>
<option name="flow" value="free" />
<option name="wraplistitems" value="true" />
<option name="tooltips" value="true" />
<option name="autocollapse" value="true" />
<option name="autonumber" value="true" />
<option name="enableresultsicons" value="false" />
</options>
</optiongroup>
We found that this no longer achieved the desired result in SL360-published courses. After some experimentation, we found that making the additional change within the frame.js file fixed the issue.
Those should be the only two settings needed to change both the menu and timeline functionality.
Related Content
- 16 days ago
- 11 months ago
- 10 months ago