List of Links in Resource Center Module
I want to add a list of links to various support pages and it seems the only module that allows you to build this out is the announcements module. But this type of content doesn't make sense with the badge indicator that's included for "what's new". How can I hide the badge, or should I be using another module? It seems dumb that I'd have to use custom code for something so simple. The announcements already has all the building blocks to design this, but I don't want the badge.
0
Comments
You can achieve this with a guide list module. Make a guide for each link you want to use, then adapt the github script for opening a URL from the Resource Center to open each one (essentially, make each guide a single "invisible" step that only includes a custom code block so open the URL) https://github.com/pendo-io/snippets/tree/master/resourceCenter/resourceCenterOpenURL
This can be done by creating a guide list module and then creating the HTML code block to add as many articles as you want.
We actually used a custom HTML code block to add in links to our external KB articles. Within this we also coded in a search feature that allowed users to type in a specific subject they needed help with, and it pulled up only those articles via an accordion drop down.
Basically, it looked something like this (as an example):
Search Bar Query: Printing
In order to print from this application, please use this link: (insert code block for URL with URL link)
And the link would be clickable and take them directly to the external knowledge base.
one thing that may influence what you try is how much you need to segment the visibility of each link, and also if any links may need to be updated what that will take :)
Please sign in to leave a comment.