Functions
Description
bbp_update_reply_position()

Update the position of the reply.

Source: bp-forums/replies/functions.php:2269

bbp_update_reply_revision_log()

Update the revision log of the reply

Source: bp-forums/replies/functions.php:1205

bbp_update_reply_to()

Update the reply’s meta data with its reply to id

Source: bp-forums/replies/functions.php:1167

bbp_update_reply_topic_id()

Update the reply with its topic id it is in

Source: bp-forums/replies/functions.php:1121

bbp_update_reply_walker()

Walk up the ancestor tree from the current reply, and update all the counts

Source: bp-forums/replies/functions.php:965

bbp_update_topic()

Handle all the extra meta stuff from posting a new topic

Source: bp-forums/topics/functions.php:869

bbp_update_topic_anonymous_reply_count()

Adjust the total anonymous reply count of a topic

Source: bp-forums/topics/functions.php:2759

bbp_update_topic_forum_id()

Update the topic’s forum id

Source: bp-forums/topics/functions.php:2460

bbp_update_topic_id()

Update a posts topic meta ID

Source: bp-forums/core/functions.php:98

bbp_update_topic_last_active_id()

Update the topic with the last active post ID

Source: bp-forums/topics/functions.php:2590

bbp_update_topic_last_active_time()

Update the topics last active date/time (aka freshness)

Source: bp-forums/topics/functions.php:2629

bbp_update_topic_last_reply_id()

Update the topic with the most recent reply ID

Source: bp-forums/topics/functions.php:2669

bbp_update_topic_reply_count()

Adjust the total reply count of a topic

Source: bp-forums/topics/functions.php:2514

bbp_update_topic_reply_count_hidden()

Adjust the total hidden reply count of a topic (hidden includes trashed and spammed replies)

Source: bp-forums/topics/functions.php:2551

bbp_update_topic_revision_log()

Update the revision log of the topic

Source: bp-forums/topics/functions.php:2794

bbp_update_topic_topic_id()

Update the topic’s topic id

Source: bp-forums/topics/functions.php:2489

bbp_update_topic_voice_count()

Adjust the total voice count of a topic

Source: bp-forums/topics/functions.php:2716

bbp_update_topic_walker()

Walks up the post_parent tree from the current topic_id, and updates the counts of forums above it. This calls a few internal functions that all run manual queries against the database to get their results. As such, this function can be costly to run but is necessary to keep everything accurate.

Source: bp-forums/topics/functions.php:980

bbp_update_user_last_posted()

Update a users last posted time, for use with post throttling

Source: bp-forums/users/options.php:259

bbp_use_autoembed()

Use WordPress’s oEmbed API

Source: bp-forums/core/options.php:350

bbp_use_wp_editor()

Use the WordPress editor if available

Source: bp-forums/core/options.php:338

bbp_user_can_view_forum()

Check if the user can access a specific forum

Source: bp-forums/users/template.php:1785

bbp_user_display_role()

Output a user’s main role for display

Source: bp-forums/users/template.php:480

bbp_user_favorites_link()

Output the link to make a topic favorite/remove a topic from favorites

Source: bp-forums/users/template.php:870

bbp_user_has_profile()

Does a user have a profile for the current site

Source: bp-forums/users/capabilities.php:702

bbp_user_id()

Output a validated user id

Source: bp-forums/users/template.php:24

bbp_user_last_posted()

Output the raw value of the last posted time.

Source: bp-forums/users/options.php:282

bbp_user_login_fields()

Output the required hidden fields when logging in

Source: bp-forums/users/template.php:1579

bbp_user_lost_pass_fields()

Output the required hidden fields when user lost password

Source: bp-forums/users/template.php:1636

bbp_user_maybe_convert_pass()

Convert passwords from previous platfrom encryption to WordPress encryption.

Source: bp-forums/users/functions.php:1501

bbp_user_nicename()

Output a users nicename to the screen

Source: bp-forums/users/template.php:256

bbp_user_post_count()

Output a users total post count

Source: bp-forums/users/options.php:218

bbp_user_profile_edit_link()

Output link to the profile edit page of a user

Source: bp-forums/users/template.php:376

bbp_user_profile_edit_url()

Output URL to the profile edit page of a user

Source: bp-forums/users/template.php:414

bbp_user_profile_link()

Output link to the profile page of a user

Source: bp-forums/users/template.php:234

bbp_user_profile_url()

Output URL to the profile page of a user

Source: bp-forums/users/template.php:314

bbp_user_register()

The main action for hooking into a user being registered

Source: bp-forums/core/sub-actions.php:282

bbp_user_register_fields()

Output the required hidden fields when registering

Source: bp-forums/users/template.php:1608

bbp_user_replies_created_url()

Output the link to the user’s replies

Source: bp-forums/users/template.php:1448

bbp_user_reply_count()

Output a users reply count

Source: bp-forums/users/options.php:179

bbp_user_subscribe_link()

Output the link to subscribe/unsubscribe from a topic

Source: bp-forums/users/template.php:1048

bbp_user_topic_count()

Output a users topic count

Source: bp-forums/users/options.php:140

bbp_user_topics_created_url()

Output the link to the user’s topics

Source: bp-forums/users/template.php:1390

bbp_validate_reply_to()

Validate a `reply_to` field for hierarchical replies

Source: bp-forums/replies/functions.php:2384

bbp_verify_nonce_request()

Makes sure the user requested an action from another page on this site.

Source: bp-forums/common/functions.php:1652

bbp_version()

Output the Forums version

Source: bp-forums/core/functions.php:20

bbp_version_bump()

Update the DB to the latest version

Source: bp-forums/core/update.php:150

bbp_version_updater()

Forums’ version updater looks at what the current database version is, and runs whatever other code is needed.

Source: bp-forums/core/update.php:247

bbp_view_id()

Output the view id

Source: bp-forums/common/template.php:2086

bbp_view_query()

Run the view’s query

Source: bp-forums/core/functions.php:221