ContributionsMost RecentMost LikesSolutionsRe: Include component inside another compment See the extended documentation of working with components in layouts and including them in other components here: https://community.khoros.com/t5/Pages-and-layouts/About-components/ta-p/134343 Re: LSI search results not populating To get search metrics populated in LSI you still need to employ the OOTB search component with the component id common.widget.search-form. You can style this form to blend into your community UI. You can see this at work at the Khoros Community search bar on top. Re: Early Warning Dashboard Just so you are aware: Part of the Lithium Community 2018 roadmap (we are just finishing Lithium's 2018 year) are improvements in the field of Common Analytics. Part of that package initially planned was also the ability to set up thresholds for metrics to trigger notifications. This hasn't been delivered so far, but before you are building your custom dashboard you might want to think about waiting until our new and updated consolidated roadmap for Lithium + Spredfast gets shared over the coming months to see if platforms enhancements might serve your need. NB: I haven't seen our new roadmap yet since it's not finalized. So I don't know if this item actually made it into the upcoming plan. Re: Metrics Available in Klout The Klout service was retired almost a year ago. More information in the blog Re: Styling Font-Awesome Icons CarolineS See the documentation for further information. Follow the first Fontawesome link for a detailed writeup on replacing an individual icon. Re: Subscribing user for specific board. You would need to switch context to that user and the issue a "/users/self" API call like to subscribe that user, e.g. <#assign result = rest("/${target}/id/${id}/subscriptions/users/self/add?subscription.type=email") /> Re: How to do inline rich text replies This is a customization by Lithium professional services. Best to reach out to your technical account manager (if you have one) or support to understand the effort of getting this implemented. Re: How to make the short title the primary display? Another visual workaround would be writing the long title in lower case and then use CSS text-transform: capitalize to ensure the display on the page title is capitalized. Keep in mind that this will only be a visual difference. If some content consumers (search engines, rich page previews) rely on proper capitalization they would still show it lowercase. Out of curiosity: What is forcing you to have the URL all lowercase? Re: Notifications component misaligned in the header This should be looking OK again now. Can you confirm srujanayeruvaka ? Re: Notifications component misaligned in the header Thanks for the initial report and the additional details. I could reproduce this problem and we have a fix in place to be deployed tomorrow.