Removing author from Knowledge Article

Rylie Markle
Tera Contributor

I am trying to remove the author's name from a Knowledge Article. This is the view that an employee sees when a Knowledge Article is attached to their case and they open it. 

 

I've tried a few things that I've seen on the Community, but none of them are working for me. I tried commenting out a section of the kb_view UI page (screenshot below). I also tried creating an ACL so that only admins would be able to read the knowledge article author (screenshot below).

 

Any suggestions would be appreciated. 

 

RylieMarkle_0-1677009783589.png

RylieMarkle_1-1677009968537.png

 

 

RylieMarkle_2-1677010013963.png

 

 

2 ACCEPTED SOLUTIONS

Cuong Phan
Kilo Sage

Hi Rylie,

You are very close to it. The message HTMl is lied on this UI Macro "kb_view_common_footer" on line "32". This variable is retrieved from the parent macro "kb_view"

CuongPhan_0-1677036828666.png
Output: 

CuongPhan_1-1677037072223.png

Mark Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.

 

Cuong Phan

Senior Consultant.



 

Regards,
Cuong Phan
ServiceNow Technical Lead

View solution in original post

Cuong Phan
Kilo Sage

Hi Rylie,

That can be done by commenting out from line 9 

CuongPhan_0-1677114324340.png

 

Regards,
Cuong Phan
ServiceNow Technical Lead

View solution in original post

7 REPLIES 7

Cuong Phan
Kilo Sage

Hi Rylie,

You are very close to it. The message HTMl is lied on this UI Macro "kb_view_common_footer" on line "32". This variable is retrieved from the parent macro "kb_view"

CuongPhan_0-1677036828666.png
Output: 

CuongPhan_1-1677037072223.png

Mark Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.

 

Cuong Phan

Senior Consultant.



 

Regards,
Cuong Phan
ServiceNow Technical Lead

@Cuong Phan  I found the UI Macro "kb_view_common_footer", but how do I need to edit it? Do I need to comment out lines?

@Cuong Phan Oh actually I just commented out line 32 and that worked! Thank you!!!

@Cuong Phan only problem I'm having now is the author's picture is still showing. Can I remove that somehow?

 

RylieMarkle_0-1677078854945.png