Re: How the Online block can appear as a a grid
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">
</div></td>
<?php endforeach; ?></tr></table>