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: Is there an addon for email verification (second email field) during registration?
yes until you find answer to your issue.... well Add Registration Question usually does (from what people have reported to me) if you pick a good question. that relates to your forum that the average… (View Post)1 -
Re: Is there an addon for email verification (second email field) during registration?
@prosper: the only other test I can think of is the js. what you can do is try changing this as a test... public function EntryController_Render_Before($Sender) { $Sender->AddJsFile('EmailVerify.j… (View Post)1 -
Re: Is there an addon for email verification (second email field) during registration?
No, I am unable to use that. I test off-line. I tested with straight vanilla themes, approval registration, and no other plugins. (View Post)1 -
Re: How do I escape @username in a discussion
@xm1 If you want to turn off mentions completely whether @ is in code blocks or not (you may not want to do, but you can if you are not aware). you can add this to conf/config.php $Configuration['Gar… (View Post)1 -
Re: How To Only Have JS code on Home Page/Index Only?
aside from plugin above ... (which could use public function DiscussionsController_Render_Before($Sender) ) or if you want it theme specific (you could add function to the themehooks file or Assuming… (View Post)3