peregrine
MVPperegrine MVP
Thank you, Bleistivt and Vrijvlinder for letting me transfer ownership of my plugins to you both, You are the only two people I have given permission. over and out of here
Reactions
-
Re: Serious bug leading to data loss
I couldn't replicate your problem. but thats a moot point now. thanks for the feedback. * I updated the plugin to 2.5 AND it will NOT delete id's that are not in the cleanser list. * I added a better… (View Post)1 -
Re: SnowStorm 1.1 released
it works for me. if you add this to class.snowstorm.plugin.php snowStorm.snowCharacter = "❄"; changing flakeWidth to 16 or 64 or 128. and change the snowstorm-min.js this.flakeHeight=this.f… (View Post)1 -
Re: Bootstrap theme overrides plug-in theme
peregrine posted a great link :) to a FAQ as well http://vanillaforums.org/discussion/28420/faq http://vanillaforums.org/discussion/comment/219925/#Comment_219925 it may help you as well. (View Post)2 -
Re: Error generated by BetterNotifications when trying to send private message
haven't looked at plugin - but you could do something like this if $Activity can be an object or an array. if ( (array) $Activity !== $Activity ) { // Access by property $x = $Activity->ActivityTy… (View Post)2 -
Re: Image compression
just noticed it was fixed in the master. with 100 in vanilla 2.1 - you will not even be able to upload png files. $Configuration['Garden']['UploadImage']['Quality'] = "100"; and the png log… (View Post)1