Пример #1
0
        bp_message_thread_id();
        ?>
" class="<?php 
        bp_message_css_class();
        if (bp_message_thread_has_unread()) {
            ?>
 unread"<?php 
        } else {
            ?>
 read"<?php 
        }
        ?>
>
				<td width="1%" class="thread-count">
					<span class="unread-count"><?php 
        bp_message_thread_unread_count();
        ?>
</span>
				</td>
				<td width="1%" class="thread-avatar"><?php 
        bp_message_thread_avatar();
        ?>
</td>
				<td width="30%" class="thread-from">
					<?php 
        if ('sentbox' != bp_current_action()) {
            ?>
						<?php 
            _e('From:', 'buddypress');
            ?>
 <?php 
Пример #2
0
		<div class="pagination-links" id="messages-dir-pag">
			<?php bp_messages_pagination() ?>
		</div>

	</div><!-- .pagination -->

	<?php do_action( 'bp_after_member_messages_pagination' ) ?>
	<?php do_action( 'bp_before_member_messages_threads' ) ?>

	<table id="message-threads" class="zebra">
		<?php while ( bp_message_threads() ) : bp_message_thread(); ?>

			<tr id="m-<?php bp_message_thread_id() ?>"<?php if ( bp_message_thread_has_unread() ) : ?> class="unread"<?php else: ?> class="read"<?php endif; ?>>
				<td width="1%" class="thread-count">
					<span class="unread-count"><?php bp_message_thread_unread_count() ?></span>
				</td>
				<td width="1%" class="thread-avatar"><?php bp_message_thread_avatar() ?></td>

				<?php if ( 'sentbox' != bp_current_action() ) : ?>
					<td width="30%" class="thread-from">
						<?php _e( 'From:', 'buddypress' ); ?> <?php bp_message_thread_from() ?><br />
						<span class="activity"><?php bp_message_thread_last_post_date() ?></span>
					</td>
				<?php else: ?>
					<td width="30%" class="thread-from">
						<?php _e( 'To:', 'buddypress' ); ?> <?php bp_message_thread_to() ?><br />
						<span class="activity"><?php bp_message_thread_last_post_date() ?></span>
					</td>
				<?php endif; ?>