ContributionsMost RecentMost LikesSolutionsRe: http response codes Hopefully this list should cover most (if not all) codes: 100: Internal exception/User banned 101: Object lookup fail 102: Object already exists with unique ID 301: Invalid session key 302: User authentication failed 303: Permission denied, user not fully registered, feature not enabled 304: Permission denied for IP 305: Read or modify not allowed for user from session cookie 306: Feature not configured 307: Invalid cross origin request 308: OAuth2 authentication failed 309: Referrer check failed 400: API exception Re: CSS Selectors to target all button groups I believe the CSS Selecter ".lia-button-wrapper .lia-button" should cover all buttons, primary, secondary and other. Re: how do i truncate an article body The only way I know to do this would be to write a function that takes the body text, then get the substring text, then look within that substring for any open tags, and add closing tags to the end of the substring. The other option you have would be to HTML escape the body text to remove all HTML tags, then use that flat text. Re: REST API returns incorrect solutions count I can't seem to replicate this on other sites. Could you file a support ticket to have the site re-indexed to see if that solves the issue? Re: Is it possible to remove the TKB articles from the 'Recent posts' and 'Recent topics' components? I don't believe there is a way to customize these components, you would probably have to rewrite them to display the data that you need. Re: How can i write the code to retrieve top 5 ideas for a custom component? By top 5 ideas, do you mean the 5 most recent ideas posted, or the 5 ideas with the most kudos, or is there some other parameter by which to sort the ideas? Re: Putting content inside panels Unfortunately, I believe the only way to do this is to either wrap each component within another component with the relevant CSS, or write JS that will do this after a page loads (not recommended though, a slow internet connection will break the user experience). Re: REST API returns incorrect solutions count Could I get the domain name and board ID? I can try replicating the issue to see what the cause is, thanks! Re: How can I place a banner outside the community forum area, visible on all pagesAs for the exact placing of a banner outside the forum area, you can increase the width of your pages by modifying the skin properties, and then modify your layout (let's assume that its two-column.main-side.layout.xml), to add a third custom column to the "main" row. Assuming this column is called "custom-banner-content", you can add your banner in a custom component and add that component to the custom column for the Common quilt.Re: blog rest api threaded question It sounds like the documentation might need to be updated to reflect this, I'll create a ticket for this to get fixed. Thanks for pointing it out!