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: Is there a way to make a user account undeletable?
aside from the options above. if they don't have delete option. they could still edit your role if you give them edit permissions. but you could probably trigger on a handler to take care of that as … (View Post)2 -
Re: Is there a way to make a user account undeletable?
if for example you Don't want UserID 5 to be deleted. try this: public function UserController_BeforeUserDelete_Handler($Sender) { if($Sender->User->UserID == "5") trigger_error(Error… (View Post)1 -
Re: Frequently Asked Questions
- 14 I have an error when trying to upload or change my avatar picture? this could be several reasons. * your /uploads folder in the forum folder is not writeable and readable by php. * the permissio… (View Post)1 -
Re: Remove Photos from Recent Discussions
as opposed to viewing discussions within categories? if so try removing lines 42-46 or commenting them out. https://github.com/vanilla/addons/blob/master/plugins/IndexPhotos/class.indexphotos.plugin.… (View Post)3 -
Re: Algolia.com search integration for Vanilla?
Even if technically possible.... I may be wrong, but it looks like you need to sign up with them and pay. Not sure how many self-hosted users are up for that. http://www.algolia.com/pricing (View Post)1