lochmueller / perfectlightbox

TYPO3 CMS Extension - perfectlightbox
http://typo3.org/extensions/repository/view/perfectlightbox
3 stars 9 forks source link

Bug: With perfectlightbox the 'override title' is not used #6

Closed marble closed 4 years ago

marble commented 7 years ago

This is TYPO3 v6.2.x with ext:perfectlightbox 4.0.2 (= Github version). Same behaviour with TER version.

I have a content element with images which is a copy of a contentelement. So I guess the images are FAL references. The parameters are set like this: 032

Without perfectlightbox (uninstalled) I see the expected behaviour:

031

With perfectlightbox (installed) the image has the wrong title. I guess it's the title of the original image: 033

I had a look at the code but couldn't easily see what's wrong. Anybody can help?

PS: Probably this override is the culprit. But what's right?

034

marble commented 7 years ago

Argh, it seems this does the trick: tt_content.image.20.1.titleText.override >

The question then is: How should the TypoScript look like to be compatible with ALL addressed versions?