
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-29-2020 01:18 PM
I'm using a customized portal to show a single Knowledge Base, but found out that in the platform using value to sort categories and subcategories, the order is respected but in the portal view it sorts in alphabetical order.
Is it possible not to sort categories and subcategories not using the label and instead use value order?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-29-2020 01:22 PM
You will have to clone the KB Categories widget and change line 40 and add cloned widget to page.
change from label to value

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-29-2020 01:22 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-30-2020 05:40 AM
Hi Mike! I cloned the widget but it did not work, it still order by the label, is there anything else I'm missing?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-30-2020 05:42 AM
Maybe you are different version of widget. Can you share server code of the widget?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2020 10:32 AM
it worked like a charm, thaks a lot!