TCEFORM.tt_news.category.config.minitems=1
ausführlich folgt
plugin.tt_news._LOCAL_LANG.default.noNewsIdMsg =
Vieles im Leben ist gewachsen, nicht geplant!
TCEFORM.tt_news.category.config.minitems=1
ausführlich folgt
plugin.tt_news._LOCAL_LANG.default.noNewsIdMsg =
Die Perfectlightbox bedient sich nur des Titles beim ersten Bild des News-Beitrags und verwendet den als Title für alle Bilder. Liegt an einem winzigen bug in tt_news (Stand 16.11.2010).
Versionen:
TYPO3 4.44
Perfectlightbox 3.0.8 (mit 3.0.9 noch nicht getestet, kann aber eigtl. nicht anders sein)
tt_news 3.01
Abhilfe:
http://bugs.typo3.org/view.php?id=15506
“Before tt_news 3.0 i was using plugin.tt_news.imageMarkerFunc to add a new register “IMAGE_NUM_CURRENT” imitating the behaviour for default rendering.
Especially for my EXT:perfectlightbox this was needed for its typolink.title-generation. That’s not working anymore…
I’d like to ask for the following addition in class.tx_ttnews.php at line 2315:
if (($iC > 0 && $this->config['firstImageIsPreview']) || ($iC >= 0 && $this->config['forceFirstImageIsPreview'])) {
$GLOBALS['TSFE']->register['IMAGE_NUM_CURRENT'] = $cc+1;
} else {
$GLOBALS['TSFE']->register['IMAGE_NUM_CURRENT'] = $cc;
}
I think this could prove useful on other occasions as well!
Best regards, Ben”
Danke für die Lösung!
in der localconf.php
# Backend-Navigationsmenue: Navigationstitel statt Seitentitel anzeigen.
# Einstellung fuer alle User der TYPO3-Instanz vornehmen:
t3lib_extMgm::addUserTSConfig('options.pageTree.showNavTitle = 1');
weitere Möglichkeiten:
http://typo3.org/documentation/document-library/core-documentation/doc_core_tsconfig/4.3.2/view/1/4/
| M | D | M | D | F | S | S |
|---|---|---|---|---|---|---|
| « Jan | ||||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | ||||