Recent Content
Creating a blog on behalf of another user - GraphQL
Hi all, In classic we could create a blog on behalf of another user if the API user creating the blog had the permission to switch user. This was achieved using a APIv1 call the message endpoint and passing in the parameter message.author=id/<userid> in the api call. As far as I know this was not included in APIv2 and I can't find it in graphAPI and its a very crucial function for us until LarryI adds Ghost Writing to the platform! I have tried everything I can think of and it won't let me do this.2Views0likes0CommentsLaunching on Khoros Communities Session #2: Preparing to launch | Instructor Led-Training
Recording from this live webinar can be found in Khoros Academy: Launching on Khoros Communities ILT Series: Preparing to Launch *Please log into Khoros Academy prior to accessing the recording link above. If you do not yet have access to Khoros Academy, you may access the recordings via the links below: Recording for New Khoros Communities customers Recording for Existing Khoros Communities Classic Customers Q&As from the recorded session are attached below. Wednesday, Feb 19, 2025 1pm UTC and 9pm UTC In today’s ever-changing digital world, customer engagement tools—most importantly, engagement communities—must evolve to retain and keep customers satisfied. Khoros Communities Aurora delivers a sleek, modern, and high-performance system that adheres to community best practices while still giving brands complete flexibility to make changes or updates to address their ongoing needs. In this session, focussed on the Initiation and Planning phases of the launch/upgrade process, you will learn about: The Initiation and Planning phases and project timeline General tasks to complete prior to and during the Initiation and Planning phases Internal resources your team needs to launch on Khoros Communities Whether you are preparing for your upgrade to or launch on Khoros Communities Aurora or simply learning more about the process, we are here to help. Missed the first session in this series? Review the Q&A and access recording here.336Views1like0CommentsLaunching on Khoros Communities Session #3: Executing the Launch | Instructor-Led Training
Recording from this live webinar can be found in Khoros Academy: Launching on Khoros Communities ILT Series: Executing the Launch *Please log into Khoros Academy prior to accessing the recording link above. If you do not yet have access to Khoros Academy, you may access the recordings via the links below: ILT - Executing the Launch for KA VideoETL KA Video Tuesday, April 1, 2025, 1 pm UTC and 9pm UTC Engagement communities play a vital role in retaining and keeping your customers satisfied in an ever-changing digital world. Khoros Communities Aurora delivers a sleek, modern, and high-performance system that adheres to community best practices while still giving brands complete flexibility to make changes or updates to address their ongoing needs. In this session, focussed on the Execution and Launch phases of the launch/upgrade process, you will learn about: The 3 main tracks running concurrently through the Execution Phase The User Acceptance Testing (UAT) process and the final Launch Phase Internal resources needed and how best to prepare for the Execution and Launch Phases Whether you are preparing for your upgrade to or launch on Khoros Communities Aurora or simply learning more about the process, we are here to help. Missed the first two sessions in this series? Review the Q&A and access recordings through the following links. Launching on Khoros Communities Session #1: Why Khoros Communities Aurora? Launching on Khoros Communities Session #2: Preparing to Launch104Views1like0CommentsAurora Product Coaching Session: Spam Management Best Practices
Khoros Communities platform offers several settings and features that allow you to mitigate Spam in your community. Join our Spam Management Best Practices coaching session to identify, filter and deal with spam effectively. Our coaching session will guide you through the practical tips and techniques to help combat spam and help maintain the hygiene of your community. Topics covered in the coaching session Overview of Aurora spam settings and functionality Manage Content dashboard related to spam management and its features Using roles and ranks to configure permissions to check spammers Content Filters Best practice tips Notes - Admin permissions are required to conduct the call. 👉Click here to Sign Up Related Resources Enable Spam Management Community Spam Management Review Posts Captured as Spam Khoros Academy: Communities Moderation Essentials Khoros Academy Instructor Led Training: Spam Management for Communities AuroraRishiA11 hours agoPlace Khoros Communities - Aurora DocsKhoros Communities - Aurora DocsKhoros Staff163Views1like0CommentsKhoros Communities: Classic 25.03 Release Notes
1 MIN READ You Found It. We Fixed It. .jmppresets extension is an allowed attachment format in Community. The Blog comment moderation setting no longer interferes with blog post notifications, ensuring they are delivered as expected upon publication.32Views2likes0Commentsjson query syntax matches AND OR
Hello, I cannot find the full json query syntax documentation here. Thats wha I'm asking in this post: How does a json based query look like for AND matches in body text. I want to query all posts containing term1 AND term2 in their body. My query currently is this. How do I add the term2? [ { "messages":{ "fields":[ "id", "subject", "search_snippet", "body", "cover_image.view_href", "teaser", "view_href", "author", "conversation.last_post_time", "replies.count(*)", "kudos.sum(weight)", "metrics.views", "labels" ], "constraints":[ { "category.id":"DE", "conversation.style":"tkb", "body":{ "matches":"term1" }, "depth":0 } ], "sorts": [ "post_time desc" ], "limit":10, "subQueries":{ "labels":{ "fields":[ "text", "id" ] } } } } ]207Views1like6CommentsKhoros Communities: Aurora 25.03 Release Notes
7 MIN READ The Khoros Communities: Aurora v25.03 Release introduces performance improvements, several new permissions, the ability to download your case list, moderation enhancements, post activity limit updates, improvements to the developer experience, and many bug fixes to improve the member experience.112Views2likes0CommentsAurora: View the history of published content
Over time, content posted to the community can change as different people edit the content. These changes can be subtle or complete rewrites of the original content. Sometimes, changes get made that are not correct or need to be reverted to an earlier iteration of the content. Aurora gives you the ability to track the changes in every version of a blog post or knowledge base article from its draft state up through its current published state. Each time you publish a KB article or blog post, the major version number is incremented (v1.0, v2.0, and so on). For example, in v1.0, 1 is the major version number and 0 is the minor version number. The minor version number is always zero for a published article. Each time you edit and save a published article, the major version number remains the same as the current version number and the minor version number is incremented (v2.1, 2.2, and so on). For every version, you can see who made the change and what was changed. Let's look at an example of the version history for a knowledge base article. To view the history of revisions: Go to the KB article page. Click History. The revision history of the article displays in a popup window: The published version gets an incremental version number (v1.0, V2.0, v3.0, …) From the Version History view, you can: view the revision notes that were added while editing the article. Compare the versions of the article. Edit and restore any older version of the article. Permissions View history of blog posts and knowledge base articles Set the permission View edit history under Settings > Roles and Permissions > Content to allow members to view and compare different versions of blog posts and knowledge base articles.173Views0likes0Comments