Recent Content
Tips on keeping stage and prod in alignment?
Hello developer friends! I am newer to GitHub, so please forgive me if I use the wrong terms here. :) I was wondering if anyone had any tips or tricks on how to "roll back" stage changes to bring staging back in line with prod on a regular basis? I've searched for how to do this more broadly, but what I've found doesn't seem to align well with a situation like Khoros, where there are a few developer admins with GitHub access, but everyone else is making changes directly on the site UI. Essentially, I want to be able to "undo" any unnecessary changes on Stage from people testing or experimenting before say, a Khoros update, so that we can test the new version with the site mirroring Prod as closely as possible. Any advice is welcome - and thanks in advance! :)52Views0likes2CommentsResolve ancestor path to names
Dear Community In my Bulk API response I get the field "node.ancestor_path" which looks for example like "/1/2/176/177/244/". I tried to use Community API to get the nodes for the path, however, I didn't succeed. I tried "SELECT * FROM node" and "SELECT * FROM boards" but I couldn't find any ID or field which seems to fit and resolves the path to a more meaningful name. What do I do wrong? How can I get the names?Solved279Views1like5CommentsLiQL to GraphQL example sets?
is there an example set of LiQL -> graphQL query conversions anywhere? For example, I use this LiQL query to pull the latest articles in my tkb: query = f"SELECT subject, view_href, body, labels FROM messages WHERE board.id = '{tkb}' ORDER BY manual_sort, post_time desc limit 4" response = k.query(query)60Views0likes1CommentAnalytics API: nodeSubscriptions unexpected behaviour
Hi all, I am using the Analytics API and I am trying to get a total count of subscriptions to all nodes of the community. If I sent the following query to graphQL, I always get a null value: nodeSubscriptions(constraints: {startTime: $startTime, endTime: $endTime}) { metric { value } } } Variables used are: (Yes I know its 3 months!) { "startTime": 1719792000000, "endTime" : 1727740799000 } However if I make this call nodeSubscriptions(constraints: {startTime: $startTime, endTime: $endTime, conversationStyle: FORUM}) { metric { value } } } I successfully get a count of subscriptions, is this bug? or has nodeSubscriptions actually been disabled from pulling a count of the node subscriptions across the community? Even if you had to specify conversationStyles for this call that wouldn't let you know how many subscriptions had been made to the category level. There is a nodeType of Category / GroupHub but that doesn't seem to do it either.37Views1like0CommentsClassic - Event Board Page force List View
Hi, Is there a way to configure a particular event board to always default to List View? Ideally, this would be via: Query Parameter loading the page. Quilt component parameter for the viewToggle or occasionsListView component. Context: The event board is part of an Annual conference that happens in the future. So, this month's events are empty for most of the year. Registered users have the option to select List or Calendar View using the viewToggle component. This setting is preserved. For this event board, the Calendar View will show as empty. Any ideas? Thanks in advance! MarkSolvedGoogle Tag Manager and Google Analytics Setup in Aurora platform
Hello Guys, Anyone has setup the GTM and Google analytics in current version of Aurora Platform. We tried with the pagescript which is not working for us. IF anyone added implemented the same, then please let us know. Thanks DurgeshSolved174Views4likes6CommentsBoard pages are not appearing in the sitemap
Hello, I would like to know I could make the board pages with the patterns appear in the sitemap : /ct-p/ /bg-p/ /bd-p/ /eb-p/ /idp-p/ /tkb-p/ Because the are currently no appearing or processing in the sitemap. Thank you for your help.36Views0likes1Comment
Events
No events to show