hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: How can I add a custom field in Vanilla Registration form?
Using Profile extender doesn't allow for Validation rules to be automatically applied. You would need to hook into the user model and do your unique validation code. public function UserModel_Be… (View Post)1 -
Re: How does one modify modules/assets called by default.master.tpl?
Views are executed in the scope of the controller, so you should inspect $this rather than sender. EDIT - I am getting confused, is this in a plugin hook? Then inpect $Sender :S (View Post)1 -
Re: Badges included in the self-hosted Vanilla?
Welcome to the community! I wrote an open source gamification addon called Yaga that implements (as far as I can tell) all the features available on the hosted platform. It is nearing 1.0 release. Th… (View Post)5 -
Re: Use images instead of Unicode characters
You could add a processor (either JS or use a PHP formatter) to replace the emoji characters with the appropriate markup on render. As far as not being able to copy text with images, trying copying t… (View Post)1 -
Re: Deleted User 'System'
You should update your install to the latest patch, currently 2.0.18.13: http://vanillaforums.org/get/vanilla-core-2.0.18.13 Once you are done with that, you don't have to worry. The next time t… (View Post)4
