x00
MVPx00 MVP
Reactions
-
Re: Simplest ways to stop spam?
There is has already been countless discussion on this. Including on recently: http://vanillaforums.org/discussion/comment/193353 (View Post)2 -
Re: MailChimp plugin feedback
You can do that, plus you can also create middle page if the condition fails. I personally will be putting the option to put it on the profile, instead, and a dynamic management of the mailing list/u… (View Post)1 -
Re: Only use MD5
you can do it for imported users, but it will default to Vanilla for new user, or when they change their password. This is not how you do authentication with other services anyway, passing passwords … (View Post)1 -
Re: MailChimp plugin feedback
This is is going to conflict with any plugin that swaps out the registration pages You have something like this public function EntryController_Render_Before($Sender){ if(version_compare(C('Vanilla.V… (View Post)1 -
Re: Moving Plugins from main menu to side panel
Sorry I should have checked in default plugins. in class.modsthemehooks.php in you them folder put <?php if (!defined('APPLICATION')) exit();class ModsThemeHooks extends Gdn_Plugin{ public functio… (View Post)4
