ContributionsMost RecentMost LikesSolutionsRe: Tabbed Panel Hi nakul, Do you want to add tab panel, which is on forum page, as this component is context base you can't use it on community page. Regards, Mahesh Re: Create/Delete idea status through REST call Hi, Got API to read available status for idea board. SELECT available_statuses FROM boards WHERE id="<board_id>" Is there any API to Create and Delete Idea status. Regards, Mahesh Revanwar Create/Delete idea status through REST call Hi, Is it possible to Create/Delete idea status to board specific using REST call. I have checked for that I found this link but it is through ADMIN console. Is there any way to do this using REST call. Regards, Mahesh Revanwar Re: Blog Page Design Implementation Hi deend, If you have admin rights then you can edit the page quilt by drag and drop or using XML view. Regards, Mahesh Revanwar Re: Blog Page Design Implementation Hi deend, I think you want to change the location of present component or want to add new components to Blog Article Page. This type of changes can be done through Studio >> Page >> Blog Article Page, here you can do drag and drop for the components. Please refer this link for more information. Regards, Mahesh Revanwar Re: Blog Page Design Implementation Hi deend, Yes, It is possible to get this look nad feel. 1. First check what fileds of blog you want to show if they are population in OOB component. then you can do this using CSS and bit of jQuery. 2. If some fileds are missing in OOB that you want to show than you have to go for custom component. Regards, Mahesh Revanwar. Re: Using html asset in custom component Hi miikka, I think you have to use ifrmae for adding .html file to custom component. example: File name: 1.html <html> <body> <h1>Header file</h1> <body> </html> File name: 2.html <html> <body> <iframe src="1.html"></iframe> <h2>header2 file</h2> <body> </html> Regards, Mahesh Revanwar If my post is helpful and answers your question, please give "Kudos" and "Accept it as a Solution." Get user details using v2 call order by last visit time Hi All, I want users sorted by there last activity. I have tried V2 call : SELECT * FROM users WHERE roles.name="Administrator" It have a last_visit_time as one parameter. Can we use this for getting result of users order by this parameter? I have tried bellow call but it gives error. SELECT * FROM users WHERE roles.name="Administrator" ORDER BY last_visit_time' Please help me if you know any better approach or any thing that sorts users by last_visit_time. Regards, Mahesh Revanwar Get stats of user using V2 call Hi All, I have tried the user resource calls: SELECT * FROM users WHERE id = '4' SELECT metrics FROM users WHERE id = '4' It does not give any user stats. as of V1 : /restapi/vc/users/id/4/metrics Please help me on this. Regards, Mahesh Revanwar Re: How do I differentiate a text string by category/board? Hi dustin, As this is OOB components using same text-key. You can add a page specific script to change the title of the button as a work around. Regards, Mahesh Revanwar If my post is helpful and answers your question, please give "Kudos" and "Accept it as a Solution."