Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Help with new 'DiscussionWordMention' custom rule
@hgtonight I just tested the new hook, works great! For people who are interested, you can include a new rule from a plugin like so: public function Yaga_AfterGetRules_Handler($Sender) { $Classname … (View Post)2 -
Re: Great theme.. But
@ceeray What device and browser are you experiencing this on? (View Post)2 -
Re: How to block Brute force attack
@Linc doesn't that mean it won't ratelimit if no cache is enabed? https://github.com/vanilla/vanilla/blob/master/applications/dashboard/models/class.usermodel.php#L3482 (View Post)3 -
Re: How to enable Cache
Good passwords also prevent brute force. Anyway, you would need to install memcached and add this to cour config: $Configuration['Cache']['Enabled'] = TRUE;$Configuration['Cache']['Method'] = 'memcac… (View Post)7 -
Re: For People looking where to edit Panel Asset. (the 'wrong' way.)
https://github.com/vanilla/addons/tree/stage/plugins/Mustache (View Post)2