I have to hide star rating in portal.

niveditakumari
Mega Sage

Hi, 

 

I have to hide star rating in portal. In portal when we open knowledge article there are two places we can see star rating. I know we have system property to hide star rating and when I'm putting that value as false it is hiding star rating in all places. I have to hide star rating only at one place which user has given rating that is available in below personal policy name. 

Please see attached screenshot. 

Can you please help me with that. 

 

niveditakumari_0-1717497611442.png

 

1 ACCEPTED SOLUTION

Hi @niveditakumari I can see you have added /* comments in your code . Use */ syntax to close your comments.  

 

/* This is a single-line comment */
p {
  color: red;
}

/* opening comment   */ closing comment

 

Refer this SC. You can see commented code is in golden color and non commented code is highlighting 

SiddharamTakali_0-1717568935698.png

 

 

View solution in original post

10 REPLIES 10

Sid_Takali
Kilo Patron
Kilo Patron

Hi @niveditakumari Set this glide.knowman.show_star_rating property to false.

You can change Knowledge Search Properties

In Application navigation >>Search for Knowledge Application>>Properties module

you will find Knowledge Search Properties there you can configure and applies to  Knowledge Search.

SiddharamTakali_0-1717503391768.png