Jinzora Suggests

One of the Groupware features of Jinzora is Jinzora Suggestions. This allows Jinzora to suggest tracks to users based on their common ratings.

Enabling There are a few things you'll need to do to enable Jinzora Suggestions. You can choose the "workgroup" install type during installation, which will set the proper options, or make sure that:

$enable_suggestions = "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 set how many tracks Jinzora will suggest for a user by settings:

$num_most_played = "5";

That would tell Jinzora to display 5 suggestions to each user.