Hide author option from Knowledge article in Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2024 07:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2024 10:36 PM
Hi @A_maity002
Navigate to widget - Knowledge Article Content, Create a clone of it and comment out the line which populates the variable "data.revisionString" in the server script.
Finally, add this new widget to your page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2024 11:07 PM
Hello @Vijayalakshmi P ,
It will be issue for cloning the widgets. If further upgrade is happening or implementing widgets instance. Is there any other solution to edit OOTB widgets without cloning it ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2024 09:27 AM
Hi, as far as I am aware, we cannot edit OOTB widgets.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2024 05:22 AM
remove 'Revised by' by configuring the Instance Options - Knowledge Article Content by adding CSS
.author {
display: none;
}
There is no need to clone and modify OOB widget. Although, if you use versioning there will be some name still included in the version options