Ejemplo n.º 1
0
)</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 
Ejemplo n.º 2
0
</a>

					<div class="poster-meta">
						<a class="fr post-link" href="#post-<?php 
        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()) {