Discussions
One of the Groupware features of Jinzora is dicussions. This allows users to
to enter their own comments on any item in Jinzora (Genres/Artist/Albums/Tracks).
Users can only comment once, based on either their logged in username or their
IP Address.
Enabling
|
There are a few things you'll need to do to enable discussions. You can choose the
"workgroup" install type during installation, which will set the proper options, or make sure
that:
$enable_discussion = "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.
|
Using Discussions
|
TO use Discussions all you need to do is click the "Discuss Item" icon next to the item you'd
like to enter a comment about. Users are able to edit their own comments, but no one elses.
|
|