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:: File: bp-forumsbp-forums-template-php (68)

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_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_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 

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 

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 
Proudly powered by WordPress