Bootstrap_package backendLayouts in fileadmin

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Tony
Posts: 8
Joined: 23 Sep 2016, 18:40

Bootstrap_package backendLayouts in fileadmin

Post by Tony » 27 Sep 2016, 15:15

Hello,

I want to customize 2 bootstrap BackendLayouts away from the default location.
With other typo3 bootstrap_package projects/ installations I place the backendlayout files in fileadmin and it works without any difficultly.
I want this file: /typo3conf/ext/bootstrap_package/Configuration/PageTS/Mod/WebLayout/BackendLayouts/special_start.txt
to be located here:
fileadmin/bootstrap_package/Configuration/PageTS/Mod/WebLayout/BackendLayouts/special_start.txt
Normally this works - adding this to my homepage/root page TS script: <INCLUDE_TYPOSCRIPT: source="fileadmin/bootstrap_package/Configuration/PageTS/Mod/WebLayout/BackendLayouts" extensions="txt">

On this Aimeos installation it does not work. How can I place a custom backend layout in fileadmin and get it to load?

Many thanks,
Regards,
Tony

Tony
Posts: 8
Joined: 23 Sep 2016, 18:40

Re: Bootstrap_package backendLayouts in fileadmin

Post by Tony » 28 Sep 2016, 19:03

Hi,
here's my answer should anyone else have the difficulties I had:
Put this in the root TS setup:
<INCLUDE_TYPOSCRIPT: source="DIR:fileadmin/bootstrap_package/Configuration/PageTS/Mod/WebLayout/BackendLayouts" extensions="txt">
The above script also bypasses this file:
/typo3conf/ext/bootstrap_package/Configuration/PageTS/Mod/web_layout.txt

This can also be set:
general.disablePageTsBackendLayouts =1
this is found in the extensions > bootstrap_package >configuation

Tony
P.S. How do you close a thread on this forum? :?:

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Bootstrap_package backendLayouts in fileadmin

Post by aimeos » 29 Sep 2016, 07:53

Topics are not closed. Everybody can add new posts later
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply