Update Incorrect HTML Widget Links
Applicable Product:
- PeopleFluent Learning
Applicable Release:
- V15+
Summary:
Sometimes links within the HTML widget change or they are pointing to an incorrect destination. The steps outlined in the article will walk through how to update the existing widget so that end users are taken to the correct place.
Current Link: (http://localhost:8080/nts2104/servlet/ekp/BSCATFRAMES?InternalLID=EKP000000000)
When clicking the embedded link above it takes the user to the Catalog Editor instead of the Learning module itself. This is due to the Catalog editor URL being used instead of the Course URL.
First, we need to capture the correct launch URL for the Learning Module.
1. Navigate to the Learning Module and click 1.5- Preview
2 . This will launch the preview of the Module and here we will capture the full URL and remove the text in BOLD
http://localhost:8080/nts2104/servlet/ekp?TX=FORMAT1&LOTYPE=O&CID=EKP000000001&PX=N&PREVIEWMODE=Y&FORCECLOSE=N
Result: http://localhost:8080/nts2104/servlet/ekp?TX=FORMAT1&LOTYPE=O&CID=EKP000000001
3. Next, navigate to System-->HTML Widget and locate the Widget in question to edit.
4. Click the Source Code icon and replace the highlighted text with the link http://localhost:8080/nts2104/servlet/ekp?TX=FORMAT1&LOTYPE=O&CID=EKP000000001 that was noted in Step 2 and then save.
5. Go to the Widgets page and hover over the updated link to make sure the destination is correct.
Keywords: HTML Widget WIDGET Widget Link Update
Created: Erik Zilli