Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-7428

[Advice] Add avatar data in the memberlist profile

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • 3.0.2
    • 3.0.1
    • None
    • PHP Environment:
      Database:

      Currently it is impossible to show the avatar in the memberlist by using the

      {AVATAR_IMG}

      in the template.

      Almoust all the data is presented in memberrow - but not avatar, I think it is essential data.

      Please add avatar img data for using in 'memberlist_body' template:

      File memberlist.php, function show_profile($data):

      just add :
      'AVATAR_IMG' => get_user_avatar($data['user_avatar'], $data['user_avatar_type'], $data['user_avatar_width'], $data['user_avatar_height']),

      in the return array.

            Acyd Burn Meik Sievertsen [X] (Inactive)
            Dionisiy Dionisiy [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: