How do i prevent author from displaying on the ESC portal of knowledge articles?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2022 05:44 AM
i cannot find any answer on How do i prevent author from displaying on the ESC portal of knowledge articles?
i want to remove this all marked by red from all the knowledge articles.
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 01:31 AM
Also I am not getting that show author information in the instance option.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 01:01 AM
Without customizing in widget level can we do it using ACL as well?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2024 07:34 AM
Navigate --> sp_widget.LIST
Open --> Knowledge Article Content
Go to 'Included in pages' related list
Open page where you have to remove 'Author' field (Ex- esc_kb_article_view)
Add below code in Page Specific CSS under-- .author{ here}
display: none !important;
Mark Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.