PATH:
home
/
letacommog
/
visage-delodie
/
wp-content
/
themes
/
betheme
/
bbpress
<?php /** * User Profile * * @package bbPress * @subpackage Theme */ ?> <?php do_action( 'bbp_template_before_user_profile' ); ?> <div id="bbp-user-profile" class="bbp-user-profile"> <h2 class="entry-title"><?php _e( 'Profile', 'bbpress' ); ?></h2> <div class="bbp-user-section"> <?php if ( bbp_get_displayed_user_field( 'description' ) ) : ?> <p class="bbp-user-description"><?php bbp_displayed_user_field( 'description' ); ?></p> <?php endif; ?> <p class="bbp-user-forum-role"><?php printf( __( 'Forum Role: %s', 'bbpress' ), bbp_get_user_display_role() ); ?></p> <p class="bbp-user-topic-count"><?php printf( __( 'Topics Started: %s', 'bbpress' ), bbp_get_user_topic_count_raw() ); ?></p> <p class="bbp-user-reply-count"><?php printf( __( 'Replies Created: %s', 'bbpress' ), bbp_get_user_reply_count_raw() ); ?></p> </div> </div><!-- #bbp-author-topics-started --> <?php do_action( 'bbp_template_after_user_profile' ); ?>
[+]
..
[-] loop-single-topic.php
[edit]
[-] content-archive-forum.php
[edit]
[-] form-topic-merge.php
[edit]
[-] loop-search-reply.php
[edit]
[-] pagination-search.php
[edit]
[-] loop-replies.php
[edit]
[-] content-single-forum.php
[edit]
[-] form-topic-split.php
[edit]
[-] form-search.php
[edit]
[-] loop-topics.php
[edit]
[-] loop-single-reply.php
[edit]
[-] content-search.php
[edit]
[-] form-reply-move.php
[edit]
[-] loop-search-topic.php
[edit]
[-] form-topic-tag.php
[edit]
[-] desktop.ini
[edit]
[-] loop-forums.php
[edit]
[-] user-profile.php
[edit]
[-] content-single-topic-lead.php
[edit]
[-] loop-search-forum.php
[edit]
[-] form-reply.php
[edit]
[-] user-details.php
[edit]
[-] pagination-replies.php
[edit]
[-] content-single-topic.php
[edit]
[-] loop-search.php
[edit]
[-] loop-single-forum.php
[edit]
[-] pagination-topics.php
[edit]
[-] form-topic.php
[edit]