bp-forums/classes/class-bp-rest-topics-endpoint.php:
BP_REST_Topics_Endpoint::prepare_item_for_response()
|
Prepares component data for return as an object.
|
bp-forums/admin/replies.php:
BBP_Replies_Admin::updated_messages()
|
Custom user feedback messages for reply post type
|
bp-forums/admin/topics.php:
BBP_Topics_Admin::row_actions()
|
Topic Row actions
|
bp-forums/admin/topics.php:
BBP_Topics_Admin::updated_messages()
|
Custom user feedback messages for topic post type
|
bp-forums/topics/template.php:
bbp_get_topic_edit_url()
|
Return URL to the topic edit page
|
bp-forums/topics/template.php:
bbp_get_topic_replies_link()
|
Return the replies link of the topic
|
bp-forums/topics/template.php:
bbp_get_topic_last_reply_url()
|
Return the link to the last reply in a topic
|
bp-forums/topics/template.php:
bbp_topic_permalink()
|
Output the link to the topic in the topic loop
|
bp-forums/topics/functions.php:
bbp_check_topic_edit()
|
Redirect if unathorized user is attempting to edit a topic
|
bp-forums/topics/functions.php:
bbp_toggle_topic_handler()
|
Handles the front end opening/closing, spamming/unspamming, sticking/unsticking and trashing/untrashing/deleting of topics
|
bp-forums/topics/functions.php:
bbp_merge_topic_handler()
|
Merge topic handler
|
bp-forums/topics/functions.php:
bbp_split_topic_handler()
|
Split topic handler
|
bp-forums/topics/functions.php:
bbp_new_topic_handler()
|
Handles the front end topic submission
|
bp-forums/topics/functions.php:
bbp_edit_topic_handler()
|
Handles the front end edit topic submission
|
bp-forums/users/template.php:
bbp_get_user_subscribe_link()
|
Return the link to subscribe/unsubscribe from a forum or topic
|
bp-forums/users/template.php:
bbp_get_user_favorites_link()
|
User favorites link
|
bp-forums/users/functions.php:
bbp_subscriptions_handler()
|
Handles the front end subscribing and unsubscribing topics
|
bp-forums/users/functions.php:
bbp_favorites_handler()
|
Handles the front end adding and removing of favorite topics
|
bp-forums/forums/template.php:
bbp_get_forum_last_topic_permalink()
|
Return the link to the last topic in a forum
|
bp-forums/common/template.php:
bbp_get_breadcrumb()
|
Return a breadcrumb ( forum -> topic -> reply )
|
bp-forums/activity.php:
BBP_BuddyPress_Activity::reply_create()
|
Record an activity stream entry when a reply is created
|
bp-forums/activity.php:
BBP_BuddyPress_Activity::topic_activity_action_callback()
|
|
bp-forums/activity.php:
BBP_BuddyPress_Activity::reply_activity_action_callback()
|
|
bp-forums/activity.php:
BBP_BuddyPress_Activity::group_forum_topic_activity_action_callback()
|
|
bp-forums/activity.php:
BBP_BuddyPress_Activity::group_forum_reply_activity_action_callback()
|
|
bp-forums/activity.php:
BBP_BuddyPress_Activity::topic_create()
|
Record an activity stream entry when a topic is created or updated
|
bp-forums/replies/template.php:
bbp_get_reply_to_link()
|
Return the link for a reply to a reply
|
bp-forums/replies/template.php:
bbp_get_reply_url()
|
Return the paginated url to the reply in the reply loop
|
bp-forums/replies/functions.php:
bbp_move_reply_handler()
|
Move reply handler
|