Forum Discussion
SuccessFactors LMS applying its own Navigational buttons
For anyone looking for a solution, here you go.
To fix all of this, here's what you need to do.
Take your published Rise 360 .zip file and extract it somewhere.
Go into the extracted folder, and open/edit your imsmanifest.xml file (I recommend using Notepad++, it's great for this)
There are 2 parts to solving this problem.
- Adding the missing line to the top of your manifest file.
- Adding the code to your manifest file that hides those annoying buttons.
For Part 1 you need to check the very top section of the manifest file. If you compare a manifest file from Storyline 360 output with that of a Rise 360 output you will see there are some lines missing, most importantly, the xmlns:adlnav line that enables the hiding of the elements that we are trying to achieve:
<adlnav:navigationInterface>
<adlnav:hideLMSUI>continue</adlnav:hideLMSUI>
<adlnav:hideLMSUI>previous</adlnav:hideLMSUI>
<adlnav:hideLMSUI>abandon</adlnav:hideLMSUI>
<adlnav:hideLMSUI>exit</adlnav:hideLMSUI>
<adlnav:hideLMSUI>abandonAll</adlnav:hideLMSUI>
<adlnav:hideLMSUI>exitAll</adlnav:hideLMSUI>
<adlnav:hideLMSUI>suspendAll</adlnav:hideLMSUI>
</adlnav:navigationInterface>
</adlnav:presentation>
Hi Heinrich,
I have edited the manifest file. After doing so, I receive a message that the SCORM packet includes invalid files. This does not happen if I don't edit the manifest file. Can you provide some insight into this?
I have noticed that my manifest files do not include the <adlcp:dataFromLMS> tag.
- philipsiwinski2 days agoCommunity Member
Hi DaphneDansby-41, if you were able to disable the navigation buttons in SF successfully without the error message (The Scorm package includes invalid files), please share your approach. Thanks!