Hi everybody,

I am trying to use the "render_textpic" hook from "css_styled_content" im my own extension 
(key: portable_layout). For testing purposes it should just return <p>hello world</p>. But it 
doesn't. I've tried it with about 100 variants in ext_localconf.php. Last one was:

(ext_localconf.php)

$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['css_styled_content']['pi1_hooks']['render_textpic'][]
 = 'EXT:' . $_EXTKEY. 
'/Classes/Hooks/CssStylesHooks.php:Tx_PortableLayout_Hooks_CssStylesHooks->render_textpic';

(ext_tables.php)

t3lib_div::requireOnce(t3lib_extMgm::extPath($_EXTKEY) . 
'Classes/Hooks/CssStylesHooks.php');

No success, no logging of any errors -  just nothing happening. I expect it to 
be a naming/namespace problem, but I have no idea of the right way (the one for 
september 2013) to do it.

All my BE/Core hooks from my other extensions are working just fine.

Thanks for any help,

Thomas
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to