ContributionsMost RecentMost LikesSolutionsEndpoint or Javascript? Hi folks. Wondering if you'd like to give your opinion on this matter. In scenarios where it's possible, do you prefer using an endpoint or inline Javascript? And why? Re: Khoros Communities 22.3 Release JavidHit seems to be a common thing with developers (and definitely not only Khoros) to make choices for users. At some point someone asked or decided to have this feature, and not have the API surface items when the board is marked as don't show content. But look at how the API typically works now. If I use a rest call I get information that's available to the current user. If I use a restadmin call I get all the information, regardless of who the user is. So why not keep this behaviour for this feature now? Give users (us, your customers, in this case) a choice: Instead of "turning it off" completely and taking away the choice from those users who liked it just the way it is, add a simple constraint for use in the query, or something to that effect. SELECT * FROM messages WHERE board.id = '<board_id>' AND board.hide_items = true/false/either Re: Khoros Communities 22.3 Release AshaCwrote: API Updates We have updated the messages collection to honor the Hide messages in this board from List option for a particular board. If you have enabled this option for a particular board, the messages will not appear in the response of a LiQL query.See messages collection. Note: This change could impact any customizations created in partnership with our services team that leverage hidden fields, so you should review these areas. Is there any way to force them to show using restadmin? Feels like this went too far in the other direction now. How do I notify a user I moved their post without using PM I'm working on some API calls that, at some point, require me to notify the user of an action. I can't use PM and I don't know if they're subscribed to anything. The UI move flow includes an option NOT to notify users, but the API call doesn't trigger any kind of notification(s). How do I let the user know I moved their post (using the API)? Re: How do I change the status of an idea? Akeneficknope. Still using my original workaround: Use API to change status, find the latest reply to the idea then use the api to edit that reply. One advantage to this approach is that I can now also add the date it was updated and link to itself, so when it shows up on the first page you can actually click the link to find it in the long list of replies. Because for some reason Khoros's system still doesn't do this. Example. Re: Khoros Communities 21.5 Release Notes kbuchanaKhoros def fixed this, so if you're getting a permission error it likely is just that; a user/role permission that's missing from your community account. Try with an admin account, and if that still doesn't work, I'd hit up Khoros support. They don't like helping with custom api calls and code, but they will if you ask nicely 🙂 Re: How We Built It: Access Signposting adriana4udo you have an example of what it looks like? From your post I imagine these may be mobile users and the floating box is overlapping on their screens. You might change the CSS and make it a bar at the top or the bottom of the screen, instead of a floating box. API call to freeze kudos (on an idea)? Hi all, can't seem to find this. Does anyone know if it exists? Re: Apostrophe in PM subject - Text Editor Try ' Re: Khoros Communities 21.5 Release Notes I've already submitted a ticket to Support (00369882.) I think this broke the message/label API AshaCwrote: We have fixed the issue where deleting the labels of a TKB article via API deletes the list of contributors along with the labels. Now, the list of contributors stays intact after deleting the labels. We've been using the API to edit labels on forum type messages, but when we try it now it spits out this error: (note the forum type and contributions error) "{"status":"error","message":"Permission Denied","data":{"type":"error_data","code":414,"developer_message":"The discussion style 'forum' does not support the feature 'score-contributions'.","more_info":""},"metadata":{}}"