x00
MVPx00 MVP
Reactions
-
Re: Controllers overriding
well that is what I'm saying, it is better not to override methods. You might look at how sphinx search does it. (View Post)1 -
Re: How do Increment value in mysql update query when the column is a variable?? can it be done?
The benefit of the query builder is you can break it up. $SQLStatement = Gdn::SQL();$SQLStatement->Update('Table');if(condition){ $SQLStatement->Set('MyColumn','MyColumn + 1',FALSE)}else{ $SQLS… (View Post)3 -
Re: [Solved] Not redirecting after auto sign in (see plugin)*
you need to upgrade from 2.0.18.4 to 2.0.18.8 for security reasons. They are almost identical, so there should be no issue with the update. Search on the forum if you want to update the individual fi… (View Post)1 -
Re: Characters encoding in Vanilla Wordpress plugin
yep as I suspected. (View Post)1 -
Re: How can I make the backgroud of the Grayscale Green theme transparent?
Ok lets everyone relax, take a step back and breathe, and re-read the thread. there is no issue here. There seem to be some confusion over something I said which specifically to vrijvlinder. There is… (View Post)1
