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: I want to migrate the post and data of my Vanilla Forum to another forum (i.e. Discourse o Flarum)
While I don't necessarily disagree with everything that has been said here, I would like to stress, that the assumption that search engine performance is reliant on the forum software used (which has… (View Post)2 -
Re: Need some assistance with .htaccess so a calendar installation in a subfolder can be accessed
The instructions for this are already in the .htaccess file. See this section: # Prevent access to any php script by redirecting the request to /index.php # You can add an exception by adding another… (View Post)1 -
Re: Bump causing eternal 'New' label
There has been an update in the read/unread logic: Unfortunately I don't really see an easy way to account for this in the bump plugin, which always worked on a "hack" (just setting DateLas… (View Post)1 -
Re: Vanilla 2021.009 (formerly Vanilla 4.0) is now available
I see this in the changelog which is great: Add loading attribute to img tags for lazy loading A few notes: MySQL 5.7+ is required, starting with Vanilla 2021.009. It should also be lower than MySQL … (View Post)1 -
Re: How to add reCAPTCHA to custom forms
Yes. Its as easy as adding this to your form validation logic if (Captcha::validate() !== true) { $sender->Form->addError(Gdn::translate('The captcha was not completed correctly. Please try aga… (View Post)2