Applicable Product:
- PeopleFluent Learning
Applicable Release:
- V15+
Summary:
Occasionally, links within an HTML widget may change or point to the wrong destination. This article provides step-by-step instructions to update the widget so that users are directed to the correct location.
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