1. hooman52
  2. Support
  3. Monday, August 22 2016, 01:28 PM
Hi.
Please look at this link:
http://medarena.tk/hekim-meslehetleri.html
as you can see it is a 3 column category blog and I put author in below text. there is a user icon at left of author name and avatar at right.
I need to delete icon and add avatar to the left. I tried to edit info block layout with template override, so I can delete user icon but I cannot find out where Avatar generated and how to put it to the left of user name.
let me ask you help to fix this issue.
thanks
Accepted Answer
admin Accepted Answer
Admin
Hi,
id of user is stored in $displayData['item']->created_by, so you need to use something like this:

require_once( JPATH_SITE . '/components/com_jsn/helpers/helper.php' );
$user=JsnHelper::getUser( $displayData['item']->created_by );
echo $user->getField( 'avatar_mini' ); // this show avatar thumb
  1. more than a month ago
  2. Support
  3. # Permalink
admin Accepted Answer
Admin
Hi,
now seems ok :D
  1. more than a month ago
  2. Support
  3. # 1
hooman52 Accepted Answer
Pro
Content Protected
  1. more than a month ago
  2. Support
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.