PATH:
home
/
letacommog
/
aperobusiness
/
wp-content
/
themes
/
deep
/
buddypress
/
bbpress
<?php /** * Statistics Content Part * * @package bbPress * @subpackage Theme */ // Get the statistics $stats = bbp_get_statistics(); ?> <dl role="main"> <?php do_action( 'bbp_before_statistics' ); ?> <dt><?php _e( 'Registered Users', 'bbpress' ); ?></dt> <dd> <strong><?php echo esc_html( $stats['user_count'] ); ?></strong> </dd> <dt><?php _e( 'Forums', 'bbpress' ); ?></dt> <dd> <strong><?php echo esc_html( $stats['forum_count'] ); ?></strong> </dd> <dt><?php _e( 'Topics', 'bbpress' ); ?></dt> <dd> <strong><?php echo esc_html( $stats['topic_count'] ); ?></strong> </dd> <dt><?php _e( 'Replies', 'bbpress' ); ?></dt> <dd> <strong><?php echo esc_html( $stats['reply_count'] ); ?></strong> </dd> <dt><?php _e( 'Topic Tags', 'bbpress' ); ?></dt> <dd> <strong><?php echo esc_html( $stats['topic_tag_count'] ); ?></strong> </dd> <?php if ( !empty( $stats['empty_topic_tag_count'] ) ) : ?> <dt><?php _e( 'Empty Topic Tags', 'bbpress' ); ?></dt> <dd> <strong><?php echo esc_html( $stats['empty_topic_tag_count'] ); ?></strong> </dd> <?php endif; ?> <?php if ( !empty( $stats['topic_count_hidden'] ) ) : ?> <dt><?php _e( 'Hidden Topics', 'bbpress' ); ?></dt> <dd> <strong> <abbr title="<?php echo esc_attr( $stats['hidden_topic_title'] ); ?>"><?php echo esc_html( $stats['topic_count_hidden'] ); ?></abbr> </strong> </dd> <?php endif; ?> <?php if ( !empty( $stats['reply_count_hidden'] ) ) : ?> <dt><?php _e( 'Hidden Replies', 'bbpress' ); ?></dt> <dd> <strong> <abbr title="<?php echo esc_attr( $stats['hidden_reply_title'] ); ?>"><?php echo esc_html( $stats['reply_count_hidden'] ); ?></abbr> </strong> </dd> <?php endif; ?> <?php do_action( 'bbp_after_statistics' ); ?> </dl> <?php unset( $stats );
[+]
..
[-] form-topic.php
[edit]
[-] user-subscriptions.php
[edit]
[-] form-topic-tag.php
[edit]
[-] form-topic-merge.php
[edit]
[-] loop-search-forum.php
[edit]
[-] content-search.php
[edit]
[-] pagination-replies.php
[edit]
[-] form-topic-split.php
[edit]
[-] content-single-reply.php
[edit]
[-] content-single-topic-lead.php
[edit]
[-] content-archive-topic.php
[edit]
[-] loop-search.php
[edit]
[-] form-user-lost-pass.php
[edit]
[-] feedback-no-topics.php
[edit]
[-] form-reply.php
[edit]
[-] loop-replies.php
[edit]
[-] content-statistics.php
[edit]
[-] loop-single-forum.php
[edit]
[-] pagination-topics.php
[edit]
[-] user-topics-created.php
[edit]
[-] content-single-topic.php
[edit]
[-] loop-forums.php
[edit]
[-] content-topic-tag-edit.php
[edit]
[-] feedback-no-forums.php
[edit]
[-] content-single-forum.php
[edit]
[-] feedback-no-replies.php
[edit]
[-] user-replies-created.php
[edit]
[-] form-user-login.php
[edit]
[-] form-protected.php
[edit]
[-] pagination-search.php
[edit]
[-] form-user-edit.php
[edit]
[-] loop-search-reply.php
[edit]
[-] form-reply-move.php
[edit]
[-] loop-single-topic.php
[edit]
[-] loop-topics.php
[edit]
[-] content-single-view.php
[edit]
[-] form-search.php
[edit]
[-] feedback-no-search.php
[edit]
[-] form-user-roles.php
[edit]
[-] form-anonymous.php
[edit]
[-] user-profile.php
[edit]
[-] user-favorites.php
[edit]
[-] bbpress-functions.php
[edit]
[-] content-single-user.php
[edit]
[-] content-archive-forum.php
[edit]
[-] form-user-register.php
[edit]
[-] form-forum.php
[edit]
[-] feedback-no-access.php
[edit]
[-] feedback-logged-in.php
[edit]
[-] user-details.php
[edit]
[-] loop-search-topic.php
[edit]
[-] loop-single-reply.php
[edit]