Recent Content
Handlebars custom component not executing GraphQL query
I have been following along with the directions on this page to try to create a custom Handlebars component that executes a graphQL query and displays the results in simple HTML. My .hbs file references the query like this: {{#gql "privateUserStats" variables=(hash id=user.id)}} ... {{/gql}} I also have a .graphql query defined in queries/privateUserStats.query.graphql: query privateUserStats($id: ID!) { user(id: $id) { id login email firstName lastName email ... } topicsStarted: messages(constraints: {authorId: {eq: $id}, depth: {eq: 0}}) { totalCount }... } and I reference it in my component.json under the "graphql" block: "graphql": { "privateUserStats": "./queries/privateUserStats.query.graphql" } Despite this setup: The Handlebars rendered correctly user.id was available But the GraphQL query never fired — no network activity, no data returned, and no console errors Can someone help? I'm all out of ideas.107Views0likes4Commentschange icons on Aurora
I want to change the kudos icon on Aurora to a heart instead of the thumbs up. I was looking to see if it is possible via the theme.json file but i can't find a lot of info except for the Id needed to change the header logo. Anybody tried this already or had some succes doing this?editable content in react or handlebars component
Is it possible to make components content editable in the designer? I want to create a component with a specific layout that the moderator can easily change in the designer. This way a developer isn't always needed to do a text change.77Views0likes3CommentsCustom component for group hubs
Hello, I built couple of custom components for connect.hyland.com, but until now I didn't need to know the current category id. I need to build a new component to improve the layout of our Group Hubs (default components are either "too much" or "not enough" or don't exist). I would need to get only the Group Hub description (not the one in admin, but the one that owners can edit) and the list of Group Hub owners. I searched the API documentation but I struggle with the start: in my component, how I can get the node id, or the group hub id in which this component will work?41Views0likes2CommentsCan someone walk me through authenticating and using Postman with Aurora?
I'm a bit of a newbie when it comes to GraphQL and Postman and I'm struggling to work through the dev docs when it comes to authenticating and setting up the basics in Postman for testing in API calls in Aurora. We're looking ahead to migration and want to start getting familiar with basic API calls. Has anyone successfully got Postman and Aurora working? Is anyone willing to walk me through the bare minimum basics of getting this set up to authenticate into our Aurora instance and run a basic GraphQL call? I'm finding the dev docs pretty lacking currently so I'm turning to the expertise of the developer community here hoping someone has already figured this out. Or, if Khoros is reading this, can we have another Developer Webinar where we can walk through this? Or is this something you can offer through training or update the docs with more details? We've reached out to our CSM to see if we can get some 1:1 training but so far it doesn't look like that's an option right now.Solved491Views0likes12CommentsUsing css in widget or styling out of the box components
I was wondering if it is possible to add a css file to a widget created in the designer. I know that this is possible when creating a handlebars component but when changing a widget in the code you can't add the css file as far as I can tell. I'm trying to create a component that is easily editable by our administrator, that's why I was thinking of using a widget created in designer. I don't know how easy or possible it is to add editable content in a handlebars or react component. If this is possible than that would also be an option. Anybody knows how to tackle this or where to find the correct information?56Views1like1Comment
Featured Places
Release Notes & Updates
Review release notes and updates for all of our products! Select a tag to browse by product or resource type.Help & Support
Find solutions and support for Khoros productsSupport Information
Review general information about Khoros Support
Events & Webinars
Learn more about your Khoros solution with helpful webinars and special events
Events
No events to show