- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2020 10:21 AM
Hello
I need to remove Author name and Image from KB Articles in the system and from Service Portal?
I have viewed other community topics regarding this issue:
-commented lines in kb_view UI Page did not help
Can anyone have idea about this?
Regards Marcin
Solved! Go to Solution.
- Labels:
-
Multiple Versions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2020 01:04 PM
Solved :
UI Macro kb_view_common_footer
in HTML code
<div id="articleAuthor" class="snc-article-footer-metadata-published" style="display:none;">
change display to none
and Author name is not showed on kb_view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2020 01:04 PM
Solved :
UI Macro kb_view_common_footer
in HTML code
<div id="articleAuthor" class="snc-article-footer-metadata-published" style="display:none;">
change display to none
and Author name is not showed on kb_view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2021 12:44 PM
UI Macro kb_view_common_footer
in HTML code
<div id="articleAuthor" class="snc-article-footer-metadata-published" style="display:none;">
change display to none
Using this i just removed Author name.
I need help to add "Can read" in Agent portal and Service portal
Thanks in advance.
Lakshmi..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2020 11:19 AM
Hi,
Could you please try navigate to system properties >> Knowledge Management >> Knowledge Search Properties and Uncheck 'show author in knowledge search results'.
thanks,
Lavanya
