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: How to Enable UTF-8 in Civil Tongue
In both versions. I think there is a bug in both civil tongue ex in github and civil tongue if you snip out getpattern routine and try a simple example if ê is at the end of word replacement fails. i… (View Post)2 -
Re: 2.1.12p2 incompatibility?
http://vanillaforums.org/discussion/comment/234778/#Comment_234778 (View Post)2 -
Re: remove gender option from registration
my mistake. it is part of core. to prevent it showing on registration page - just hide it with css. use a web developer tool to identify element. #dashboard_entry_register li.Gender {display: none;} (View Post)1 -
Re: How to Enable UTF-8 in Civil Tongue
if you want to match censored word ชื่อที่คุณ with a thai word as an example (english would be slightly different). * option A with this comment XYZชื่อที่คุณXYZ and ชื่อที่คุณ $Patterns[] = '`\b' . … (View Post)2 -
Re: Need to disable recaptcha [SOLVED]
in vanilla 2.1.11 Some notes that may help you understand vanilla registration itself. (you may have to read this a few times to soak in, it may be confusing, but it will become crystal clear if you … (View Post)2