Author Topic: Help with EXIF (in v. 1.7.4)  (Read 7169 times)

0 Members and 1 Guest are viewing this topic.

Offline peczek804

  • Pre-Newbie
  • Posts: 8
    • View Profile
Help with EXIF (in v. 1.7.4)
« on: June 19, 2008, 08:19:47 PM »
Hello.
I'm trying to modify the tables in my details page, and it's combined with dragging informations from the EXIF table to the information table.
Does the EXIF have {...} marks (just like for image name, description, date, and more)?

Thanks for any answers.

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: Help with EXIF (in v. 1.7.4)
« Reply #1 on: June 19, 2008, 08:57:35 PM »
... you can use the following tags ...

{if exif_info} {exif_info} {endif exif_info}

... but you must use this tags in a table ...
... to see in templates/default/details.html ...
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline peczek804

  • Pre-Newbie
  • Posts: 8
    • View Profile
Re: Help with EXIF (in v. 1.7.4)
« Reply #2 on: June 21, 2008, 05:47:37 PM »
... you can use the following tags ...

{if exif_info} {exif_info} {endif exif_info}

... but you must use this tags in a table ...
... to see in templates/default/details.html ...

About these tags I have already knew. I'm looking for something, that can give me the Informations (Make, Model, Exposure time, Aperture value, Focal length) in one line.

Offline SunnyUK

  • Newbie
  • *
  • Posts: 35
    • View Profile
Re: Help with EXIF (in v. 1.7.4)
« Reply #3 on: June 22, 2008, 07:30:12 PM »
Not sure whether it works with v 1.7.4, but check http://www.4homepages.de/forum/index.php?topic=21053.0 which is about turning the EXIF data into individual database fields you can refer to as make, model, aperture, etc.

Offline peczek804

  • Pre-Newbie
  • Posts: 8
    • View Profile
Re: Help with EXIF (in v. 1.7.4)
« Reply #4 on: June 24, 2008, 04:52:36 PM »
Unfortunately i'm not good in german and not so good in php-stuff.
I think that the only thing that can help me is some kind of a tutorial.

Sorry for making  problems :(

Rembrandt

  • Guest
Re: Help with EXIF (in v. 1.7.4)
« Reply #5 on: June 28, 2008, 10:13:21 PM »
Hi!

About these tags I have already knew. I'm looking for something, that can give me the Informations (Make, Model, Exposure time, Aperture value, Focal length) in one line.
in "templates/exif_bit.html"
Quote
<!--  <tr>
  <td valign="top" class="row{row_bg_number}"><b>{exif_name}</b></td>
  <td valign="top" class="row{row_bg_number}">{exif_value}</td>
</tr>
-->
<td valign="top" class="row1">&nbsp;{exif_name}&nbsp;{exif_value};&nbsp;</td>


mfg Andi

Offline peczek804

  • Pre-Newbie
  • Posts: 8
    • View Profile
Re: Help with EXIF (in v. 1.7.4)
« Reply #6 on: July 15, 2008, 11:55:55 AM »
OK. I see that I must write different.
I'm trying to make something like this:
http://img137.imageshack.us/img137/1430/4imgtv7.gif

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: Help with EXIF (in v. 1.7.4)
« Reply #7 on: July 16, 2008, 11:58:25 AM »
@peczek804

... the answer : http://www.4homepages.de/forum/index.php?topic=21942.msg120170#msg120170 ...
... please try this before you make a new request ...

Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline peczek804

  • Pre-Newbie
  • Posts: 8
    • View Profile
Re: Help with EXIF (in v. 1.7.4)
« Reply #8 on: July 16, 2008, 12:53:34 PM »
I'm sorry, but I am not good in this.
I was thinking that if I have only this code it will make something only with whe first line.
That it has too less data.

Thanks and once again sorry.