Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:1 to 25 of 25
greatest(tuwf.DateLastActive, t.DateLastActive)if ($this->Context->Session->User->ShowAllWhispers) {
$s->AddOrderBy("greatest(t.DateLastWhisper, t.DateLastActive)", "", "desc");
} else {
$s->AddOrderBy("greatest(tuwf.DateLastActive, t.DateLastActive)", "", "desc");
}$s->AddOrderBy('t.DateLastActive', '', 'desc');1 to 25 of 25