#7880 closed feature request (worksforme)
Messaging aggrigator for friends only
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Core | Keywords: | |
| Cc: |
Description
I run a intranet using buddypress. I would like if possible to be able to turn on the messaging feature, however since we are not using the friends feature the aggregate for names will not work. If I type in Jon for example nothing comes up. I want to be able to aggregate names without having to turn on the friends feature and make it based on the users of the site.
Change History (1)
Note: See
TracTickets for help on using
tickets.
Hi @jacobsidelnikov
Thanks for your request, I’m going to close this ticket as you can already set this behavior in BuddyPress using a specific constant in your wp-config.php file or in a /wp-content/plugins/bp-custom.php file.
define( 'BP_MESSAGES_AUTOCOMPLETE_ALL', true );I advise you to have a look at this codex page to have a nice list of the available contants.