businessdad
MVPHackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
businessdad MVP
Reactions
-
Re: How to create settings for my plugin
The Example Plugin is a great way to get started. (View Post)1 -
Re: how 2 fix messy display
True. However, the error message should be more user friendly. That could be a useful improvement. (View Post)2 -
Re: Escaping SQL?
I don't want to sound like a "know it all", but I can't imagine how a sub-query would actually improve performances. Regarding the conditionals, they are definitely easier to handle with th… (View Post)1 -
Re: Orchid Problem
When you configure single sign on, Users are created by Vanilla as soon as they access the forum. If you wish to create a Vanilla User as soon as he registers on Drupal, I would recommend developing … (View Post)1 -
Re: Escaping SQL?
I think that you should use the named parameters, which are handled by the Gdn_SQLDriver class. If you look at the signature of Gdn_SQLDriver::Query(), you will see that you can pass an array of PDO … (View Post)2