EC - Taxonomy Topic Page - Sub-Topics Widget

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2023 05:57 AM - edited 02-14-2023 02:59 AM
Hi Team,
Sub-Topics widget shows 6 topics and View All button on the page (emp_taxonomy_topic). How to change the limit or show all sub topics?
Thank you.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2023 10:25 PM - edited 02-11-2023 03:31 AM
Hello @Community Alums ,
There is no any way to set the limit for the sub-topics OOTB. When sub topics are more than 6 it will show view all button. If you want to show all topics without that button u need to write your code after cloning this OOTB widget.
Thank you!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2023 02:58 AM
Thank you.
Can someone help me with the code to populate all topics?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2023 08:24 AM
"We can set the view all clickable by default by changing the below line in the Client controller on OOB 'Sub-topics' widget
From
c.data.viewAllMode = false;
To
c.data.viewAllMode = true;
Customer need to clone the OOB subtopics widget and do the necessary changes on cloned widget."
This is references from an internal KB - KB1123716