4images Forum & Community

4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started by: peczek804 on June 19, 2008, 08:19:47 PM

Title: Help with EXIF (in v. 1.7.4)
Post by: peczek804 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.
Title: Re: Help with EXIF (in v. 1.7.4)
Post by: mawenzi 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 ...
Title: Re: Help with EXIF (in v. 1.7.4)
Post by: peczek804 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.
Title: Re: Help with EXIF (in v. 1.7.4)
Post by: SunnyUK 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.
Title: Re: Help with EXIF (in v. 1.7.4)
Post by: peczek804 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 :(
Title: Re: Help with EXIF (in v. 1.7.4)
Post by: Rembrandt 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
Title: Re: Help with EXIF (in v. 1.7.4)
Post by: peczek804 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
Title: Re: Help with EXIF (in v. 1.7.4)
Post by: mawenzi 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 ...

Title: Re: Help with EXIF (in v. 1.7.4)
Post by: peczek804 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.