etivite

WordPress, BuddyPress, bbPress, JSF, CMS :: e for everything web development and consulting

Main menu

Skip to primary content
Skip to secondary content
  • Home
  • Action and Filter API Hooks
  • WordPress Plugins
  • Code and Projects
  • Blog

API Hooks: BuddyPress:: Component: bp-forums (95)

bp_the_topic_post_poster_link

apply_filters( 'bp_the_topic_post_poster_link', bp_core_get_user_domain( $topic_template->post->poster_id, $topic_template->post->poster_nicename, $topic_template->post->poster_login ) )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_the_topic_pagination_count

apply_filters( 'bp_the_topic_pagination_count', sprintf( __( 'Viewing post %1$s to %2$s (%3$s total posts)', 'buddypress' ), $from_num, $to_num, $total ) )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_member_forums_screen_topics

apply_filters( 'bp_member_forums_screen_topics', 'members/single/home' ) )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-screens.php 

bp_member_forums_screen_replies

apply_filters( 'bp_member_forums_screen_replies', 'members/single/home' ) )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-screens.php 

bp_member_forums_screen_favorites

apply_filters( 'bp_member_forums_screen_favorites', 'members/single/home' ) )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-screens.php 

bp_has_topic_posts

apply_filters( 'bp_has_topic_posts', $topic_template->has_posts(), $topic_template )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_has_topics

apply_filters( 'bp_has_topics', $forum_template->has_topics(), $forum_template )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_unreplied_forum_topics_link

apply_filters( 'bp_get_unreplied_forum_topics_link', bp_get_root_domain() . '/' . bp_get_forums_root_slug() . '/unreplied/' )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_the_topic_total_post_count

apply_filters( 'bp_get_the_topic_total_post_count', sprintf( __( '%d post', 'buddypress' ), $forum_template->topic->topic_posts ) )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_the_topic_total_posts

apply_filters( 'bp_get_the_topic_total_posts', $forum_template->topic->topic_posts )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_the_topic_title

apply_filters( 'bp_get_the_topic_title', stripslashes( $forum_template->topic->topic_title ) )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_the_topic_time_since_last_post

apply_filters( 'bp_get_the_topic_time_since_last_post', bp_core_time_since( strtotime( $forum_template->topic->topic_time ) ) )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_the_topic_time_since_created

apply_filters( 'bp_get_the_topic_time_since_created', bp_core_time_since( strtotime( $forum_template->topic->topic_start_time ) ) )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_the_topic_time

apply_filters( 'bp_get_the_topic_time', $forum_template->topic->topic_time )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_the_topic_text

apply_filters( 'bp_get_the_topic_text', esc_attr( $post->post_text ) )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_the_topic_tag_count

apply_filters( 'bp_get_the_topic_tag_count', $forum_template->topic->tag_count )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_the_topic_status

apply_filters( 'bp_get_the_topic_status', $forum_template->topic->topic_status )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_the_topic_start_time

apply_filters( 'bp_get_the_topic_start_time', $forum_template->topic->topic_start_time )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_the_topic_post_time_since

apply_filters( 'bp_get_the_topic_post_time_since', bp_core_time_since( strtotime( $topic_template->post->post_time ) ) )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_the_topic_slug

apply_filters( 'bp_get_the_topic_slug', $forum_template->topic->topic_slug )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_the_topic_post_poster_name

apply_filters( 'bp_get_the_topic_post_poster_name', '<a href="' . $link . '" title="' . $topic_template->post->poster_name . '">' . $topic_template->post->poster_name . '</a>' )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_the_topic_post_poster_avatar

apply_filters( 'bp_get_the_topic_post_poster_avatar', bp_core_fetch_avatar( array( 'item_id' => $topic_template->post->poster_id, 'type' => $type, 'width' => $width, 'height' => $height, 'alt' => $alt ) ) )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_the_topic_post_id

apply_filters( 'bp_get_the_topic_post_id', $topic_template->post->post_id )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_the_topic_post_edit_text

apply_filters( 'bp_get_the_topic_post_edit_text', esc_attr( $post->post_text ) )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_the_topic_post_css_class

apply_filters( 'bp_get_the_topic_post_css_class', trim( $class ) )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_the_topic_post_content

apply_filters( 'bp_get_the_topic_post_content', stripslashes( $topic_template->post->post_text ) )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_the_topic_post_admin_links

apply_filters( 'bp_get_the_topic_post_admin_links', implode( $separator, $links ), $links, $r )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_the_topic_poster_name

apply_filters( 'bp_get_the_topic_poster_name', $name )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_the_topic_poster_id

