]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Autocomplete/readme.txt
Merge branch '0.8.x' of git://gitorious.org/~brion/statusnet/brion-fixes into 0.8.x
[quix0rs-gnu-social.git] / plugins / Autocomplete / readme.txt
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!