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: Unable to access dashboard after upgrade ! (ErrorPermission)
Yes it could be greatly improved to add all the gotchas concerning. mbstring https://github.com/vanilla/vanilla/blob/2.1/README.md and the link in the readme for troubleshooting doesn't work (probabl… (View Post)1 -
Re: Forcing User Profile Image
that would be a new discussion topic I think. so did the plugin work for you? (View Post)1 -
Re: Forcing User Profile Image
a quick kluge. it may work for you, however I am not supporting code. <?php if (!defined('APPLICATION')) exit(); // Define the plugin:$PluginInfo['CustomAvatar'] = array( 'Name' => 'CustomAvata… (View Post)2 -
Re: Mail notification sent to wrong user
Glad it worked out for you. Probably time for every forum owner to bite the bullet and upgrade 2.0.18.x to 2.1.1 - many more features, security fixes, bug fixes, etc. I'm not sure which plugins (inco… (View Post)1 -
Re: Can I set up Users to be able to delete their comments but *not* anyone else's?
$Configuration['Vanilla']['Comments']['AllowSelfDelete'] = TRUE; Do not allow deletion for roles in Dashboard as this applies globally to all user comments and discussions, the config statement is fo… (View Post)3