]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Autocomplete/README
Merge branch 'master' of gitorious.org:statusnet/mainline into testing
[quix0rs-gnu-social.git] / plugins / Autocomplete / README
1 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.
2
3 Note: This plugin doesn't work if the site is in Private mode, i.e. when $config['site']['private'] is set to true.
4
5 Installation
6 ============
7 Add "addPlugin('Autocomplete');" to the bottom of your config.php
8 That's it!