Is it possible to add this Seyret code AUP Avatar and links to user AUP Profile?
(file is seyret templates, default_user_uservideoslist.php)
This is original seyret code... This code is intended to Community builder or Jomsocial.
Profile links work fine if i put the seyret settings "Profile Link: Community builder or Jomsocial" (configuration is not AUP profile).
Is it possible to add directly to this code AUP profile?
<div class="uservideolistuserprofile">
<div class="uservideolistsectitle" style="float:none;"><?php echo $this->username;?></div>
<div><?php echo $this->useravatar;?></div>
<div><?php echo JText::_('Videos').": ".$this->ownervideocount;?></div>
<div> <?php
if ($this->registry->getValue('seyret.user.profilelink')!="none") {
?><a href="<?php echo $this->profilelink;?>"><?php echo JText::_('View users profile'); ?></a><?php
}
?></div>
</div>