PATH:
home
/
letacommog
/
lavenue
/
wp-content
/
themes
/
deep
/
buddypress
/
bbpress
<?php /** * User Subscriptions * * @package bbPress * @subpackage Theme */ ?> <?php do_action( 'bbp_template_before_user_subscriptions' ); ?> <?php if ( bbp_is_subscriptions_active() ) : ?> <?php if ( bbp_is_user_home() || current_user_can( 'edit_users' ) ) : ?> <div id="bbp-user-subscriptions" class="bbp-user-subscriptions"> <h2 class="entry-title"><?php _e( 'Subscribed Forums', 'bbpress' ); ?></h2> <div class="bbp-user-section"> <?php if ( bbp_get_user_forum_subscriptions() ) : ?> <?php bbp_get_template_part( 'loop', 'forums' ); ?> <?php else : ?> <p><?php bbp_is_user_home() ? _e( 'You are not currently subscribed to any forums.', 'bbpress' ) : _e( 'This user is not currently subscribed to any forums.', 'bbpress' ); ?></p> <?php endif; ?> </div> <h2 class="entry-title"><?php _e( 'Subscribed Topics', 'bbpress' ); ?></h2> <div class="bbp-user-section"> <?php if ( bbp_get_user_topic_subscriptions() ) : ?> <?php bbp_get_template_part( 'pagination', 'topics' ); ?> <?php bbp_get_template_part( 'loop', 'topics' ); ?> <?php bbp_get_template_part( 'pagination', 'topics' ); ?> <?php else : ?> <p><?php bbp_is_user_home() ? _e( 'You are not currently subscribed to any topics.', 'bbpress' ) : _e( 'This user is not currently subscribed to any topics.', 'bbpress' ); ?></p> <?php endif; ?> </div> </div><!-- #bbp-user-subscriptions --> <?php endif; ?> <?php endif; ?> <?php do_action( 'bbp_template_after_user_subscriptions' ); ?>
[+]
..
[-] feedback-no-replies.php
[edit]
[-] form-user-edit.php
[edit]
[-] loop-search.php
[edit]
[-] form-protected.php
[edit]
[-] feedback-no-search.php
[edit]
[-] loop-search-reply.php
[edit]
[-] loop-single-topic.php
[edit]
[-] form-user-register.php
[edit]
[-] form-forum.php
[edit]
[-] pagination-search.php
[edit]
[-] content-single-reply.php
[edit]
[-] feedback-no-access.php
[edit]
[-] feedback-logged-in.php
[edit]
[-] loop-forums.php
[edit]
[-] content-single-user.php
[edit]
[-] loop-replies.php
[edit]
[-] bbpress-functions.php
[edit]
[-] feedback-no-forums.php
[edit]
[-] content-single-view.php
[edit]
[-] content-archive-topic.php
[edit]
[-] loop-search-topic.php
[edit]
[-] loop-single-reply.php
[edit]
[-] content-single-topic.php
[edit]
[-] form-anonymous.php
[edit]
[-] user-favorites.php
[edit]
[-] loop-search-forum.php
[edit]
[-] content-archive-forum.php
[edit]
[-] user-replies-created.php
[edit]
[-] content-statistics.php
[edit]
[-] content-search.php
[edit]
[-] content-single-forum.php
[edit]
[-] form-reply.php
[edit]
[-] form-user-roles.php
[edit]
[-] form-user-lost-pass.php
[edit]
[-] form-topic-tag.php
[edit]
[-] user-profile.php
[edit]
[-] form-user-login.php
[edit]
[-] pagination-topics.php
[edit]
[-] loop-single-forum.php
[edit]
[-] form-topic-merge.php
[edit]
[-] content-topic-tag-edit.php
[edit]
[-] content-single-topic-lead.php
[edit]
[-] form-topic.php
[edit]
[-] user-subscriptions.php
[edit]
[-] user-details.php
[edit]
[-] form-reply-move.php
[edit]
[-] feedback-no-topics.php
[edit]
[-] form-search.php
[edit]
[-] user-topics-created.php
[edit]
[-] loop-topics.php
[edit]
[-] pagination-replies.php
[edit]
[-] form-topic-split.php
[edit]