- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2019 09:28 PM
Hi Guys,
Can someone point me to the right record to remove this OOB link in Knowledge view? Appreciate any help.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2019 05:14 PM
looks like it is in this macro:
/nav_to.do?uri=sys_ui_macro.do?sys_id=b74cff91c30031000096dfdc64d3ae65
look at that file starting around line 24. but this is already only shown if showHistory is marked true. This comes from the KBViewModelSNC script include. You could consider overriding the _populateAdditionalInformation() function in the KBViewModel script include. that is where you can override default behaviors in the first mentioned script include.
Otherwise, you could consider customizing the macro I posted above to remove it, but then you are going to have upgrade conflicts.
Perhaps the easiest way to remove it would be to add this css
#versionNumber {
display: none;
}
to this style sheet:
/nav_to.do?uri=content_css.do?sys_id=b3ba3821d73221004792a1737e610382
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2019 03:00 PM
This really works! Thanks Jon Barnes!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-23-2021 05:47 PM
Hi Bryan, How did you fix using CSS or overriding script? Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-09-2021 02:08 PM
I have a kind of similar requirement- by default the latest version should show all the versions as soon as the article loads, I could fix it in the Native view but need inputs how it is done in portal view?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2021 02:08 AM
Hi,
You can hide the versions on the portal if you clone the "Knowledge Article Content" and set the "how Article Versioning Information" to false.
Cheers,
Aniko
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2023 05:55 AM
Hi Aniko,
But this is not a good practice right?
Any other alternate please?