hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Is there a way to make a user account undeletable?
Make a plugin. Add a column to the user table called 'Indelible'. Tiny int 1 is fine. Default to 0. Check this on delete. public function UserController_BeforeUserDelete_Handler($Sender) { … (View Post)2 -
Re: Feedback Thread
Just looking at the code, it should default to on unless the user has specifically turned it off. https://github.com/bleistivt/InfiniteScroll/blob/master/class.infinitescroll.plugin.php#L98 (View Post)2 -
Re: Disable Feature Badges in profile
They are specifically designed to be the same size as the avatar. Feel free to modify /plugins/YagaFeaturedBadges/design/yagafeaturedbadges.css to your liking. :) (View Post)1 -
Re: Disable Feature Badges in profile
Thanks for trying my addon! You can disable the profile display by adding the following code to lines 189 and 161 of /plugins/YagaFeaturedBadges/class.yagafeaturedbadges.plugin.php: return; // THIS I… (View Post)1 -
Re: The best way to prevent spam board!
Your old version may very well be the reason your forum is being compromised. Update to the latest version of 2.0 as soon as possible (currently 2.0.18.14). Link here: http://vanillaforums.org/addon/… (View Post)1
