Page 1 of 1
Exifs an metadatas
Posted: 03 Jan 2009, 09:36
by manhattan
Hello
How can I put in text 1 only 'ImageDescription', without the others exif informations ? warning ! I want all exif informations in text 2, what is the file php that I must modified ?
Merci... (i'm french...)
Philippe.
Posted: 04 Jan 2009, 01:22
by mjau-mjau
I am not quite sure what you mean ...
By default, EXIF is displayed with "text2" not "text1" ... You can go to admin -> config and set what items to display in which text items.
You can also set what EXIF items to display by editing the file imagevue/include/ivExifParser.class.php - Simply comment/de-comment the items you want you hide/display.
Posted: 04 Jan 2009, 02:30
by manhattan
I see all exif I want (I config with // ivExifParser.class.php) in with text2 but i'd want can see only 'image description' in text 1. Can I change a file php (index.image.phtml ??? or another ?) and how can I change this to call 'image description '.
Merci
Philippe.
No answer ?
Posted: 05 Jan 2009, 12:53
by manhattan
Have you an idea ?
Posted: 06 Jan 2009, 03:28
by mjau-mjau
You want ONLY image description in text1? Ok, then you should be able to go to admin -> config -> image.text.text1.items ... Keep the description item, and remove anything else from the list ...
Yes but...
Posted: 06 Jan 2009, 23:05
by manhattan
Thanks Karl but i want in text 1 only THE EXIF 'image description'
Posted: 07 Jan 2009, 09:57
by mjau-mjau
I'm afraid your asking for something a little too complex ... There is only one file to choose WHAT exif items to display. That is imagevue/include/ivExifParser.class.php. When you choose to display EXIF, then you choose to display the vales enabled in this file.
As you can see in that file, there are dozens of items - We don't have the capacity to create native configuration for each EXIF item native to the gallery.
merci
Posted: 07 Jan 2009, 11:46
by manhattan
Thanks a lot