Author Topic: Bildbeschreibung in upload_notify.html/Image description  (Read 3711 times)

0 Members and 1 Guest are viewing this topic.

Offline Biggi

  • Jr. Member
  • **
  • Posts: 74
    • View Profile
    • http://www.bibodia.de/
Bildbeschreibung in upload_notify.html/Image description
« on: March 30, 2003, 05:10:02 PM »
Hallo zusammen,

ich möchte gern die Bildbeschreibung, die ein User beim Upload seines Bildes angibt, in der Datei "upload_notify.html" anzeigen lassen, die den Admin über neue Uploads informiert.

Zur Zeit lasse ich darin den Usernamen, die Kategorie und den Bildnahmen anzeigen.

Die Variable, die ich in der Datei einsetzen muß, lautet doch dann {image_description}. Ist das richtig? Oder muß es nur {description} heißen?

Und wo muß ich hinterlegen, daß die Bildbeschreibung auch mit ausgelesen und in der Upload-Benachrichtigung angezeigt wird? Ich teste mir hier einen Wolf...  :roll:  Wäre lieb, wenn mir jemand auf die Sprünge helfen könnte! Vielen Dank schon im Voraus!

Gruß, Biggi

------------------------------------------------------------------------------------

I want to show the image description in the email, that notifies the admin about new uploads. At the moment it shows only the username, image-name and the categories. Could someone explain how I can manage it to show the image description too? Any idea?

Thanks in advance, Biggi

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Bildbeschreibung in upload_notify.html/Image description
« Reply #1 on: March 31, 2003, 05:27:09 PM »
member.php:

Über
Code: [Select]
"file_name" => $new_name,
das einfügen
Code: [Select]
"image_description" => $image_description,
Dann kannst Du {image_description} verwenden.

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

Offline Biggi

  • Jr. Member
  • **
  • Posts: 74
    • View Profile
    • http://www.bibodia.de/
Bildbeschreibung in upload_notify.html/Image description
« Reply #2 on: April 02, 2003, 04:22:48 PM »
Danke Jan, hat wieder mal vorbildlich geklappt dank Deiner Hilfe. Super, ich freu mich drüber  :P

Gruß, Biggi