How can I hide the author field from a knowledge article?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2019 11:01 AM
I am trying to hide the 'Authored by.." information when users are viewing knowledge articles. I have tried 3 solutions.
"Plan A": I commented out the necessary code within the "kb_view" UI page.
"Plan B": I set the "glide.knowman.search.show_author" system property to "false".
"Plan C": I applied a "read" ACL to the "Author" field of the knowledge article table.
None of these solutions has been successful. I am looking for a "Plan D". Please advise. Thank you!
Alan J. Robinson
Integrated Solutions Management
arobinson@ism4it.com
Dayton, Ohio (EST)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2019 12:35 PM
Ok, OOB it is in this widget(KB Article Page) but this is readonly.
You have to clone this widget and comment the below lines in the HTML template
Once you made the changes you have to replace the OOB widget with your cloned widget on the page
Let me know how it goes
Please mark my response as correct and helpful if it helped solved your question.
-Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2019 01:32 PM
I was able to remove the 'authored by' field from displaying in the portal article view by updating the 'Page Specific CSS' field on the page: 'Knowledge Article View' to include '.author{display: none;}'.
I was also able to remove the authored by field from the 'Most Useful' widget list on the article page by setting system property 'glide.knowman.search.show_author' to false.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2020 11:00 PM
Where do I find this property?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2020 07:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2020 07:26 AM
I am struggling with this issue within ServiceNow core/base platform. I've tried all the steps you tried as well. Does anyone know how to hide Knowledge article author in the core platform?