Avatars error

Status
Not open for further replies.

Ruzbee

Member
Avatar

Good, I wanted to ask why the corresponding image of the avatar of the followers does not appear:

Screenshot_1asa.webp

add the following in the template of: member_macros:
HTML:
<dl class="pairs pairs--rows pairs--rows--centered fauxBlockLink">
    <dt title="{{ phrase('follower
User')|for_attr }}">{{ phrase('Followers') }}</dt>
    <dd>
      <a href="{{ link('members/followers', $user) }}" data-xf-click="overlay" class="fauxBlockLink-linkRow u-concealed">
        <xf:avatar user="$followerUser" size="xs" img="true" />
      </a>
    </dd>
  </dl>

Screenshot_1121.webp
The purpose is to add the followers and people that the user follows in their profile, as well as count the messages but in this case with followers and followed, with numbers or avatars, anyone would help me, I hope your help,
 

Attachments

  • Screenshot_1121.webp
    Screenshot_1121.webp
    30.5 KB · Views: 4
Status
Not open for further replies.
Top Bottom