Best Of
Re: Vanilla 2023.008 Open Source Release
Nope, I have been testing on Php 7.4, Not sure about Php 8+, By the way anything on below issue?
https://open.vanillaforums.com/discussion/39328/analytics-not-working#latest

Re: New Install and I am getting weird issues
Seems its an issues with the new htaccess file and the old one solves all my issues, anyone else having this issue just use this old one!!
https://github.com/vanilla/vanilla/blob/Vanilla_2.2/.htaccess

Re: how do you set up the oath for each social sign in
Here is the errors I get with sign in problems.
As I know you have to create Oauth credentials to allow it to work.
that is what I want.
Are these correct.

Re: Remove quilljs/delta WYSIWYG Code
I think you want this: https://discuss.flarum.org/d/31776-ready-to-migrate-to-flarum-i-may-be-able-to-help/24
No, you cannot "remove" the Quill code from the database directly. Nitro Porter converts it for you; it's quite complicated and cannot be done manually.

I am having trouble finding the correct syntax to print out the domain name in the email template.
Email template file path: applications / dashboard / views / email / email-basic.tpl
<a href="https://mydomain.com/profile/preferences">unsubscribe</a> here
I don't want to hard code the domain name. What is the syntax to print the current domain name out. Thanks.
Re: Vanilla 2023.001 Open Source Release - PHP 8 Works! (Built From Source)
For update my 2021 Vanilla, I Only have to replace all files?
Thanks.
Update:
Re: Avatar First Letter plugin - Does it work with Vanilla 3.x?
Sorry, I will not fix this. I do not see an obvious error in the plugin which could cause that error. I would have to dig into the source code of Vanilla, maybe even do some debugging to understand again what is going on. That's far more effort than Vanilla is worth for me nowadays, sorry.
But being asked for advice: either build up some php skills or switch to a end-admin-user-friendly forum. If you try to fix things on your own, search Vanillas source code for "photourl" and watch out for e.g. NULL values where a function might expect an empty string.
Search the source code for userPhotoDefaultUrl and see what's being passed to that function

Re: Vanilla 2023.001 Open Source Release - PHP 8 Works! (Built From Source)
@Bleistivt Just to explain what seemed to have solved the problem on the actual server:
After copying all your files over e.g the 2023.001 again I got a internal server error 500 when looking in the plesk log files it seemed to point to SQL errors so I renamed config.php to config.old and went to dashboard setup which loaded up this time after that I just performed a normal install and it was up and running... So it seems to be an outdated SQL database for some reason doesn't explain why it didn't work on my test setup though (Which I still want to find out) but there you go...

Re: what happend? more than 300 online
It's been broken since August. It no longer removes users, so it's every person that's been online in 5 months.
