IRC logs

20150306

Logs from channel #fedext on freenode - our official support channel.

IRC log range: 20150306*

20150306

  • 06:00:45 <rayphi__> q
  • 08:57:10 <ndee> is it possible with the "view" extension to also override locallang files?
  • 09:22:12 <cedricziel> ndee: nope.
  • 09:25:56 <ndee> @cedricziel: do you know a way on how to override a locallang file from an extension? e.g.: add an additional locallang path
  • 09:26:19 <cedricziel> typoscript maybe, but that's just a guess
  • 09:59:37 <benjamin_654> @ndee i used this: $GLOBALS['TYPO3_CONF_VARS']['SYS']['locallangXMLOverride']['EXT:news/Resources/Private/Language/locallang.xml'][] = 'EXT:myext/Resources/Private/Language/locallang.xml';
  • 10:02:43 <benjamin_654> @ndee or you pass the extension name directely to the v:l view helper: <v:l extensionName="MyExtension" id="page.edit.button.label.show" default="Show" />
  • 11:54:12 <Guest|97463> Hi! TYPO3 CMS 7.1 and newest development branches of fluidtypo3-Extensions ... the page layout is not working correctly; it works if I choose the layout for subpages, but not the "this page"-template. Anyone having this issue, too?