ez projects / topauthors
| UNIX name | Owner | Status | Version | Compatible with |
|---|---|---|---|---|
| topauthors | Norman Leutner | stable | 1.1 | 3.7 (other should work too) |
Input parameters are:
$class_id
$offset
$limit
Installation:
1/ Unzip file in your extension directory
2/ Activate the extension in the admin interface
3/ To use operator in a template :
Usage:
{def $topten = topauthors($class_id,$offset,$limit)}
This one returns the top 10 users with the most created folders:
{def $topten = topauthors('1','0','10')}
Changelog
Monday 10 September 2007 19:59
Norman Leutner