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: Removing "I agree to the terms of service" and "Remember me on this computer" on registration page.
you have a few choices I believe. fill in the field behind the scenes or remove the rule. you could try this, see if it helps you. public function EntryController_RegisterValidation_Handler($Sender) … (View Post)4 -
Re: username instead of userID
restore database would be the best option. (View Post)1 -
Re: Is there an addon for email verification (second email field) during registration?
you could also mimic the passwords don't match info message with the email by cloning the passwordmatch function with some js added. // Check to see if emails match$('input[name$=EmailMatch]').blur(f… (View Post)4 -
Re: Is there an addon for email verification (second email field) during registration?
no. there is no addon. But you could add a second field in a plugin and test whether the two were equal to validate. Probably wouldn't be too hard for someone to write. you could use public function … (View Post)4 -
Re: Vanilla 2.2 beta 1 is now available
No. close but no. rc1 is a precursor to the stable version. read the discussion in this link for estimated dates.... http://vanillaforums.org/discussion/31007/vanilla-2-2-release-candidate-rc1/p1 I w… (View Post)3