ContributionsMost RecentMost LikesSolutionstop messages with interaction Kudos + comments Hello, I want to create a component to display the Top Message with most interractions Interraction is for me the sum of kudhos and the count of comments. Do you know if there is already something like that somewhere? I found this link to have the sum of kudos but not kudhos + comments: https://developer.khoros.com/khoroscommunitydevdocs/docs/messages#popularity thanks for your help Re: Masonry Message element Thanks TedV , I already read this topic, and it's more about the configuration about the Message List than the Message itself. I'm amazed that there isn't a template to edit the content (Message) thanks Masonry Message element Hello, the Masonry Message List component is pretty cool but do you know if it's possible to update the layout of the Masonry Message ? example : I want change the order of bloc stats/author and add other static element. thanks Re: page-options component Thanks AmyS, I don't think i'm in this case. because if i display the real component it's display on the page. my custom page : <quilt layout="one-column" nestable="false" disableTopCssClass="false"> <add to="common-footer"> <component id="quilt:Footer"/> </add> <add to="main-content"> <component id="homepage-community-bloc"/> </add> <add to="common-header"> <component id="community.widget.page-options@override"/> <component id="community.widget.page-options"/> </add> </quilt> If I reload my page : the first one doesn't display and the native component is present page-options component Hello, I try to override a component via Studio : The component is : community.widget.page-options I created a custom component with a the name : community.widget.page-options@override I added the code inside : "lorem <@delegate />" Do you know why this custom component doesn't display on CategoryPage ? Thanks Solveddomain update Hello, Do you have a process/recommendations about a domain update ? What are the recommendation about SEO (impact) ? exemple : from https://forum.customer.fr to https://NAME.customer.fr Thanks SolvedDisplay metrics registered users count for anonymous user Hello! I have a page for user that are not yet signed id or registered to my community, on which some metrics are displayed : fully registered users count, posts count and online user For information, anonymous users are not allowed, every user should be register to be able to access the community and its content, and I can not allow or able it. For now, the posts count and online user are displayed correctly, but I can not seem to find a way to retrieve fully registered users count. `rest("2.0","/search?q=" + 'SELECT * FROM metrics WHERE id="completed_registrations"'?url).data.items[0]["value"] ` and `rest("2.0","/search?q=" + 'SELECT count(*) FROM users"'?url).data` also give me a forbidden error. What can I do to just to display in my custom component the number of fully registered user? Thanks SolvedRe: [REST API] Can't find a way to sort groups by creation_time Thank you Parshant , please let me know if you have a solution or a workaround? [REST API] Can't find a way to sort groups by creation_time Hi y'all, I hope you will be able to help as I'm out of ideas 🙂 I'm simply trying to sort my group lists by creation_date, but I can't seem to find a way to make it works. My actual code is: <#assign groups = rest("/groups/list") /> <#list groups.group as group> <#assign groupUrl = restadmin("/groups/id/${group.id}/web_page_url").string/> <a href="${groupUrl}">Click me</a> </list> I have massively simplified the code above so it is comprehensible, so please try not to suggest modification or work around for this part, this is here as an example. Here is what I tried so far : I tried to add a "sort_by" or "sort" in the REST url without success. I have tried to add a "?sort_by" when I assign my groups list. <#assign groups = rest("/groups/list") /> <#assign groups = groups?sort_by("creation_time") /> I have tried to find with the Liql editor in the admin interface the groups column so I can change my REST request by an SQL one to add a order_by, but my SELECT * FROM groups gives me a "Invalid query syntax" I hope I am clear enough. What can I do to achieve this "simple" task that is to sort my groups to display them by creation_date time. Thans a lot ! Re: redirection many locale Lu, my "root" level is community.stage.####.com. If I request this url my code is not exectuted while I have a page "Community Page"