<?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 esc_html_e( 'Registered Users', 'eduma' ); ?></dt> <dd> <strong><?php echo esc_html( $stats['user_count'] ); ?></strong> </dd> <dt><?php esc_html_e( 'Forums', 'eduma' ); ?></dt> <dd> <strong><?php echo esc_html( $stats['forum_count'] ); ?></strong> </dd> <dt><?php esc_html_e( 'Topics', 'eduma' ); ?></dt> <dd> <strong><?php echo esc_html( $stats['topic_count'] ); ?></strong> </dd> <dt><?php esc_html_e( 'Replies', 'eduma' ); ?></dt> <dd> <strong><?php echo esc_html( $stats['reply_count'] ); ?></strong> </dd> <dt><?php esc_html_e( 'Topic Tags', 'eduma' ); ?></dt> <dd> <strong><?php echo esc_html( $stats['topic_tag_count'] ); ?></strong> </dd> <?php if ( !empty( $stats['empty_topic_tag_count'] ) ) : ?> <dt><?php esc_html_e( 'Empty Topic Tags', 'eduma' ); ?></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 esc_html_e( 'Hidden Topics', 'eduma' ); ?></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 esc_html_e( 'Hidden Replies', 'eduma' ); ?></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 );
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
content-archive-forum.php | File | 642 B | 0644 |
|
content-archive-topic.php | File | 798 B | 0644 |
|
content-search.php | File | 733 B | 0644 |
|
content-single-forum.php | File | 1.08 KB | 0644 |
|
content-single-reply.php | File | 446 B | 0644 |
|
content-single-topic-lead.php | File | 2.36 KB | 0644 |
|
content-single-topic.php | File | 979 B | 0644 |
|
content-single-user.php | File | 939 B | 0644 |
|
content-single-view.php | File | 550 B | 0644 |
|
content-statistics.php | File | 1.8 KB | 0644 |
|
content-topic-tag-edit.php | File | 349 B | 0644 |
|
form-reply.php | File | 6.2 KB | 0644 |
|
form-search.php | File | 721 B | 0644 |
|
form-topic.php | File | 7.76 KB | 0644 |
|