How-to Install TYPO3 Template. Part 2
Let’s finish the previous TYPO3 Tutorial on how-to install TYPO3 Template.
Changing Header Banner
In the config.txt file, type the path to the header banner:
# Changing Header Banner
temp.toppic = IMAGE
temp.toppic (
file = fileadmin / data / banners / banner.jpg
file.import.data = level media: -1, “slide”
file.import = uploads / media /
file.import.listNum = 0
file.import.override.field = media
)
As in our case, if no other picture is selected, the file banner.jpg is uploaded and shown at the page.
Now activate the setup.txt file, the marker is already present in the HTML template.
Simply remove the comment character:
# subparts.BANNER <temp.toppic change
subparts.BANNER <temp.toppic
To change the Site type, select Erweitert.
Now we have the banner on Site2. Scroll down a bit and click on the folder icon:
Click banner2.jpg or the image you created yourself.
Save the page and delete the cache.
Click the Show website, the graphic should change now from Site1 to Site2.
Enjoy the website!
Importing t3d file
Create a folder in the folder fileadmin templates:
fileadmin / templates
Unzip TPL_transition.zip into the folder fileadmin / templates / transition /
Click on the globe and choose Importieren aus .t3d
Click Upload tab and then Durchsuchen (Browse) and select the unzipped file transition.t3d
Click Upload
Open the Import tab and check the alle UID Werte erzwingen, and if you want to preview, click Vorschau. Then click Import.




















