- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2024 12:59 AM
Hi.
Is there a way to change the labels "Article" and "Request" on the content cards?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2024 02:11 AM
I found the solution. If I open the sys_ui_message table and find the message with the Key "request" in English, I can change the label to something else than "Request". This changes the label on the content card on employee center.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2024 08:35 AM
This data comes from two widgets KB Content & Catalog Content and fed to Taxonomy Content Card.
You can customize widgets to overwrite these labels.
Please mark this as Helpful / Accept the Solution if this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2024 10:40 PM
Hi Pooja. Thank you for your reply. Any suggestion to how I overwrite the labels? 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2024 09:54 AM
If you look at Taxonomy Content Card widget template, it is using type from the data that KB Content & Catalog Content
And KB Content server script sets the data.kbCardData.type = gs.getMessage("Article"); this is the line you would want to change. (I highly recommend cloning the widgets over customizing)
Please mark this as Helpful / Accept the Solution if this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2025 05:18 AM
If I clone the taxonomy content card widget, how can i connect it to The Topic Content with filter widget that is use to display the items?