Request Counting
One of the Groupware features of Jinzora is request counting. This allows Jinzora
to track how many times a track has been requested from Jinzora.
Enabling
|
There are a few things you'll need to do to enable request counting. You can choose the
"workgroup" install type during installation, which will set the proper options, or make sure
that:
$track_plays = "true";
In your settings.php file.
You'll also need to make sure that you've created the "data" directory (under the
root directory of Jinzora) and that the webserver user has write access to this directory.
This directory stores all the data files that are needed for discussions.
You can also have Jinzora display the top 5 requested tracks on the home page by setting this
in settings.php:
$num_most_played = "5";
That would tell Jinzora to display the top 5 most requested tracks on the home page
|
Using Counting
|
Using request counting is simple, Jinzora does it for you!
|
|