Khoros Communities 19.12 Release Notes
Happy New Year from Khoros Communities! We've closed out 2019 by releasing several new features into General Availability. Read on to learn about the GA releases of Group Hubs, Private Messages v3, and Enhancements to Search Subscriptions.3.5KViews11likes76CommentsKhoros Communities 22.4 Release
This release comes with enhancements to content archival, and sending email invites to community and non-community members to join Group hubs. There are APIs updates on these enhancements, apart from other LiQL updates. We have also fixed several bugs.3.2KViews14likes40CommentsKhoros Communities 22.10 Release
22.10 release announces few enhancements around discussion styles, APIs, and GDPR compliance. This release also includes the capability of turning off the Email and Invite a friend capabilities and a several general and accessibility bug fixes.2.8KViews14likes33CommentsKhoros Communities 21.4 Release Notes
Community 21.4 delivers a new framework that provides downloadable logs to help developers debug and troubleshoot during development or customisation, download ICS files for upcoming events, and enhancements to some of the Community features and APIs.2.7KViews17likes39CommentsLab / Idea / Unconference Meetup?
I have a couple things on my community backlog that probably require some level of customization - I tend to be looking for stuff in Atlas that already has some traction or headway AND I see lots of "under consideration" ideas AND I see lots of "Did anybody make an XYZ widget in their community..." questions BUT what I haven't yet found (beyond this forum itself) is an available time and place for Devs to get together on their own and either attack a specific common problem OR talk together through a top of mind issue. It could be anything from a KhorosLed affair or even just an Unconference we put on ourselves. Would be REALLY great if there was a vanilla lab stood up to do actual live-action work that participants could then try to leverage in their own environments later. Am I just not finding this yet? Do we need to bootstrap something? BlakeH - has this come up before?2.6KViews10likes26CommentsKhoros Communities 21.10 Release
With the Community 21.10 release, we are excited to introduce the Early Access program for the new Bulk Content Archive feature and the launch of Bulk Data API v2.0 that provides more user-actions and associated fields. Apart from these, we have enhancements to permissions for co-authors and around editing and publishing TKBs and Blogs. We have also fixed several bugs.2.6KViews7likes30CommentsSubscriptions to a label?
Hi all, I'm attempting to get the list of people who have subscribed to a label, but am struggling. The documentation is a bit confusing: It says both that you have to use a community ID as the node.id constraint but also that you can give the node.id constraint as a board id? Seems conflicting. And, regardless of the documentation, I get an error when I try to use a board ID (such as node.id='board:wireless-lan' where wireless-lan is the id of the board) My user has full admin permissions. Any ideas? I am not really a developer (as is probably evident!), just trying to pull a few bits of data for a stakeholder. Thanks!Solved2.4KViews0likes8CommentsKhoros Communities 21.9 Release
This release brings a few enhancements on scheduling articles for publication and obtaining published URL when the articles are in draft state, and sending invites to community and non-community members via emails. We also have API updates around the same.2.4KViews14likes30CommentsAPI for board information per time period
We are trying to pull some data about specific boards through the API, and we also want to be able to specify a time period. Is there a way to do the following? Total Posts by Board per defined time period Total Members accessing the Board per defined time period Top Solution Authors by Board per defined time period I did find info here Get message counts (khoros.com) that works to get total threads for a board, but I can't figure out how to put time constraints on that. I also found info here Get top-kudoed authors (khoros.com) but I want top solution authors instead of kudoed. Is there a way to do that? ThanksSolved2.3KViews0likes2CommentsliqlAdmin in khoros aurora graphql API
Hi Folks, I want to add roles to the users using graphQL API given below. const ADD_USER_ROLE_MUTATION = gql` mutation addUsersToRole($roleKey: RoleKeyInput!, $users: [UserIdInput!]!) { addUsersToRole(roleKey: $roleKey, users: $users) { result { id name } } } `; const [addUserRole] = useMutation(ADD_USER_ROLE_MUTATION); addUserRole({ variables: { roleKey: { roleName: "role" }, users: [{ id: userId }] } }); The issue I am facing is that when this mutation is executed by an Admin user, the role is successfully added to the target user. However, when the same mutation is executed by a normal user, it fails to add the role due to permission denied errors. Is there a parameter or keyword that can be used in this mutation to allow a normal user to update their own roles or self-related data? For example, in Khoros Classic, we can use the liqlAdmin keyword in REST API requests to bypass such permissions. Is there an equivalent for GraphQL in Khoros Aurora? Thanks in Advance.Solved2.1KViews0likes13Comments