Path

ez projects / topauthors


topauthors

UNIX name Owner Status Version Compatible with
topauthors Norman Leutner stable 1.1 3.7 (other should work too)

This template operator returns an array of users with their corresponding
number of created
contentobjects of a given class id sorted by the number of objects they
created.
Usefull for creating toplists

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')}

 

Screenshot

This project has no reviews yet. Be the first one to review it!

No forum messages yet.