Search…

X3 Photo Gallery Support Forums

Search…
 
manhattan
Topic Author
Posts: 8
Joined: 29 Dec 2008, 07:44

Exifs an metadatas

03 Jan 2009, 09:36

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.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

04 Jan 2009, 01:22

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.
 
manhattan
Topic Author
Posts: 8
Joined: 29 Dec 2008, 07:44

04 Jan 2009, 02:30

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.
 
manhattan
Topic Author
Posts: 8
Joined: 29 Dec 2008, 07:44

No answer ?

05 Jan 2009, 12:53

Have you an idea ?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

06 Jan 2009, 03:28

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 ...
 
manhattan
Topic Author
Posts: 8
Joined: 29 Dec 2008, 07:44

Yes but...

06 Jan 2009, 23:05

Thanks Karl but i want in text 1 only THE EXIF 'image description'
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

07 Jan 2009, 09:57

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.
 
manhattan
Topic Author
Posts: 8
Joined: 29 Dec 2008, 07:44

merci

07 Jan 2009, 11:46

Thanks a lot