Have you seen...?

This forum spotlights some of XenForo's interesting features. Spotlights on features in upcoming releases will be posted here.
What's new in XenForo 2.3.10?
Later this week we will be releasing XenForo 2.3.10 with a couple of notable additions for developers. Phrase tools For more years than I've been at the company, we have had an internal tool which we use during development of features to help us keep on top of phrases. It scans the code base to detect strings in templates that might need to become phrases and also looks for certain delimited strings in PHP code that can also be converted to phrases. In XenForo 2.3.10 we have (finally!) polished this up and converted them to CLI commands. Template and Template Modification phraser Here's the full help text for the command. The xf-dev:template-modification-phraser command is nearly identical: Description: Analyzes and applies...
Custom Field Improvements: Searching!
A short while ago we let you know about some improvements coming to XenForo 2.4 related to custom fields. You can catch up here: https://xenforo.com/community/threads/custom-field-improvements-filtering-and-more.235686/ Today we're continuing on that topic with the next logical progression: Custom field searching! When adding a custom field you can now, under "General options", toggle whether the field can be included in the search index. This appears just below the new option to enable filtering. Let's say we have a thread for bug reports with a custom field where you can specify a bug category: You can search in a couple of ways. First, and probably most simple for text-based values, would be just searching for "control panel"...
GIF Providers: Implementing KLIPY support
In XenForo 2.4 we are abstracting our existing GIPHY support out into a general GIF providers system and adding support for a new provider, KLIPY. The new "GIF provider" option replaces the previous "Enable GIPHY support" option which, if already configured in XenForo 2.3, will be migrated to this new option. Setting up a new key in the KLIPY partner dashboard is simple with generous rate limits for testing keys. Applying for a production key is simple too with just a little bit of basic info and a short video demonstrating the functionality for the approval process (we will provide a video to use in the manual like we did for GIPHY support). With KLIPY, as well as settings for filtering potentially inappropriate content, you can...
Custom Field Improvements: Filtering and more!
With XenForo 2.4 we are finally addressing one of the most common pieces of feedback we get regarding custom fields which is filtering! But first, let's take a little look under the hood to see what else is new: Flexible custom field types Each of the existing custom field types are now moved to their own individual handler classes and assigned to add-ons in the database. This opens the door for developers to finally introduce their own custom field types for their add-ons. So instead of being constrained to the defaults we provide, developers will be able to add all sorts of custom fields, each with different display and filtering options. Previously this was at best "tricky" to do in XenForo 2.3 but now any conceivable custom field...
New home for all XenForo documentation
Although we still have a little way to go before our vision is fully complete, the first phase of our documentation overhaul is now live! Previously our manual and developer documentation were stored in two separate sites, powered by MkDocs, and our REST API endpoint documentation was in a page node, right here on this forum! Now all of the documentation is in one place, docs.xenforo.com, and you can navigate between the Manual, Developers and API documentation from the top navigation. It now includes improved search powered by Algolia and features much improved REST API documentation including code samples for many common languages. For the most part the content remains the same as it was, but in the future we will be...
Although you may be anticipating a XenForo 2.4 HYS, we invested considerable effort in 2.3.8, resulting in new functionality significant enough to deserve its own announcement. XenForo 2.3.8 will be released today! Retina thumbnails To ensure attachments are displayed at a much higher fidelity, especially on high-DPI displays, we now generate two versions of every thumbnail. One which matches the configured size under Options > Attachments as usual and a second which is double that size which is displayed in place of the smaller one on compatible devices, resulting in a better quality viewing experience. Null coalescing operator (??) support To catch up with some of the slightly more recent syntax niceties in PHP we have added null...
XenForo 2.4 status and what's new under the hood?
Where are we? TL;DR: We're working hard to release XenForo 2.4 ASAP, but it's taking longer than expected due to scope changes and strategic decisions to wait for certain upstream developments that will benefit the long-term roadmap. Here's an analogy to explain why: Software development is like planning a cross-country expedition with multiple destinations. When you set out for version 2.4, you're not just driving to the next town over. You're charting a course through unknown territory with several strategic stops planned along the way - each representing a major milestone or feature release. But the challenge is the landscape keeps changing along the journey. New roads open up (better technologies emerge) Bridges get washed out...
PWA Improvements and Enhanced CSRF Protection
PWA Improvements Hot on the heels of the improvements announced earlier this week, we have another set of improvements to show you today, again, courtesy of @digitalpoint! This time we'll be focusing on some improvements to Progressive Web Apps which some of you will be familiar with if you're already using the [DigitalPoint] PWA add-on. Web app manifest editing We've been rocking a web app manifest for a while now but starting with XenForo 2.4 you will be able to modify the web app manifest using the new additionalWebAppManifest option: In addition to adding additional properties, you can also override existing ones. There are various resources which document compatible (and experimental!) options. { "name": "XF 2.4"...
Flash Message Improvements and Development Update
Flash Message Improvements In the coming weeks, we will be showcasing a few improvements very kindly donated to us by XenForo development G.O.A.T, @digitalpoint! When digitalpoint heard that the primary aim for XenForo 2.4 was to implement some tangible quality of life improvements, he was very quick to offer up some code he has written over the years - some released, some not - which he wrote for his own sites. Is there a somewhat ulterior motive to this code philanthropy aside from our eternal gratitude and ongoing respect? Yes. Now he no longer has to maintain any of this code himself! No better motive required, in our opinion, and of course it still comes with our eternal gratitude and respect. It's 2025 so I hate the term "flash...
Featured content improvements
Since announcing Featured Content for XenForo 2.3 we have been closely monitoring feedback through various channels and our own overall vision for the feature and, as such, in today's Have you seen...? for XenForo 2.4 we are highlighting some of the recent changes we have made. Automatic feature expiry When curating content, sometimes it can take time to manage the list of featured content effectively to ensure it stays fresh for your visitors, and part of that is the inevitable time where perhaps content is no longer noteworthy and needs to be "unfeatured". You can, of course, do this manually but, now, you don't have to. For new and existing features in the "Customize" section you can now select "Unfeature after..." and specify the...
Chunked uploads
Welcome back to our Have you seen...? series for XenForo 2.4! The code reviews are coming in thick and fast as we complete our planned features so there should be plenty to show you over the coming weeks. Part of our process for this and previous releases has involved looking at the amazing pool of developer talent that we have in this community and considering how we can work with those developers to bring those features to the core. And that's the focus of this time where we'll be taking a look at the Chunked Uploads add-on by @JulianD which, starting with XenForo 2.4, will become a core feature. But first... We have decided to accelerate our plans to modernise the minimum version of PHP that is supported by XenForo. While we had...
Tiptap: A new editor for XenForo
Rich text editors are hard. When you drill down into how they actually work, it's a wonder why there are so many of them, and why developers would willingly spend a significant part of their life working on one. At XenForo we have been through ... counts on fingers ... three different rich text editors in our history, so if we're being generous we can at least attest to what a feat of engineering they are and how difficult they can be to get right -- and all we have to do is implement them. That's no easy feat either, though. We have an increasing number of features that we need from an editor, we have a layer of conversion from HTML to BB code (and back again), and we have an overall user base of millions of members across all of our...
Direct message labels
Thank you to everyone who provided feedback on our first Have you seen...? thread about the upcoming Add-on update notifications for XF 2.4. It's exciting for us to start this process so soon after the release of XenForo 2.3! And while we are not sticking to a specific schedule for this series of HYS threads, our next one is already here! This time around we are adding Direct message labels as a way for people to be able to add a little more organisation to their inboxes. This is a long standing suggestion (or two) which, when coupled with direct message search which we added in XF 2.3, makes direct messages much more user friendly and intuitive for members and staff alike. One of the best parts of this is that the functionality will...
Back
Top Bottom