apply_filters( 'bp_get_the_topic_poster_id', $forum_template->topic->topic_poster )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_the_topic_poster_avatar

apply_filters( 'bp_get_the_topic_poster_avatar', bp_core_fetch_avatar( array( 'item_id' => $forum_template->topic->topic_poster, 'type' => $type, 'width' => $width, 'height' => $height, 'alt' => $alt ) ) )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_the_topic_pagination

apply_filters( 'bp_get_the_topic_pagination', $topic_template->pag_links )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_the_topic_permalink

apply_filters( 'bp_get_the_topic_permalink', trailingslashit( $permalink . 'topic/' . $forum_template->topic->topic_slug ) )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_the_topic_object_slug

apply_filters( 'bp_get_the_topic_object_slug', $forum_template->topic->object_slug )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_the_topic_object_permalink

apply_filters( 'bp_get_the_topic_object_permalink', $permalink )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_the_topic_object_name

apply_filters( 'bp_get_the_topic_object_name', $retval )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_the_topic_object_id

apply_filters( 'bp_get_the_topic_object_id', $forum_template->topic->object_id )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_the_topic_object_avatar

apply_filters( 'bp_get_the_topic_object_avatar', bp_core_fetch_avatar( array( 'item_id' => $forum_template->topic->object_id, 'type' => $type, 'object' => 'group', 'width' => $width, 'height' => $height, 'alt' => $alt ) ) )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_the_topic_latest_post_excerpt

apply_filters( 'bp_get_the_topic_latest_post_excerpt', $post, $length )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_the_topic_last_post_id

apply_filters( 'bp_get_the_topic_last_post_id', $forum_template->topic->topic_last_post_id )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_the_topic_last_poster_name

apply_filters( 'bp_get_the_topic_last_poster_name', '<a href="' . $domain . '">' . $forum_template->topic->topic_last_poster_displayname . '</a>' )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_the_topic_last_poster_avatar

apply_filters( 'bp_get_the_topic_last_poster_avatar', bp_core_fetch_avatar( array( 'email' => $forum_template->topic->topic_last_poster_email, 'item_id' => $forum_template->topic->topic_last_poster, 'type' => $type, 'width' => $wid

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_the_topic_is_topic_open

apply_filters( 'bp_get_the_topic_is_topic_open', $forum_template->topic->topic_open )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_the_topic_is_last_page

apply_filters( 'bp_get_the_topic_is_last_page', $topic_template->pag_page == $topic_template->pag->total_pages )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_the_topic_is_sticky

apply_filters( 'bp_get_the_topic_is_sticky', $forum_template->topic->topic_sticky )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_the_topic_id

apply_filters( 'bp_get_the_topic_id', $forum_template->topic->topic_id )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_the_topic_forum_id

apply_filters( 'bp_get_the_topic_forum_id', $forum_template->topic->topic_forum_id )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_the_topic_css_class

apply_filters( 'bp_get_the_topic_css_class', trim( $class ) )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_popular_forum_topics_link

apply_filters( 'bp_get_popular_forum_topics_link', bp_get_root_domain() . '/' . bp_get_forums_root_slug() . '/popular/' )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_newest_forum_topics_link

apply_filters( 'bp_get_newest_forum_topics_link', bp_get_root_domain() . '/' . bp_get_forums_root_slug() . '/' )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_my_forum_topics_link

apply_filters( 'bp_get_my_forum_topics_link', bp_get_root_domain() . '/' . bp_get_forums_root_slug() . '/personal/' )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_forum_topic_type

apply_filters( 'bp_get_forum_topic_type', bp_current_action() )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_forum_topic_new_reply_link

apply_filters( 'bp_get_forum_topic_new_reply_link', $link . '#post-topic-reply', $link )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_forum_topic_count_for_user

apply_filters( 'bp_get_forum_topic_count_for_user', bp_forums_total_topic_count_for_user( $user_id ) )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_forum_topic_count

apply_filters( 'bp_get_forum_topic_count', bp_forums_total_topic_count( $user_id ) )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_forum_permalink

apply_filters( 'bp_get_forum_permalink', trailingslashit( $permalink ) )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_forum_topic_action

apply_filters( 'bp_get_forum_topic_action', $_SERVER['REQUEST_URI'] )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_forum_pagination_count

apply_filters( 'bp_get_forum_pagination_count', sprintf( __( 'Viewing topic %s to %s (of %s total topics%s)', 'buddypress' ), $from_num, $to_num, $total, $pag_filter ) )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_forum_pagination

apply_filters( 'bp_get_forum_pagination', $forum_template->pag_links )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_forum_name

apply_filters( 'bp_get_forum_name', $forum->forum_name, $forum->forum_id )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_forum_action

apply_filters( 'bp_get_forum_action', bp_get_root_domain() . esc_attr( $_SERVER['REQUEST_URI'] ) )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_forums_tag_name

apply_filters( 'bp_get_forums_tag_name', $tag_name )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_forums_slug

apply_filters( 'bp_get_forums_slug', $bp->forums->slug )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_forums_root_slug

apply_filters( 'bp_get_forums_root_slug', $bp->forums->root_slug )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_get_forums_directory_permalink

apply_filters( 'bp_get_forums_directory_permalink', trailingslashit( bp_get_root_domain() . '/' . bp_get_forums_root_slug() ) )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_forum_topic_tag_list

apply_filters( 'bp_forum_topic_tag_list', $tags, $format )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_forum_topic_has_tags

apply_filters( 'bp_forum_topic_has_tags', $has_tags )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_forums_total_replied_count_for_user

apply_filters( 'bp_forums_total_replied_count_for_user', $count, $user_id )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-functions.php 

bp_forums_total_topic_count

apply_filters( 'bp_forums_total_topic_count', $count )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-functions.php 

bp_forums_template_topics

apply_filters( 'bp_forums_template_topics', $this->topics, $type, $forum_id, $per_page, $max, $no_stickies )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_forums_template_directory_forums_setup

apply_filters( 'bp_forums_template_directory_forums_setup', 'forums/index' ) )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-screens.php 

bp_forums_screen_single_topic

apply_filters( 'bp_forums_screen_single_topic', 'forums/single/topic' ) )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-screens.php 

bp_forums_screen_single_forum

apply_filters( 'bp_forums_screen_single_forum', 'forums/single/forum' ) )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-screens.php 

