Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Vanilla 2.2 beta 1 is now available
I just came across a host that does a "silent" redirect to its PHP CGI handler. So if you experience that all urls show the homepage in Vanilla 2.2, you can try adding this to your bootstra… (View Post)4 -
Re: How does the Editor built the Emoji array in $toolbarDropdownEmoji
You can add more by adding to the editorlist in the emoji manifest.php. (View Post)4 -
Re: Disable resizing so animated gif's work?
Change line 49 to $Props = $UploadImage->SaveImageAs($TmpImage,$TargetImage,C('Plugins.UploadImage.MaxHeight',''),C('Plugins.UploadImage.MaxWidth',650), array('SaveGif' => true)); and it should… (View Post)3 -
Re: YAGA Badge,Reactions and Rank settings not appearing
You need to assign the Yaga.*.Manage permissions to your role if you are not using a super admin account. (View Post)2 -
Re: Your Custom Badges?
Yes, the settings (criteria) for the badge are defined by the form in the form() function of the YagaRule object. The inputs are validated in validate() once you submit the form and then serialized i… (View Post)4