Best Of
Re: Where is the install documentation for jsconnect?
It's better to get a response to questions - You were the only person to at least respond to one question I had, so thanks. This has been a very frustrating experience and I don't think I've ever had a piece of software so difficult to work with in the last 29 years. Missing info in documentation or just won't work as described etc. I just deleted the database and vanilla form.
Where is the install documentation for jsconnect?
No readme file in the download zip, don't see an actual instruction piece in the docs (did I miss it??)
Re: I want to migrate the post and data of my Vanilla Forum to another forum (i.e. Discourse o Flarum)
Simple fact is, the SEO in the GPL suite is crap. It has been since day one. Let's face it though, most things GPL are. They hold back "the good stuff" for the pay versions which are so ridiculously overpriced they wont even list the price on their website at all. It's part of why this forum software, although full of potential, never went anywhere.
The GPL version has the same "SEO" features as the paid version.
SEO is not some kind of magical sauce like some people in the industry want you to believe. It hasn't been about technicalities for years now. Search engines have become really smart: Their job is to parse a website like a human would do, otherwise they would not suit their users needs. If your site is not doing good on search it either is a) very young or b) doesn't have the content users are looking and searching for. SEO nowadays is all about content. No software can really help you with that.
It is also not the responsibility of the software you are migrating from to convert to all possible formats but the other way around (like Vanilla has an Importer). With database structures always changing, everything else would be insane.
You can always just get an SQL dump. Your data is all there.
Re: 🙏 Pocket failed to work in Mobile
Have you tried "Only display on mobile..."
If that works, you might need to make 2 pockets.

Re: Vanilla 2023.005 Open Source Release
That's what I get, running PHP 8.2. Is there something wrong with my config?
I checked the code and $fileClass
is indeed an array that looks like this:
Array ( [0] => Array ( [namespace] => [className] => PermissionModel [path] => /models/class.permissionmodel.php ) )
I tried looping through and to include each of those paths, then I get another error, followed by another.
Guessing my config is messed up because seems so unlikely it can be this broken. 😢
Vanilla 2023.005 Open Source Release
2023.005 and 2023.004 source code published less than one hour ago :
2023.005 successfully built but not yet tested

Re: Vanilla 2023.001 Open Source Release - PHP 8 Works! (Built From Source)
Thank you so much, i will try it.

Re: Vanilla 2023.001 Open Source Release - PHP 8 Works! (Built From Source)
Vanilla OSS 2023.002 raw build (no real php8 support,etc)

Re: Vanilla 2023.001 Open Source Release - PHP 8 Works! (Built From Source)
I found in the code 🤩 :
You must add this in config.php
$Configuration['Feature']['CustomProfileFields']['Enabled'] = true;
Should be set by default, It's the new big vanilla's feature : there's lot of new possibilites, It's in the vanilla core etc.
