Best Of
Re: Ready to move to Flarum? I might be able to help
OK, I'm pretty close to a solution on this finally.
There's actually at least 3 separate problems:
- The new formatter really hates unclosed HTML tags (like `<img>` and `<br>`)
- The new Markdown formatter doesn't like HTML entities by default
- The new Markdown formatter doesn't allow h1-h6 tags
I've worked around this with a hack for the first issue and rebuilding the Fatdown bundle in s9e/textformatter with support for HTML headings and entities.
However there's still an unresolved <div> tag in the earlier example post I've been using to evaluate this so I feel like there's still a fourth one. But I just wanted to say I hadn't lost the plot on this entirely and the next iteration of Porter will fix at least most of the problems.

Re: Vanilla 2023.001 Open Source Release - PHP 8 Works! (Built From Source)
There's new code in applications\dashboard\settings\structure.php (not present in 2022.024)
// Remove legacy Plugins Gdn::config()->removeFromConfig($LEGACYADDON); // Keep this until we have deprecated the ProfileExtender addon. if (Gdn::config(ProfileFieldModel::CONFIG_FEATURE_FLAG) && Gdn::config("EnabledPlugins.ProfileExtender")) { Gdn::config()->saveToConfig("EnabledPlugins.ProfileExtender", false); }
So you can $Configuration['EnabledPlugins']['ProfileExtender'] = true; in config.php to have old plugin forced enable.
But should be the new system (ProfileFieldModel::CONFIG_FEATURE_FLAG)

Re: Vanilla 2021.009 Modified For PHP 8 Support
Hi All,
Please have a look at the above thread - I have built 2023.001 from source this morning and all of the issues previously reported appear to be fixed.
Will continue to test this build but have not found a single thing wrong with it so far! :D
It also works on PHP 8.1.12 and PHP 8.2.1! :D
Re: Vanilla 2021.003 RC2 is now available
Why do guests can see the spoiler?
Because a spoiler should only hide content from first sight. It's not kind of pay wall. You use spoilers for other things...
Why aren’t koalas actual bears?
They don’t meet the koalafications.

Re: Vanilla 2023.001 Open Source Release - PHP 8 Works! (Built From Source)
I can vouch for this build. I have also built it from source (attached).
Comparing with `diff -bur DIR1 DIR2` yields only differences in hashes and composer files since the build system is not deterministic, unfortunately.
I have turned this discussion into an announcement instead of the older one: https://open.vanillaforums.com/discussion/39032/vanilla-version-2021-009-is-the-latest-stable-release-as-of-now/p1
PHP8.0 is recommended. While it works on PHP8.1 there are a lot of warnings that could slow things down.
Re: The future of Vanilla Porter
Good work Linc. Any utility to make a data migration work is not a trivial exercise. Cheers.
Re: The future of Vanilla Porter
Hello, I just arrived here a few months ago, and yet I have already seen that the future of Vanilla as an open-source platform is very uncertain (which is a shame because the initial philosophy IMO was good).
Regardless, thanks to your comments and further research I have done, I have seen that the best alternative is Flarum. So, I just wanted to thank you for your work, dedication and dissemination.
Know that it has inspired me and has been of great use. Thank you so much for continuing to make this world (of OSS) a slightly better world. 😉
Vanilla Porter 2.6 RC1
Hi all,
No one's done a release of Vanilla Porter since I left Vanilla nearly 2 years ago, so I've updated my fork with the additional PRs on the main repo and built a potential release. I no longer have repo access, but I do have admin access here to update the plugin.
Would you please try this and let me know if it works? Any test data you have is great. There is no test coverage on this damn thing (my bad) and so all I can do without test data is confirm the new build doesn't have any build (fatal) errors in it.
I've versioned this as 2.6. Uncredited updates were generally by Olivier, a Vanilla employee.
Release notes:
- Q2A: NEW package supported (thanks Eduardo Casarero / edux!)
- MVC Forum: NEW package supported
- Improve utf8mb4 support (thanks @Bleistivt !)
Package updates:
- AnswerHub: Add Q&A, attachments, and tags support.
- myBB: Add support for attachments (thanks Javier-Rotelli!)
- phpBB3: Add "viewed" data to imported discussions.
- vBulletin: Remove stripping of the ATTACH tag. (thanks @MrCaspan !)
- vBulletin: Fix accidentally importing deleted PMs.
- vBulletin: Add reactions and tags.
- Xenforo: Improve performance when migrating large sites.
- Xenforo: Fix database prefix issue.
