[TYPO3-english] socials -> change template path
Robert Wildling
robertwildling at gmail.com
Sun Jun 3 12:41:23 CEST 2012
Thanks for your quick response, Xavier!
So I did just this:
plugin.tx_socials {
view {
templateRootPath = fileadmin/_layout/templates/socials
}
}
and created a folder structure, where the template is to be found in:
fileadmin/_layout/templates/socials/Templates/Show.html
but same error is thrown.
I also created a folder struvture accoding to the original ext, which is
like this:
fileadmin/_layout/templates/socials/Templates/Share/Show.html
but no change, either...
I also wonder how the ext knows about the *name* of the template file?
Is it always Show.html?
Thanks!
Robert
> Hi Robert,
>
>> I try to change the path to a template in the socials ext doing this in
>> my basic setup.txt:
>>
>> plugin.tx_socials {
>> view {
>> templateRootPath = fileadmin/_layout/templates/socials
>> partialRootPath = fileadmin/_layout/templates/socials
>> layoutRootPath = fileadmin/_layout/templates/socials
>> }
>> }
>>
>> The html-file is named "Show.html"
>
> The config you try to override are "root paths", not "end paths",
> meaning you have to have the template/partial/layout structure within
> fileadmin/_layout/templates/socials:
>
>
> fileadmin/_layout/templates/socials
> |-- Templates
> | |-- Controller1
> | `-- Controller2
> | |-- Action1.html
> | |-- Action2.html
> | `-- Show.html<----
> |-- Partials
> `-- Layouts
>
> I guess 1) you did not create the correct directory structure and 2) you
> only want to override the action template and not the partials or layout
> templates, meaning you should not override
>
> plugin.tx_socials.view.partialRootPath
> and
> plugin.tx_socials.view.layoutRootPath
>
> HTH
>
More information about the TYPO3-english
mailing list