Hi,
is it possible to create a tooltip over avatar to easysocial profil?
Hope you understand!
is it possible to create a tooltip over avatar to easysocial profil?
Hope you understand!
// LINE 31
<img class="avatar" src="<?php echo $reply->profile->getAvatar(); ?>" <?php echo $useAvatarResize; ?> title="<?php echo JText::sprintf( 'MOD_LATESTREPLIES_REPLIED_BY', $reply->profile->getName() ); ?>" />
// Replace with
<img class="avatar" src="<?php echo $reply->profile->getAvatar(); ?>" <?php echo $useAvatarResize; ?> title="<?php echo JText::sprintf( 'MOD_LATESTREPLIES_REPLIED_BY', $reply->profile->getName() ); ?>" <?php echo DiscussHelper::getHelper( 'EasySocial' )->getPopbox( $reply->profile->id );?> />