Hi everyone. I would like to use ninjaboard avatars in other module.
for example if i have got some php files with some code
at first i get user id
$user =& JFactory::getUser();
$id= $user->get('id');
then, how correctly receive such code
<a class="avatar" href="##" style="background-image: url(###); height: 100px; width: 100px;"/>
which is rendered by such function ?
<?= @helper('com://site/ninjaboard.template.helper.avatar.image', array()) ?>
I do not know what values i must put into array to get user avatar
Joomla Extension Support