예제 #1
0
파일: topic.php 프로젝트: n-sane/zaroka
		<div class="pagination no-ajax">

			<div id="post-count" class="pag-count">
				<?php bp_the_topic_pagination_count() ?>
			</div>

			<div class="pagination-links" id="topic-pag">
				<?php bp_the_topic_pagination() ?>
			</div>

		</div>

		<div id="topic-meta">
			<h3><?php bp_the_topic_title() ?> (<?php bp_the_topic_total_post_count() ?>)</h3>
			<a class="button" href="<?php bp_forum_permalink() ?>/">&larr; <?php _e( 'Group Forum', 'buddypress' ) ?></a> &nbsp; <a class="button" href="<?php bp_forum_directory_permalink() ?>/"><?php _e( 'Group Forum Directory', 'buddypress') ?></a>

			<div class="admin-links">
				<?php if ( bp_group_is_admin() || bp_group_is_mod() || bp_get_the_topic_is_mine() ) : ?>
					<?php bp_the_topic_admin_links() ?>
				<?php endif; ?>

				<?php do_action( 'bp_group_forum_topic_meta' ); ?>
			</div>
		</div>

		<?php do_action( 'bp_before_group_forum_topic_posts' ) ?>

		<ul id="topic-post-list" class="item-list">
			<?php while ( bp_forum_topic_posts() ) : bp_the_forum_topic_post(); ?>
예제 #2
0
		<div id="topic-meta">
			<h3><?php 
    bp_the_topic_title();
    ?>
 (<?php 
    bp_the_topic_total_post_count();
    ?>
)</h3>
			<a class="button" href="<?php 
    bp_forum_permalink();
    ?>
/">&larr; <?php 
    _e('Group Forum', 'buddypress');
    ?>
</a> &nbsp; <a class="button" href="<?php 
    bp_forum_directory_permalink();
    ?>
/"><?php 
    _e('Group Forum Directory', 'buddypress');
    ?>
</a></span>

			<?php 
    if (bp_group_is_admin() || bp_group_is_mod() || bp_get_the_topic_is_mine()) {
        ?>
				<div class="admin-links"><?php 
        bp_the_topic_admin_links();
        ?>
</div>
			<?php 
    }