- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2024 03:41 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2024 11:13 PM - edited 06-04-2024 11:26 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2024 05:13 AM
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.