Bleistivt
ModeratorHackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Bleistivt Moderator
Reactions
-
Re: Changes to Fulltext Indexing
No, that would be: $Configuration['Database']['FullTextIndexing '] = true; in conf/config.php However you can just ignore all of this, since the site search has never used these indexes. Changing tha… (View Post)2 -
Re: Vanilla 2021.009 - Feature Request - Account Deletion
The folder has to be named rj-self-delete (remove the "-master") (View Post)1 -
Re: Custom Email Footer not rendering HTML
Most likely because the text is escaped: If you need to add HTML you probably have to subclass class.emailtemplate.php and override that function. (View Post)1 -
Re: 4040 not found Vanilla 2021.009
The error page is not from Vanilla but Apache. This means that the request is not served from the correct directory. Try navigation to the /package directory. (View Post)1 -
Re: Vanilla 2021.009 - PHP 8.0
No, I don't think there are any guarantees about PHP 8. I can assure you it works in PHP 7.4 though. (View Post)2