[TYPO3-german] Hook für css_styled_content schreiben

Johannes C. Schulz - EnzephaloN IT-Solutions info at enzephalon.de
Fri Apr 12 08:28:39 CEST 2013


Guten morgen

Danke für den Hinweis.
Ich habe die Extension mal nach der Anleitung in
http://www.schmutt.de/456/hook-mit-extbase-implementieren/ abgeändert und
meine Klasse dementsprechend umbenannt:
<?php
class Tx_Enzcsc_Hooks_HookHandler {
	 *
	 * @param string $content Content input. Not used, ignore.
	 * @param array $configuration TypoScript configuration
	 * @return string The class name
	 */
  public function renderSpace($content, array $configuration) {
[...]
Und folglich die ext_localconf abgeändert in:
$TYPO3_CONF_VARS['EXTCONF']['css_styled_content']['pi1_hooks']['renderSpace'
] =
'EXT:enzcschook/Classes/Hook/HooksHandler.php:Tx_Enzcsc_Hooks_HookHandler->r
enderSpace';

Leider reicht das nicht, um die Extension zum Laufen zu bekommen.

Johannes

-----Ursprüngliche Nachricht-----
Von: typo3-german-bounces at lists.typo3.org
[mailto:typo3-german-bounces at lists.typo3.org] Im Auftrag von Christian Stern
Gesendet: Donnerstag, 11. April 2013 18:26
An: German TYPO3 Userlist
Betreff: Re: [TYPO3-german] Hook für css_styled_content schreiben

Am 11. April 2013 12:35 schrieb Johannes C. Schulz - EnzephaloN IT-Solutions
<info at enzephalon.de>:

> class.enzcschook.php:
> <?php
> class enzcschook{
>

Schuss ins Blaue: They restrict PHP execution only to files from a certain
namespace (for example, TYPO3 expects all callable functions to be in the
user_ or tx_ namespace).
_______________________________________________
TYPO3-german mailing list
TYPO3-german at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german




More information about the TYPO3-german mailing list