Closed alroniks closed 11 years ago
Add parameter totalVar to TicketLatest snippet and add ability to get count of tickets in section via placeholder.
I did it in getLatestTickets method from tickets.class.php:
$totalVar = (isset($data['totalVar']))? $data['totalVar'] : 'tickets.total'; $this->modx->setPlaceholder($totalVar,$result['total']);
Added parameter toPlaceholder for checking result on empty.
And also you can use getResources for retrieve latest tickets with totalVar.
Add parameter totalVar to TicketLatest snippet and add ability to get count of tickets in section via placeholder.
I did it in getLatestTickets method from tickets.class.php: