Another Knowledge Articles
how can i change the Top Knowledge Articles to Recently Added Articles on the Home Site?
Thanks.
Nico
Best Answer
-
james_kleinschnitz Cireson Dev, Product Owner Advanced IT Monkey ✭✭✭This is currently not possible out of the box. You could fake this by setting you recent knowledge articles with the highest popularity:
https://support.cireson.com/KnowledgeBase/View/1271#/
Then use css to first hide the label by adding:text-indent:-1000px
to the label element, then add your own label by adding content css to the parent element of the label, via :before;
https://css-tricks.com/css-content/
Not ideal but an option.
I hope this helps.
Thanks5
Answers
https://support.cireson.com/KnowledgeBase/View/1271#/
Then use css to first hide the label by adding:
to the label element, then add your own label by adding content css to the parent element of the label, via :before;
https://css-tricks.com/css-content/
Not ideal but an option.
I hope this helps.
Thanks