Support

  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.

Request Support

Support is currently Online

Support Availability

Working days: Monday to Friday. The support staff is not available on weekends; in the most of cases tickets will not be answered during that time.

Reply time: Depending on the complexity of your support issue it's usually between a few minutes and 24 hours for paid members and about one week for free members. When we expect longer delays we will notify you.

Guidelines

Before you post: read the documentation and search the forums for an answer to your question.

When you post: include Site Details if you request a support (you can use the form below the reply in Site Details tab).

Auto Solved Question: If after a week the author of the post does not reply to a request by moderator, the question will be marked as resolved.

Language: only English

Search Users

Easy Profile® is not affiliated with or endorsed by Open Source Matters or the Joomla Project. Joomla is Free Software released under the GNU/GPL License.