tinycm diff plugins/community/community.conf @ rev 92

Improve users and community plugin
author Christophe Lincoln <pankso@slitaz.org>
date Fri Feb 17 12:44:05 2017 +0100 (2017-02-17)
parents d6f01c5019bb
children a7f76c79d13f
line diff
     1.1 --- a/plugins/community/community.conf	Sat Feb 11 21:14:02 2017 +0100
     1.2 +++ b/plugins/community/community.conf	Fri Feb 17 12:44:05 2017 +0100
     1.3 @@ -6,7 +6,10 @@
     1.4  
     1.5  DASHBOARD_TOOLS="${DASHBOARD_TOOLS} <a href='?community'>Community</a>"
     1.6  
     1.7 -# Configurable variables used in plugin.cgi
     1.8 +# Configurable variables used in community.cgi
     1.9 +
    1.10 +# Wall mode: public/private
    1.11 +WALL_MODE="public"
    1.12  
    1.13  # Max length for messages on the Wall.
    1.14 -MESSAGE_LENGTH="240"
    1.15 +WALL_MESSAGES_LENGTH="240"