Sources/Display.php de Bul


      // Fetch attachments.
      if (!empty($modSettings['attachmentEnable']) && allowedTo('view_attachments'))
      {

Değiştir

      // Fetch attachments.
      if (!empty($modSettings['attachmentEnable']))
      {
                      if(!allowedTo('view_attachments'))
                             $modSettings['attachmentShowImages'] = 0;