Modify ↓
Opened 16 years ago
Closed 16 years ago
#4822 closed enhancement (fixed)
Macro for displaying counts of downloads.
Reported by: | James Mills | Owned by: | Radek Bartoň |
---|---|---|---|
Priority: | normal | Component: | DownloadsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Add a macro to display the count of downloads or the count of all downloads.
eg:
[[DownloadCount(1, 2, 3)]] <-- Get total count for ids: 1, 2 & 3 [[DownloadCount]] <-- Get total count for all ids. --JamesMills
Attachments (0)
Note: See
TracTickets for help on using
tickets.
Implemented with r5656 for 0.12 branch.