Skip to:
Content
Pages
Categories
Search
Top
Bottom

Messages

Published on May 7th, 2013 by @mercime

Sections Public Messages Private Messages Private Message Screens How to Send a Private Message Public Messages BuddyPress provides ways for you to send a message publicly to another member of the site or network. Members will be notified of public messages by a new message count in the Notifications circle in Admin/Toolbar as well as [...]

Private Messages Loop

Published on April 29th, 2009 by Andy Peatling

The private messages loop can be used to output a user’s private messages, both from their inbox and sentbox. Standard Loop Accepted Parameters The bp_has_message_threads() function will accept a number of parameters that will manipulate the data being returned. user_id optional The ID of the user to fetch messages for. By default this will be [...]

Private Messaging

Published on January 20th, 2009 by Andy Peatling

bp-messages.php messages_screen_inbox messages_screen_sentbox messages_screen_compose messages_screen_notices messages_screen_notification_settings messages_format_notifications messages_send_message messages_send_notice messages_delete_thread

Developer Docs

Published on September 26th, 2008 by Andy Peatling

The developer docs are here to help you, as a developer understand how BuddyPress works and can be extended upon. So far we have custom loops documented, which is important for theme developers who want to customize the output of BuddyPress screens. We’re also building up a comprehensive list of actions and filters within BuddyPress, [...]