コード例 #1
0
ファイル: topic.php プロジェクト: alvaropereyra/shrekcms
)</strong>
						</li>
					<?php 
            while (bp_topic_posts()) {
                bp_the_topic_post();
                ?>
						<li id="post-<?php 
                bp_the_topic_post_id();
                ?>
">
							<div class="poster-meta">
								<?php 
                bp_the_topic_post_poster_avatar();
                ?>
								<?php 
                echo sprintf(__('%s said %s ago:', 'buddypress'), bp_the_topic_post_poster_name(false), bp_the_topic_post_time_since(false));
                ?>
							</div>
					
							<div class="post-content">
								<?php 
                bp_the_topic_post_content();
                ?>
							</div>
						</li>
					<?php 
            }
            ?>
					</ul>
					
					<?php 
コード例 #2
0
ファイル: topic.php プロジェクト: nxtclass/NXTClass-themes
        bp_the_topic_post_id();
        ?>
" title="<?php 
        _e('Permanent link to this post', 'huddle');
        ?>
"><?php 
        echo $i++;
        ?>
</a>

						<p class="poster-name"><?php 
        bp_the_topic_post_poster_name();
        ?>
</p>
						<p class="post-time"><?php 
        bp_the_topic_post_time_since();
        ?>
</p>
					</div>

					<div class="post-content">
						<?php 
        bp_the_topic_post_content();
        ?>

						<?php 
        if (bp_group_is_admin() || bp_group_is_mod() || bp_get_the_topic_post_is_mine()) {
            ?>
							<p class="admin-links"><?php 
            bp_the_topic_post_admin_links();
            ?>