x00
MVPx00 MVP
Reactions
-
Re: 302 after setting up wrong route
No worries it happens to the best of us. (View Post)6 -
Re: plugins change Role for Oneload
You can use a custom permission to govern the in context dynamic overriding of the current one. However I always see if I can rethink a problem like this. In stead of doing that you also Vanilla.Comm… (View Post)2 -
Re: How to add notification after submitted the "Post Discussion", "Post Comment" buttons
I think the problem is he used the form builder as a getter. The form builder was supposed to be used the the controller/view hook PostController_AfterDiscussionFormOptions_Handler, not for the post … (View Post)1 -
Re: How can I use class MySqlDrivers method EscapeSql?
No you should never use addslashes for sql sql statements need to be escaped as a whole not just the values, the later is not considered safe for many years. PDO uses prepare which is abstracted by t… (View Post)2 -
Re: Sorting by views
I don't think it is weird at all. Lot of people do lots of different things. That does't mean it should be in the core. If they included every want an need it would be super bloated. It is called Van… (View Post)1