Best Of
Re: Vanilla version 2021.009 is the latest stable release as of now
"Prebuilt" not "not at all available"

Re: Vanilla version 2021.009 is the latest stable release as of now
Yes... but you know, @Kaspar... if you complicate the entry level, the Forum will not flourish no more... just my 2 cents... 😥
Re: Vanilla version 2021.009 is the latest stable release as of now
I compiled 2022.007 if anyone is interested. Running OK in my environment so far. I hard coded the version in the environment.php rather thn use a version file like pioc34 did. Update script is failing - need to look into why, perhap the DB update script can be run seperately from phpmyadmin. Will report my findings

Re: My Vanilla OSS is so slow
[QUOTE]CentOS 8 with CWP Pane[/QUOTE]
Centos 8 is EOL as of last year, you can't use it as it can not be updated as there are no repositories for it. Centos 7 is still supported.
I have successfully converted from Centos 8 to Centos Rocky which is supported using this guide but obviously you do it at your own risk.

Re: Vanilla version 2021.009 is the latest stable release as of now
I tried 2021.025 on my forum in production (i'm silly).
I updated my 2021.012 version and i had only a php warning.
version.json file is missing in root directory, so the assets in source code of each page look like
<script src="/discussions/js/library/jquery.js?v=unknown" static="1" defer="defer"></script>
and in the dashboard bottom right, i had version: unknown
Forum works fine but i want to correct this, so, I upload on my website a version.json file with this (found in the vanilla github repo, i changed only 2022.006 to 2021.025)
{ "x-version-scheme": "{Release version}-{? SNAPSHOT if it's a dev build}", "version": "2021.025" }
now everythings seems ok. I will check my logs to see if i have others errors.
I tried to pass to PHP8 but had a 500 error. I have to check what is failing.
Thank you @R_J and others for your work for this community

Re: 2021.009 PHP Fatal error: Cannot declare class MediaModel
Disable FileUpload
https://success.vanillaforums.com/kb/articles/57-uploading-files
"This functionality is built into our editors"

Re: Adding New Pages to the Navigation Bar
The newer way
https://success.vanillaforums.com/kb/articles/142-customizing-title-bar-navigation-menu-links

Re: Adding New Pages to the Navigation Bar
I have not worked with the newer way of theming.
Don't forget to clear your cache folder when making changes

Re: Adding New Pages to the Navigation Bar
Hi, @Kaspar. Thanks for your help.
It turns out that the settings worked. I think it was not displaying when I did it at first because of the cache issue.
It works fine now without clearing the cache. Thanks once more.
