Dedicated Aurora Dev Board?
Hi All While I see we have an AURORA label tag (👈), not everyone will select this. Would it make sense to have a dedicated Classic and Aurora Developer discussion board? This will help make search more effective over time too. 🤔 Thanks224Views
Sign in to react to this post1Comment
Google 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 DurgeshSolved904Views
Sign in to react to this post6Comments
- peterlu1 year agoChampion
duahire
this article may be able to help you
https://developer.khoros.com/khorosauroradevdocs/docs/configurable-page-scriptsSign in to react to this post
Aurora Email Templates
Hi everyone, I am new to GraphQL, so please forgive any silly questions here. I've successfully set myself up in Postman, and can retrieve email templates. I understand the documentation here about the process of updating a template, but I am hung up on viewing the HTML within each template so that I might edit that. My end goal, hopefully, is to be able to glean the variable for a post title within say, the Mentions template, and put that into the Subject of the email. So instead of "{User} mentioned you on {Community Title}" I would ideally have a subject that says "{User} mentioned you in the thread {Post Title}" I would also like to edit other pieces of other emails, but looking to cut my teeth on this one. Has anyone had success making a change like this on Aurora, and might be able to point me in the right direction? Thank you!1.8KViews
Sign in to react to this post5Comments
Contraint conversationlastpostime in Api graphql getmessages does not work
Hi everyone, Has anyone here ever tried using the messages API with the conversationLastPostTime constraint? In my case, the constraint is completely ignored — it doesn’t seem to have any effect at all. What I’d like to do is retrieve only the conversations starting from a certain date limit. But no matter what value I pass to conversationLastPostTime.gte, the results I get are not filtered by date. Has anyone else faced this issue, and did you find a workaround or a proper way to make this constraint work? Here’s the GraphQL body I’m using: Thanks a lot for your help482Views
Sign in to react to this post0Comments
Using 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?725Views
Sign in to react to this post1Comment
963Views
Sign in to react to this post7Comments
How to create/subscribe the Webhook in Aurora
Hello Folks, I would like to understand the steps involved in setting up a webhook, including how to create one and subscribe to it for specific events or actions. Any guidance or best practices for managing webhooks in Aurora would be greatly appreciated. Thanks in Advance.676Views
Sign in to react to this post6Comments
How can I create and add a custom quilt for a specific page in Aurora?
Hi Folks I’ve been working on the Aurora Community and created a new page where I want to add specific widgets that are unique to this page. However, I’m encountering an issue: whenever I add a widget to this new page, it also appears on other pages that use the same layout (quilt), which is not the intended behavior. Does anyone know how to resolve this issue in Aurora? Any help would be greatly appreciated! Thanks in advance.Solved326Views
Sign in to react to this post2Comments
- GlennD1 year agoLeader
The page you are editing is the template which is used for all of those page types, so what you need to do is Duplicate the template page and then customize that version only. I had to do a lot of this for our Aurora Community as we have multiple services but they don't all have the same requirements https://community.khoros.com/kb/khoros-communities-aurora-docs/aurora-duplicate-templates-to-customize-individual-community-places/748765
Sign in to react to this post
SDK Preview mode doesn't seem to be working?
Hello fellow devs - I'm very new to GitHub, so I am unsure if this is something I've set up wrong, or if something isn't working in Aurora. I have the SDK installed, and the orange box at the bottom of the screen indicates the SDK previewer is running (it never goes away, even when I haven't started anything in the terminal yet, as a matter of fact). I make the npm run start command in terminal, and I can see an orange outline on a widget I've made changes to - but the changes don't actually reflect in the browser, even upon refresh. Clearly it knows something is different because the outline is there. But the change (like adding a new word to a block of text) isn't there. Is there a trick to getting the preview plugin to work? I've exited out of it from terminal now, and the outline won't go away anymore, even after going in and making the change to the widget directly, saving, and resyncing everything from the stage-main branch. What should my order-of-operations be if I want to work in VS code and see my changes in the previewer of the browser? I am convinced this is a me problem and not an Aurora problem. :( What I did, in order: Merged my working branch with stage-main Opened the HTML for a custom widget on my working branch Opened terminal and ran npm run start Added text to the custom widget Refreshed the page in browser Orange outline on the widget shows, but not the new text. Double checked I didn't accidentally break the HTML; I did not Refreshed again, still nothing. Internal frustration Exited npm with Ctrl+C in terminal Refreshed page again, orange box still there Copied the updated HTML from VS Code, edited widget in browser, pasted, saved - change is exactly what I expected More internal frustration Decided to ask for help here Thank you in advance to anyone who can help!687Views
Sign in to react to this post5Comments
Using LiQL or SQL on Aurora instead of GraphQL?
We had an LiQL query we were using for years to surface community posts on our help center, and following the move to Aurora we need to update this to GraphQL. However, the developers on that team would prefer SQL/LiQL as their system is not set up for GraphQL. Is it possible to still use LiQL or SQL queries while on Aurora?1.3KViews
Sign in to react to this post10Comments