R_J
AdminR_J Admin
-
Re: not compatible with vanilla 2.3b
New version is available =) (View Post)1 -
Re: not compatible with vanilla 2.3b
If you need the solution ASAP, you would have to change the mailchecker by yourself. You would have to replace this (line 2025): $mail = explode('@', $args['User']['Email… (View Post)1 -
Re: Email login only
Wrap this in a plugin or in your themehooks file: public function entryController_signIn_handler($sender, $args) { $sender->Form->validateRule('Email', 'ValidateEmail', t(… (View Post)1 -
Re: Do not show "Reply and Send PM links" to logged-in member.
Thanks for the heads up! I think that class should be in discussions, too, so this plugin adds it. That way you can handle the buttons the same way as you can with comments. Buttons are now no longer… (View Post)1 -
Re: Post Validation - Stop Long URLs from Body Text?
It would actually be quite easy: checking the text before it is saved and giving out an error message if you like to is super easy. There are numerous examples if you do a fullt text search for "… (View Post)4
