Functions |
Description |
---|---|
bbp_forum_topics_reply_enable_tinymce_editor() |
Enables the TinyMce in Forum Topic and reply content. |
bbp_forum_topics_reply_tinymce_settings() |
Enable TinyMce Quicktags in Forum Topic and reply content. |
bbp_forum_type() |
Output the type of the forum |
bbp_forum_update_forum_status_when_group_updates() |
Update Forum status depending on the group status |
bbp_forum_visibility() |
Output the visibility of the forum |
bbp_forums() |
Whether there are more forums available in the loop |
bbp_forums_url() |
Ouput the forum URL |
bbp_generate_rewrite_rules() |
Generate Forums-specific rewrite rules |
bbp_get_admin_link() |
Return the link to the admin section |
bbp_get_ajax_url() |
Return the URL to use for theme-side Forums AJAX requests |
bbp_get_all_child_ids() |
Query the DB and get a the child id’s of all children |
bbp_get_allowed_tags() |
Display all of the allowed tags in HTML format with attributes. |
bbp_get_author_display_name() |
Return the author name of a topic or reply. |
bbp_get_author_email() |
Return the author email of a topic or reply. |
bbp_get_author_ip() |
Return the author IP address of a post |
bbp_get_author_link() |
Return the author link of the post |
bbp_get_author_url() |
Return the author url of a topic or reply. |
bbp_get_blocked_role() |
The blocked role is for registered users that cannot spectate or participate |
bbp_get_blog_roles() |
Get the available roles minus Forums’ dynamic roles |
bbp_get_breadcrumb() |
Return a breadcrumb ( forum -> topic -> reply ) |
bbp_get_cancel_reply_to_link() |
Return the cancellation link for a reply to a reply |
bbp_get_caps_for_role() |
Returns an array of capabilities based on the role that is being requested. |
bbp_get_closed_status_id() |
Return the closed post status ID |
bbp_get_component_name() |
Return Forums’ component name/ID (‘forums’ by default) |
bbp_get_config_location() |
Checks if there is a previous BuddyBoss Forum configuration |
bbp_get_current_anonymous_user_data() |
Get the cookies for current poster (uses WP comment cookies). |
bbp_get_current_user_avatar() |
Return avatar of current user |
bbp_get_current_user_id() |
Return ID of current user |
bbp_get_current_user_name() |
Return name of current user |
bbp_get_db_version() |
Return the Forums database version |
bbp_get_db_version_raw() |
Return the Forums database version directly from the database |
bbp_get_default_options() |
Get the default site options and their values. |
bbp_get_default_role() |
Is this forum available to all users on all sites in this installation? |
bbp_get_default_user_options() |
Get the default user options and their values |
bbp_get_displayed_user_field() |
Return a sanitized user field value |
bbp_get_displayed_user_id() |
Return ID of displayed user |
bbp_get_do_not_reply_address() |
Get the “Do Not Reply” email address to use when sending subscription emails. |
bbp_get_dropdown() |
Output a select box allowing to pick which forum/topic a new topic/reply belongs in. |
bbp_get_dynamic_role_name() |
Gets a translated role name from a role ID |
bbp_get_dynamic_roles() |
Fetch a filtered list of forum roles that the current user is allowed to have. |
bbp_get_edit_rewrite_id() |
Return the unique ID for all edit rewrite rules (forum|topic|reply|tag|user) |
bbp_get_favorites_permalink() |
Return the link to the user’s favorites page (profile page) |
bbp_get_favorites_template() |
Get the user favorites template |
bbp_get_form_forum_content() |
Return the value of forum content field |
bbp_get_form_forum_parent() |
Return value of forum parent |
bbp_get_form_forum_status_dropdown() |
Return the forum status dropdown |
bbp_get_form_forum_subscribed() |
Return checked value of forum subscription |
bbp_get_form_forum_title() |
Return the value of forum title field |
bbp_get_form_forum_type() |
Return value of forum type |
bbp_get_form_forum_type_dropdown() |
Return the forum type dropdown |