bp_forums_get_post_extras

apply_filters( 'bp_forums_get_post_extras', $posts )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-functions.php 

bp_forums_parent_forum_id

apply_filters( 'bp_forums_parent_forum_id', BP_FORUMS_PARENT_FORUM_ID )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-functions.php 

bp_forums_filter_tag_link

apply_filters( 'bp_forums_filter_tag_link', bp_get_root_domain() . '/' . bp_get_forums_root_slug() . '/tag/' . $tag . '/' )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-filters.php 

bp_forums_enable_global_directory_stickies

apply_filters( 'bp_forums_enable_global_directory_stickies', defined( 'BP_FORUMS_ENABLE_GLOBAL_DIRECTORY_STICKIES' ) && BP_FORUMS_ENABLE_GLOBAL_DIRECTORY_STICKIES )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-functions.php 

bp_forums_bbconfig_location

apply_filters( 'bp_forums_bbconfig_location', $_REQUEST['bbconfigloc'] )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-admin.php 

bp_forums_allowed_tags

apply_filters( 'bp_forums_allowed_tags', $forums_allowedtags )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-filters.php 

topic_loop_start

do_action('topic_loop_start')

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

topic_loop_end

do_action('topic_loop_end')

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

init_roles

do_action( 'init_roles'   )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-bbpress-sa.php 

forum_loop_start

do_action('forum_loop_start')

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

forum_loop_end

do_action('forum_loop_end')

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.php 

bp_member_forums_screen_replies

do_action( 'bp_member_forums_screen_replies' )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-screens.php 

bp_member_forums_screen_topics

do_action( 'bp_member_forums_screen_topics' )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-screens.php 

bp_member_forums_screen_favorites

do_action( 'bp_member_forums_screen_favorites' )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-screens.php 

bp_forums_screen_single_topic

do_action( 'bp_forums_screen_single_topic' )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-screens.php 

bp_forums_screen_single_forum

do_action( 'bp_forums_screen_single_forum' )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-screens.php 

bp_forums_new_topic

do_action( 'bp_forums_new_topic', $topic_id )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-functions.php 

bp_forums_new_post

do_action( 'bp_forums_new_post', $post_id )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-functions.php 

bp_forums_directory_forums_setup

do_action( 'bp_forums_directory_forums_setup' )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-screens.php 

bb_init

do_action( 'bb_init'      )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-bbpress-sa.php 

bb_got_roles

do_action( 'bb_got_roles' )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-bbpress-sa.php 

bbpress_init

do_action( 'bbpress_init' )

Continue reading →

Component: bp-forums, bp-groups  | File: /bp-forums/bp-forums-functions.php, /bp-forums/bp-forums-screens.php, /bp-groups/bp-groups-classes.php, /bp-groups/bp-groups-functions.php 

“bb_shutdown”); )

do_action("bb_shutdown");' ) )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-bbpress-sa.php 
Proudly powered by WordPress