Page 1 of 1

Change EXT:aimeos_dist/Resources/Private/Partials/Page/

Posted: 23 Sep 2016, 18:49
by Tony
Hello,
Sorry if this too basic, I'm very new to Aimeos.
I cannot change this path: EXT:aimeos_dist/Resources/Private/Partials/Page/
to fileadmin/dir/dir/page
or to any other path.
Normally this is a straight forward task overriding the fluidtemplate paths, but with Aimeos I am stuck.
Where do I make the changes?

I want to customize the navigation "Main.html" template.

Many thanks,
Regards,
Tony

Re: Change EXT:aimeos_dist/Resources/Private/Partials/Page/

Posted: 24 Sep 2016, 09:42
by aimeos
The TS constant configuration contains this setting:

Code: Select all

page.fluidtemplate.partialRootPath = EXT:aimeos_dist/Resources/Private/Partials/Page/
You can copy the directory structure to another place and change it accordingly

Re: Change EXT:aimeos_dist/Resources/Private/Partials/Page/

Posted: 26 Sep 2016, 13:37
by Tony
Thank you for the answer. I have corrected my link.
Before I had tried this: page.fluidtemplate.partialRootPath = fileadmin/aimeos_dist/Resources/Private/Page/
I have changed my local directories to reflect the aimeos_dist structure, I put "Partials" in the path, now it works:
page.fluidtemplate.partialRootPath = fileadmin/aimeos_dist/Resources/Private/Partials/Page/
Thanks again,
Regards,
Tony