Bug #27439
titles in multiple tt_news images
| Status: | New | Start date: | 2011-06-14 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | Spent time: | - | |
| Target version: | - | |||
| Branch: | ||||
| Votes: | 0 |
Description
To enable corresponding titles to tt_news images in typoscript :
- # Enable tt_news Single view images
[globalVar = LIT:1 = {$plugin.rzcolorbox.ttnewsSingle}]
includeLibs.imageMarkerFunc = fileadmin/bla/tt_news_imageMarkerFunc.php
plugin.tt_news.imageMarkerFunc = user_imageMarkerFunc
plugin.tt_news.displaySingle.image.imageLinkWrap >
plugin.tt_news.displaySingle.image.imageLinkWrap < temp.imageLinkWrap
[global]
see http://www.typo3.net/forum/beitraege/thema/100416/
Would be nice if tt_news_imageMarkerFunc.php gets included in the next update..