[TYPO3] content_fallback message

Oliver Rowlands oliver at liquidlight.co.uk
Tue May 20 19:49:07 CEST 2008


Hi Guido,

Please see my comments below:

> sorry to be a pest :( but I am really struggling with localization issues.
> I got the site with TV and the one-tree-multilanguage-concept up and 
> running, but not all extensions do as I would like them to. e.g. 
> dmmjobcontrol seems to have no strict language mode at all.

I do not think 'dmmjobcontrol' has been localized into Italian yet. You 
should however simply be able to create your own translations by 
overidding the pi1/locallang.xml in your TypoScript Setup:

plugin.tx_dmmjobcontrol_pi1 {
   _LOCAL_LANG {
     it {
       apply_header = [Italian translation]
       ...
     }
   }
}

> any chance to have a message in the content area on top or a popup in 
> case content_fallback hits as described below?
> I was diving through all manuals/forums/mailinglists and the web to find 
> such an option the last 2 days without success.

This TypoScript Setup should do the trick:

[globalVar = GP:L > 0]
   tt_content.stdWrap.preCObject = TEXT
   tt_content.stdWrap.preCObject {
     value = <p><strong>[Not translated]</strong></p>
     if.isFalse.field = _LOCALIZED_UID
   }
[end]

Best regards,

Oliver

-- 
Oliver Rowlands
:: Liquid Light ::

E - oliver at liquidlight.co.uk
W - http://www.liquidlight.co.uk

T - 00 44 (0)845 6 58 88 35
F - 00 44 (0)845 6 58 44 35


More information about the TYPO3-english mailing list