How to set the page rerouting in portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2020 11:41 AM
Hi All,
I am new for portal development. I need your help in changing the landing pages for search in custom portal page.
When I open the article from home page (screenshot 1), it is opening in ar_kb_article custom page (screenshot 2).
But when I click on the breadcrumbs (screenshot 3) it is routing to kb_category page (screenshot 3). I want all the search results to be routed to ar_kb_category custom page
- Thank you..
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2020 12:14 PM
Hi,
You will have to go to the "Page Route maps" module. There you can reconfigure which page is used when accessing a specific page via the ID in the URL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2020 12:15 PM
Hi Sai ,
You need to define URL in custom widget code as
c.url = "?id=ar_kb_category" page
If it fix your issue please mark it as helpful (or) correct.
Thanks,
Sumanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2020 12:21 PM
Hi Sumanth,
Does this need to be added in Client script of the custom widget?
- Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2020 12:23 PM
Hi Sai ,
Yes , you need to add in client script of the widget.
Thanks,
Sumanth