Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How the Online block can appear as a a grid


ronia
Participant

@ronia

I tried with the following.

This gives a row but not grid.

<div class="avatar-block"><table><tr>

<?php foreach ( (array) $users['users'] as $user ) : ?>

<td><div class="item-avatar">

user_id) ?>" title="<?php bp_fetch_user_fullname( $user->user_id, true ) ?>"><?php echo bp_core_get_avatar( $user->user_id, 1 ) ?>

</div></td>

<?php endforeach; ?></tr></table>

Skip to toolbar