Author Topic: Bildgröße  (Read 10119 times)

0 Members and 1 Guest are viewing this topic.

Offline Axel

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
Bildgröße
« on: March 27, 2002, 09:06:09 PM »
Die Bildgröße wird bei mir in der neuen Version nach Update weder bei den alten noch bei neu upgeloadeten Bildern angezeigt.
Gruß
Axel

PS. Ich kann kein englisch - I cannot English

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Bildgröße
« Reply #1 on: March 27, 2002, 09:38:34 PM »
Da hast Du einen kleinen Bug entdeckt ;)

Schnelllösung (wow, 3 L):

functions.php im includes-Verzeichnis, Zeile 94:

Code: [Select]
"file_size" => GetFilesize(MEDIA_PATH."/".$img_result['image_media_file']),

in das hier ändern:
Code: [Select]
"file_size" => GetFilesize(MEDIA_PATH."/".$img_result['cat_id']."/".$img_result['image_media_file']),

Gruß Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline Axel

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
Bildgröße
« Reply #2 on: March 28, 2002, 05:10:19 AM »
ok. Das wars  :D

Danke
Gruß
Axel

PS. Ich kann kein englisch - I cannot English