Commit 61121c192a30abdb33ac98cca9962942645df58e
Additional note in Autocomplete plugin readme about private mode
| |   |
| 1 | 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 | 2 | |
| Note: This plugin doesn't work if the site is in Private mode, i.e. when $config['site']['private'] is set to true. |
|
| 3 | 5 | Installation |
| 4 | 6 | ============ |
| 5 | 7 | Add "addPlugin('Autocomplete');" to the bottom of your config.php |