diff options
author | Sarven Capadisli <csarven@status.net> | 2009-09-20 12:55:34 +0200 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-09-20 12:55:34 +0200 |
commit | 0fa2bbe581060b133fbfc48958121533aa199193 (patch) | |
tree | 8cb994bd4917023aa63ec13c62f7cd1491251e32 /plugins/Autocomplete | |
parent | 4b7881c64e741d7b82f1d65bd9651148692cf1d4 (diff) | |
parent | cf8944526ec56dd1a3522d6eced65a4d1369c321 (diff) |
Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x
Diffstat (limited to 'plugins/Autocomplete')
-rw-r--r-- | plugins/Autocomplete/readme.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Autocomplete/readme.txt b/plugins/Autocomplete/readme.txt index 3272aa1ee..1db4c6565 100644 --- a/plugins/Autocomplete/readme.txt +++ b/plugins/Autocomplete/readme.txt @@ -1,5 +1,7 @@ Autocomplete allows users to autocomplete screen names in @ replies. When an "@" is typed into the notice text area, an autocomplete box is displayed populated with the user's friends' screen names. +Note: This plugin doesn't work if the site is in Private mode, i.e. when $config['site']['private'] is set to true. + Installation ============ Add "addPlugin('Autocomplete');" to the bottom of your config.php |