Skip to:
Content

Opened 4 weeks ago

Closed 4 weeks ago

Last modified 4 weeks ago

#7880 closed feature request (worksforme)

Messaging aggrigator for friends only

Reported by: jacobsidelnikov 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)

#1 @imath
4 weeks ago

  • Milestone Awaiting Review deleted
  • Resolution set to worksforme
  • Status changed from assigned to closed

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.

Last edited 4 weeks ago by imath (previous) (diff)
Note: See TracTickets for help on using tickets.