These forums are provided for community interactions only. For official support please submit a support ticket.

You are not logged in.

#1 2008-04-28 15:17:05

billsimmonds
New Member
Registered: 2006-05-16
Posts: 3

IPTC data

I am having trouble getting any IPTC data to display in my captions.  I am able to insert information from Director without any problems, but for any IPTC field that I attempt to insert I only see "Array" displayed in the slideshow caption.  I am running Director 1.2b4.  I have seen a couple of threads here that pertained to inserting the IPTC data, but nothing that has helped me thus far.  Any ideas?

Offline

 

#2 2008-04-28 15:32:04

bdaily
Director director
From: Nixa, MO
Registered: 2006-03-15
Posts: 11841
Website

Re: IPTC data

This is a known issue in beta 4 and will be fixed in beta 5.


Brad Daily
support.director[at]slideshowpro.net

Offline

 

#3 2008-04-28 15:41:04

billsimmonds
New Member
Registered: 2006-05-16
Posts: 3

Re: IPTC data

Just out of curiousity, any idea when beta 5 will be released?  If it's next week, I can wait and enter captions manually for a short time, but may look for a better solution if it will be lengthy time until the next release.

Offline

 

#4 2008-04-28 16:18:55

bdaily
Director director
From: Nixa, MO
Registered: 2006-03-15
Posts: 11841
Website

Re: IPTC data

Bill - It's a beta, so no promises smile I'd say sometime next week we will see beta 5, but we'll see.

If you need this fix now, it is a one line change. Find line 427 in app/controllers/components/director.php:

Code:

return $tag;

Change that to:

Code:

return $tag[0];

Brad Daily
support.director[at]slideshowpro.net

Offline

 

#5 2008-04-28 16:33:03

billsimmonds
New Member
Registered: 2006-05-16
Posts: 3

Re: IPTC data

that fixed it....thanks

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson