Advertisement
Guest User

Untitled

a guest
Jul 19th, 2013
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. <?php if ( bp_group_is_visible() ) { ?>
  2. <li class="forum-lastposts">
  3. <div class="forum-lastposts-avatar"><?php bbp_author_link( array( 'post_id' => bbp_get_topic_last_active_id(), 'size' => 50, 'type' => 'avatar' ) ); ?></div>
  4.  
  5. <div class="activity-content">
  6. <a href="<?php bbp_topic_permalink(); ?>" class="activity-content-title" title="<?php bbp_topic_title(); ?>"><?php bbp_topic_title(); ?></a><br />
  7.  
  8. <div class="activity-content-details">
  9. <?php bbp_author_link( array( 'post_id' => bbp_get_topic_last_active_id(), 'type' => 'name' ) ); ?>
  10. <?php bbp_topic_freshness_link(); ?>
  11. <?php printf( __( 'in <a href="%1$s">%2$s</a>', 'bbpress' ), bbp_get_forum_permalink( bbp_get_topic_forum_id() ), bbp_get_forum_title( bbp_get_topic_forum_id() ) ); ?>
  12. </div>
  13. </div>
  14. </li>
  15. <?php } ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement