How do I even edit Partials in TYPO3?

Viewed 34

Currently I´m in a internship for Web Development. So far I only worked with Wordpress or wrote Websites from scratch but now I´m working with TYPO3 for the first time. I got the task to find out how to edit the header menu partial, but I don´t even know how to start or how to find the right answers on the internet. I´ve been sitting here for a few hours now, typing different questions into google, but I still don´t understand anything. =~=;

Does someone here have a suggestion where to find the answer for it or maybe explain it to me themself? ^^;

1 Answers

Depending on your TYPO3 version (you may add a tag to your question) you can consult the manuals:
(my links are for version 11, you may switch the TYPO3 version of the manual on that pages):

FLUID

Which leads to FLUIDTEMPLATE and the site package where you can find more information about templates and how you can add your own version of a template.

in general:

  • find the template(1),
  • copy the template file,
  • edit the copy,
  • add the path to your copy to the search-path for that template

(1) Template files are differentiated into Layout, Template, Partial

Related