tinycm view 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 source
1 # TinyCM Plugin configuration
3 PLUGIN="Community Tools"
4 SHORT_DESC="Small social community functions and tools for TinyCM"
5 MAINTAINER="pankso@slitaz.org"
7 DASHBOARD_TOOLS="${DASHBOARD_TOOLS} <a href='?community'>Community</a>"
9 # Configurable variables used in community.cgi
11 # Wall mode: public/private
12 WALL_MODE="public"
14 # Max length for messages on the Wall.
15 WALL_MESSAGES_LENGTH="240"