Discussion:
[TYPO3-english] Where can I find the page's header/footer content?
Ioana V.
2016-07-08 01:05:46 UTC
Permalink
Hi,

I need to change some text in the header and footer of a website that uses TYPO3. I'm not a TYPO3 expert, I've only used it a couple of times a year to update static pages so far. I'm stuck now that I have to change the header and footer. My understanding is that I should make the changes somewhere in the template since they appear on all pages, but once I login on the backend, I can't find anything related to templates.
Can someone point me in the right direction, please? Thanks.
Michael Schams
2016-07-09 01:26:14 UTC
Permalink
Post by Ioana V.
I'm stuck now that I have to change the header and footer. My understanding is that I should make the changes somewhere in the template since they appear on all pages, but once I login on the backend, I can't find anything related to templates.
Hi Ioana,

It depends how your TYPO3 instance has been setup and how much access
you've got to the system (e.g. full backend admin account or limited
editor account).

Updating template files is one option. They are usually located
somewhere in the "fileadmin" directory (e.g. fileadmin/templates/ or
fileadmin/Resources/), but again: it depends how the developers have set
up the system.

The visual appearance of a TYPO3 website (layouts, etc.) can also be
implemented using extensions. In this case, have a closer look at the
Extension Manager in the backend (requires full admin access) or in the
directory typo3conf/ext/. However updating extensions by editing their
files directly should be avoided, because your changes may get
overwritten at the next update.

Another option you often see is that certain elements, e.g. the company
address, logos, copyright notes, etc. in headers/footers are implemented
using TypoScript. Developers/Integrators could so something like this:

lib.footer = TEXT
lib.footer.value = <div class="footer">Company Name<br />Dummy
Street<br />Test City<br />Country</div>

You can then "inject" the variable lib.footer into the template files.
The benefit is that the company details can be updated without the need
to edit any template files.

There are more options available, so maybe speak to the person who
implemented the site for you, if the hints above did not help. And you
possibly want to make sure, you have the appropriate access privileges
required for the changes you want to make, e.g. full admin account in
the backend of TYPO3.


Cheers
Michael
Ioana V.
2016-07-09 20:06:20 UTC
Permalink
Hi Michael,

Thank you for your detailed reply. Based on what you said, I'm inclined to believe it's an issue related to me not having full admin rights. I'll ask the website's owner to get in touch with the person who designed the site and ran it before me. I think it's the safest option.
Thanks again,

Ioana

Loading...