These forums are provided for community interactions only. For official support please submit a support ticket.
You are not logged in.
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
This is a known issue in beta 4 and will be fixed in beta 5.
Offline
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
Bill - It's a beta, so no promises
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:
return $tag;
Change that to:
return $tag[0];
Offline
that fixed it....thanks
Offline