diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-17 05:26:11 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-17 05:26:11 +0000 |
commit | 8448a0fc84ba25e6fd949b8162e3d1c96948d808 (patch) | |
tree | f25ba419b76412d0d072e9e9c9ffa7cbbfb36885 /config | |
parent | d23122dffafa40415b1496c240ebd0b27619ef0f (diff) | |
download | ampache-8448a0fc84ba25e6fd949b8162e3d1c96948d808.tar.gz ampache-8448a0fc84ba25e6fd949b8162e3d1c96948d808.tar.bz2 ampache-8448a0fc84ba25e6fd949b8162e3d1c96948d808.zip |
added shoutbox functionality, only linked from song and album right now also interface for adding could use some improvement and also needs some management stuff to remove stickies etc
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index d31728fc..ad6bb7c1 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -205,6 +205,14 @@ use_auth = "yes" ; DEFAULT: true ratings = "true" +; ShoutBox +; Enabling this will allow any user to 'tag' an item and post +; a comment about it which will then be put on the main pages +; shoutbox. Admins are allowed to create 'sticky' shoutbox items +; POSSIBLE VALUES: false true +; DEFAULT: false +;shoutbox = "false" + ; This options will turn on/off Demo Mode ; If Demo mode is on you can not play songs or update your catalog ; in other words.. leave this commented out |