[TYPO3-mvc] Include a Extbase Plugin via Typoscript - Thank you for the feedback
Bader Paul
baderp at gmx.de
Sat May 14 17:58:17 CEST 2011
At first - thanks to all that giving me a feedback for my problem,
At this moment my solution is
IN THE EXT_LOCALCONF.PHP
Tx_Extbase_Utility_Extension::configurePlugin(
$_EXTKEY,
'Pi1',
array(
'Slideimage' => 'list',
),
array(
'Slideimage' => 'list',
)
);
?>
MY TYPOSCRIPT SETUP
plugin.tx_st9headerslide {
view {
templateRootPath = {$plugin.tx_st9headerslide.view.templateRootPath}
partialRootPath = {$plugin.tx_st9headerslide.view.partialRootPath}
layoutRootPath = {$plugin.tx_st9headerslide.view.layoutRootPath}
}
persistence {
#storagePid = {$plugin.tx_st9headerslide.persistence.storagePid}
storagePid = 70
}
}
tt_content.list.20.st9headerslide_list = USER
tt_content.list.20.st9headerslide_list {
userFunc = tx_extbase_core_bootstrap->run
extensionName = St9headerslide
pluginName = Pi1
}
I INCLUDE IT INTO THE PAGE
lib.header < tt_content.list.20.st9headerslide_list
Sorry I have two more Question
First:
Now I have one Controller Action wenn I have a second ControllerAction like
show
I include it like the typoscript setup above
tt_content.list.20.st9headerslide_show = USER
and her the following code
Second:
Is it jet possible to config a Extbase Plugin width realurl
Thanks to all the help me to find a solution.
LG Paul
Sorry my english is bad - i know
----- Original Message -----
From: <FabianRademacher at gmx.de>
To: <typo3-project-typo3v4mvc at lists.typo3.org>
Sent: Saturday, May 14, 2011 12:23 AM
Subject: Re: [TYPO3-mvc] Include a Extbase Plugin via Typoscript
> 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' => ' ',
> )
> );
> _______________________________________________
> TYPO3-project-typo3v4mvc mailing list
> TYPO3-project-typo3v4mvc at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc
More information about the TYPO3-project-typo3v4mvc
mailing list