ContributionsMost RecentMost LikesSolutionsRe: Khoros Communities 25.9 - Release Notes Thanks! That was quick! Re: Khoros Communities 25.9 - Release Notes I think the maintenance window link shared in the post is an internal-only one, as we can't access it 🙃 Re: Khoros Communities 25.9 - Release Notes Is the search bar placeholder text bug in Aurora getting fixed? As it is now, the placeholder is the board/category ID and not the title. I've had a ticket open since May, and was told it was getting fixed in 25.7 but that time has come and gone. Re: Khoros Communities - Updated Release Process Yeah, seriously. You people don’t seem to understand the size and scale of the companies that rely on this platform. I can guarantee the lawyers are drooling right now… Re: Khoros Communities 25.08 - Release Notes I was hesitant to use that term so definitively. I'm introduced to different people every few weeks. Re: Khoros Communities 25.08 - Release Notes Ben, I think we all appreciate that you're trying to take the lead here and share this info with us. However, there are countless, well-established examples of release announcements and rollout plans in Atlas for this team to follow. We shouldn't be caught by surprise here, nor should there be a question of "Classic or Aurora." Often times, our CSM/TAM would know what's coming (and when) and would be able to share that with us. We also used to get system emails with our environment's release schedule. This time, everyone has told me that they're not allowed to disclose anything. I think we're all deeply concerned here. But me, I'm impressed... by how well this leadership team has capitalized on every opportunity to fuel my own doubts. Everything that has happened since IgniteTech took over has been fumbled. Well done! Re: IgniteTech acquired Khoros to rebuild it. Here’s what that looks like. IMO, this really should be a new post (with a link to it from this thread). Re: IgniteTech acquired Khoros to rebuild it. Here’s what that looks like. BrentPatching The webinar finally got posted in the original thread over here: The Exciting Road Ahead for Khoros Customers with IgniteTech and AI Re: Can somebody help me with session keys? Hi Noémi, I sent you the answer separately because I can't respond here for some reason? All I'm trying to do here is paste in the two links. Session Key and Authenticating via rest api non-sso Re: Aurora Email Templates I'm hung up on exactly this same thing right now, during our move to Aurora. The core component that passes/exposes text key variables to the template doesn't have the value for message subject available as an option. The `IMMEDIATE_GENERAL` subject template, for example, only gets the Community Title passed in. As it is presently, you can't use anything else there 😒. The `CONTENT_MENTIONS` and `MENTIONS` templates appear to be similar: "templateSubject": "{{i18n \"ContentMentions.subject\" communityTitle=community.title}}\n", "templateSubject": "{{i18n \"Mentions.subject\" author=notification.message.author.login communityTitle=community.title}}\n", In both of these, you'd only be able to use the variables passed into the component.