[TYPO3-german] Typoscript Zeichen ersetzen

Kay Strobach typo3 at kay-strobach.de
Wed Apr 25 15:30:05 CEST 2012


Hi,

pre 4.7 solution:


TS:
	includeLibs.skin_sbs_cd_sachsen = [pathToClassFile]

	stdWrap.postUserFunc  =
tx_SkinSbsCdSachsen_Hook_StdWrap->processReplacement

PHPClass:
	class tx_SkinSbsCdSachsen_Hook_StdWrap {
		public function processReplacement($content) {
			return $content;
		}
	}

Ansonsten sieh mal hier:

http://azubi-medienblog.de/2011/12/06/typo3-4-5-um-stdwrap-replacement-erweitern/

Regards
Kay


Cheers
Kay
Am 25.04.2012 14:34, schrieb Kay Strobach:
> Am 25.04.2012 14:14, schrieb Georg Ringer:
>> Hi,
>>
>> machs doch einfach via hook in php, warum denn immer TS vergewaltigen ;)
>>
>> georg
> 
> sollte mit postUserfunc gehen, oder du nimmst TYPO3 4.7, da gehts mit
> 
> stdWrap {
> 	replace {
> 		10.search =
> 		10.value  =
> 	}
> }
> 
> Regards
> Kay
> 


-- 
http://www.kay-strobach.de - Open Source Rocks

TYPO3 .... inspiring people to share!
Get involved: http://typo3.org

Answer was useful: https://flattr.com/profile/kaystrobach


More information about the TYPO3-german mailing list