River
MVPRiver MVP
Reactions
-
Re: Limit the amount of words used in titles
this may be a good idea, and perhaps the most important to make plugin compatible with more versions of vanilla (past and perhaps future). @K17 You did a nice job at following suggestions to improve … (View Post)3 -
Re: Limit the amount of words used in titles
https://vanillaforums.org/discussion/30598/coding-standards http://docs.vanillaforums.com/developers/contributing/coding-standard http://docs.vanillaforums.com/developer/plugins/quickstart/ I was goi… (View Post)1 -
Re: Post Validation - Stop Long URLs from Body Text?
You might run into more problems if you try to block long links. suppose the link really is long. More like a tempest in a teapot. The best way is to educate the users. Post a video of how to link, a… (View Post)1 -
Re: Email login only
Here is the problem you are running into. it first checks for email $User = Gdn::userModel()->GetByEmail($Email); if it can't find e-mail, it checks username. https://github.com/vanilla/vanilla/bl… (View Post)2 -
Re: Strange problem with YAGA text
you won't be able to change the text in the activity table, since that is water under the bridge, unless you manually edit the activity table for older entries. But once you fix the locale issue, the… (View Post)2