Typo3 10.4 How to add available language? - typo3

In the guide there is information to use create new language button:
But I don't have this button in 10.4 verions:
How to add available language?
I have read tons of pages in official guidleline, does you know better documentation for Typo3?

You need to create a record for each language that should be available in your TYPO3 installation first. To do so, go to the list module, select the root page (the most top page with page id=0) and create records there:
After that you can add the language to your site as shown in your screenshot.
I've checked the official documentation and it seems that this information is missing. I'll try to get that fixed!

Related

How to add slider in typo3

I am new in Typo3. I want to make slider dynamic in my Typo3 setup. The current version installed is 9.5.3. It will be better if I could get all the sections that is mentioned in this article http://www.typo3manual.com/typo3-version-8/52-content-elements/17-slider/. You can also see the screenshot attached. But I think the article was for version 8 and mine is 9.5. Is there any way that I could get all sections that is mentioned in screenshot?
These content elements are part of the "T3Kit" website starter kit (basically just an extension). You can find a great tutorial here: http://www.typo3manual.com/typo3-version-8/52-content-elements/ , or on their official website: http://www.t3kit.com/
There are many slider extension available. You can install it and can override its template.
https://extensions.typo3.org/extension/owl_slider/

broken links from news with internal link to page which is hidden in default language

I have news articles of type internal link. The article is created in the default language and is localized. In the news article the internal link points to a page which has the Hide default translation of page flag set.
Now the editors have used the news plugin with list of selected items. In the default language they picked the above mentioned articles of type internal link. Now TYPO3 generates a broken link to the page in the default language which is hidden.
Is there any way to prevent the link being generated in this setup?
Expected behaviour would be that TYPO3 / tx_news renders the link only when the target page is available.
My setup:
TYPO3 8.7.13
tx_news 6.3.0
Georg Ringer has fixed the problem: https://github.com/georgringer/news/commit/b7d49dd95f8dbc58fdec452f31b57935e5769549
The fix will be part of the next release of EXT:news.
Thx a lot to Georg for the fast fix!

how to check the history of a page AEM6.0

Suppose we have a page and it has header and footer links. For which we can edit the value using the header/footer dialogs of the components. Now, I want to check that who all have updated those links in any specific environment. How can I check that?
From the page properties, it just shows who made the last update (cq:lastModifiedBy property), but I need the specific versions/history of the page.
Do you want to check this in AEM or in your Code?
The sitekick provides a list with versions that have been created. See the official documentation.
If you want to load versions in AEM, please have a look at this (older) Blog post which describes how to use the VersionManger to work with Versions.
Versions are stored in /jcr:system/jcr:versionStorage within a node named by the first letters of the UUID assigned to a page (jcr:uuid)

TYPO3 page only shows "HELLO WORLD!"

I started to learn how to use TYPO3 because I want to create a FAQ page. So I created a very simple page:
But if I view the page, then i only get "HELLO WORLD!". What am i doing wrong?
Did i missed some steps? Where can i get started the best way?
I use TYPO3 8.1.2 btw.
First of all: You have done nothing wrong.
TYPO3 has it's own configuration language: TypoScript.
You have to tell the system in TypoScript what should be rendered in the frontend. The default is a simple TypoScriptSnippet that only prints out the text HELLO WORLD.
I looks something like this:
page = PAGE
page.10 = TEXT
page.10.value = WELLO WORLD
You can find the configuration of your page in the Template module in the backend in the field "Setup". You can either change the TypoScript directly in there or use external files and include them.
You have to understand at least the basics of TypoScript and Templating in TYPO3 to make the content you create in the backend appear in the frontend. If you learn from sources in the internet, try to avoid the old ones.
If you need more help, please feel free to join the TYPO3 community at slack (https://forger.typo3.org/slack), where you can ask any kind of TYPO3 related questions. We will happyly hep you to get started.
you just need to add template typescript code.
or other best way is the use the template by install the template from the pre distribution option.
Go to file extension and select from drop down "Get Preconfigured distribution" option and install from their list of available template.
After install successfully you can see page add/edit option have web icon, inside them you can create new page,
It will show page content on view.

How to change backend layout in Typo3 7.2?

I am new to typo3, i am trying to create a new backend layout for my home page.I need add few custom sections to edit contents.I am not able to find option to do so.
TYPO3 7.2 is out of support and has know security issues. Please update to 7.3 at least.
You can create backend layout records in any folder in the page tree. To select those backend layouts, you have to add this folder as the general record storage in the page properties of the page where you want to use your backend layout.
I suggest you take a look into the Getting started tutorial which will walk you through your first steps.
http://docs.typo3.org/typo3cms/GettingStartedTutorial/
In case you use a distribution, it might be that the backend layout is added in another way, e.g. via TSconfig or directly using PHP. Please consult the according documentation of the distribution in this case.
Figured out myself.
Go to List in Web, then click on add new + icon, then select Backend Layout under System Records.