Functions |
Description |
---|---|
bp_nouveau_ajax_get_activity_objects() |
Get items to attach the activity to. |
bp_nouveau_ajax_get_single_activity_content() |
Fetches an activity’s full, non-excerpted content via a POST request. |
bp_nouveau_ajax_get_thread_messages() |
AJAX get messages for each thread. |
bp_nouveau_ajax_get_user_message_threads() |
AJAX get all user message threads. |
bp_nouveau_ajax_get_users_to_invite() |
AJAX get list of members to invite to group. |
bp_nouveau_ajax_groups_get_group_members_listing() |
Retrieve the possible members list to send group message. |
bp_nouveau_ajax_groups_send_message() |
Send group message to group members. |
bp_nouveau_ajax_hide_thread() | |
bp_nouveau_ajax_joinleave_group() |
Join or leave a group when clicking the “join/leave” button via a POST request. |
bp_nouveau_ajax_mark_activity_favorite() |
Mark an activity as a favourite via a POST request. |
bp_nouveau_ajax_media_album_delete() |
Delete album |
bp_nouveau_ajax_media_album_save() |
Save album |
bp_nouveau_ajax_media_delete() |
Delete media |
bp_nouveau_ajax_media_delete_attachment() |
Delete attachment with its files |
bp_nouveau_ajax_media_description_save() |
Update media activity description. |
bp_nouveau_ajax_media_get_activity() |
Get activity for the media |
bp_nouveau_ajax_media_get_media_description() |
Get description for the media. |
bp_nouveau_ajax_media_move_to_album() |
Move media to album |
bp_nouveau_ajax_media_save() |
Save media |
bp_nouveau_ajax_media_update_privacy() |
Update media privacy |
bp_nouveau_ajax_media_upload() |
Upload a media via a POST request. |
bp_nouveau_ajax_messages_send_message() |
AJAX send message and display error. |
bp_nouveau_ajax_messages_send_reply() |
AJAX send message reply and display error. |
bp_nouveau_ajax_messages_thread_read() |
AJAX mark message as read. |
bp_nouveau_ajax_new_activity_comment() |
Posts new Activity comments received via a POST request. |
bp_nouveau_ajax_object_template_loader() |
Load the template loop for the current object. |
bp_nouveau_ajax_post_update() |
Processes Activity updates received via a POST request. |
bp_nouveau_ajax_querystring() |
This function looks scarier than it actually is. 🙂 Each object loop (activity/members/groups/blogs/forums) contains default parameters to show specific information based on the page we are currently looking at. |
bp_nouveau_ajax_readunread_thread_messages() |
AJAX mark message as read/unread |
bp_nouveau_ajax_remove_group_invite() |
AJAX remove group invite. |
bp_nouveau_ajax_save_cover_position() |
Save Cover image position for group and member. |
bp_nouveau_ajax_search_recipients_exclude_current() |
Exclude logged in member from recipients list. |
bp_nouveau_ajax_search_recipients_exclude_non_friend() |
Exclude members from messages suggestions list if require users to be connected before they can message each other |
bp_nouveau_ajax_send_group_invites() |
AJAX send group invite. |
bp_nouveau_ajax_spam_activity() |
AJAX spam an activity item or comment. |
bp_nouveau_ajax_star_thread_messages() |
AJAX mark message with star. |
bp_nouveau_ajax_unmark_activity_favorite() |
Un-favourite an activity via a POST request. |
bp_nouveau_ajax_xprofile_get_field() |
Ajax callback for get the conditional field based on the selected member type. |
bp_nouveau_avatar_args() |
Get the full size avatar args. |
bp_nouveau_base_account_has_xprofile() |
Return a bool check to see whether the base re group has had extended profile fields added to it for the registration screen. |
bp_nouveau_before_activity_directory_content() |
Before Activity’s directory content legacy do_action hooks wrapper |
bp_nouveau_before_activity_post_form() |
Enqueue needed scripts for the Activity Post Form |
bp_nouveau_before_blogs_directory_content() |
Template tag to wrap all Legacy actions that was used before the blogs directory content |
bp_nouveau_before_document_directory_content() |
Before Document’s directory content legacy do_action hooks wrapper |
bp_nouveau_before_groups_directory_content() |
Template tag to wrap all Legacy actions that was used before the groups directory content |
bp_nouveau_before_loop() |
Template tag to wrap the before component loop |
bp_nouveau_before_media_directory_content() |
Before Media’s directory content legacy do_action hooks wrapper |
bp_nouveau_before_members_directory_content() |
Template tag to wrap all Legacy actions that was used before the members directory content |
bp_nouveau_before_single_activity_content() |
Before Single Activity content legacy do_action hooks wrapper |
bp_nouveau_blog_has_latest_post() |
Check if the Sites has a latest post |