we need a module that shows the profile images and names in random order.
is that possible?
<div class="span<?php echo $span ?> col-lg-<?php echo $span ?> jsn_listprofile">
<?php if($jsnConfig->get('avatar',1)) : ?>
<a href="/<?php echo JRoute::_('index.php?option=com_jsn&view=profile&id='.$user->id); ?>">
<?php echo $user->getField('avatar_mini'); ?>
</a>
<?php endif; ?>
$user->getField('avatar_mini');
$user->getField('avatar');