x00
MVPx00 MVP
Reactions
-
Re: Quotes is missing the following requirement(s): Vanilla 2.1a.
1 -
Re: Controllers overriding
You can override methods, you can also reroute and use you own. (View Post)1 -
Re: How do Increment value in mysql update query when the column is a variable?? can it be done?
good question you do it like so ->Set('Column', 'Column + 1', FALSE) note the third parameter, that tells it NOT to escape the string. (View Post)2 -
Re: Signature to strip [A]-tags
do you want text only sigs? in that case change the line $Sender->UserSignature = Gdn_Format::Html($UserSig); to $Sender->UserSignature = Gdn_Format::Text($UserSig); (View Post)3 -
Re: Sort categorie layout by date newest post in categorie
views are not the place to put complicated logic or queries. How to find the latest comment or discussion? the categories module, categories/all and categories/discussions all use CategoryModel->G… (View Post)1
