ContributionsMost RecentMost LikesSolutionsRe: User Metrics / User Statistics Payal thank you so much! It Worked. Just need to beautify it now. Just error in the studio but worked when view the profile page Regards, Nad Re: User Metrics / User Statistics Payal i got this error and below is my snippet for the coding. Is there missing something? FreeMarker template error (HTML_DEBUG mode; use RETHROW in production!) The following has evaluated to null or missing: ==> page.context.user [in template "preview" at line 7, column 220] <div class="profile-likes"> <div class="profile-flex"><img src="/html/assets/icon-posts.png" /> <#assign getMetricsPost = rest("2.0", "search?q=" + "SELECT id,value FROM metrics WHERE id IN('net_overall_posts') and page.context.user.id='${page.context.user.id}'"?url).data.items/> <#list getMetricsPost as userMetricsPost> <span>${userMetricsPost.value}</span> </#list> Posts </div> Regards, Nad Re: User Metrics / User Statistics Inactive User Payal hi I also try to create custom components for user statistics. but the problem is that, if i clicked another user, the stats from my profile being drag to another user. so how to make sure that we fetch the data for different user? Statistics Icon Hi developers, I have question about this user statistics icon. The original user statistics are posts, total kudos received, and total solutions. And I want to add another which is total kudos given. I wonder, does this icon can be change, or the it is original icon that Khoros itself provide? I can't seem to find the original file the icons are. Re: user profile statistics component kudos count Tarun the new icon need to upload in Asset Library or Community Style > Community Skin > Images? Re: user profile statistics component kudos count Tarun what if some of the codes cannot be edited? It's in the grey color. For example, Btw, I create another skin to try and error for the staging, and this skin currently based on current live skin used in community. Thanks, Nad Re: user profile statistics component kudos count Hi Tarun , thanks for replying. Are we going to edit in this? Are you mean style sheet in community style? Btw, idk it seems I can't open your link. Do I need to add images/assets first? Thanks, Nad Re: user profile statistics component kudos count Hi Tarun May I ask you question more? How can I add Icon and change the other icon for this user statistic? Thanks, Nad Re: Adding SCSS code to custom component in Studio Payal How to add scss file under css tab customly? Re: styling the search bar Hi MoniqueL , Regarding what you say ' First you'll have to hide the dropdown menu (lia-search-form-granularity) with some "display:none" ', where can I edit this part? in XML or css? Thanks, Nad