[TYPO3-mvc] Include a Extbase Plugin via Typoscript

FabianRademacher at gmx.de FabianRademacher at gmx.de
Sat May 14 00:23:37 CEST 2011


Hi Paul,

try calling your Plugin "pi1". The plugin name will get added to your extension name. This is why you frequently see things like:
tx_extensionname_pi1

In your case and with your setup, you would have to write:
plugin.tx_st9headerslide_tx_st9headerslider.view { ...

A plugin name like "pi1" is enough. The plugin name does not need to be uniquo for the while typo3 setup. It lives within its own namespace. As far as I understand it, the plugin name gets added to the extension key automatically when called.

Hope this helps.
--Fabian

----- Original Message ----- 
From: "Zal?n Somogyv?ry" <zalan at gmx.net>
To: "TYPO3 v4 MVC project" <typo3-project-typo3v4mvc at lists.typo3.org>
Sent: Friday, May 13, 2011 5:41 PM
Subject: Re: [TYPO3-mvc] Include a Extbase Plugin via Typoscript


Hi Paul,

Am 13.05.2011 um 16:00 schrieb Bader Paul:
plugin.tx_st9headerslide {
view {
(...)

<?php
Tx_Extbase_Utility_Extension::configurePlugin(
$_EXTKEY,
'st9headerslideList',
array(
'Slideimage' => 'list',
),
array(
'Slideimage' => ' ',
)
);


More information about the TYPO3-project-typo3v4mvc mailing list