How to add slider in typo3 - 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/

Related

Typo3 10.4 How to add available language?

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!

TYPO3: News Detail View on Microsites

I am working with the extension news on TYPO3 9.5. I have a project with few microsites and I want to use the news there. In the microsite homesite news(list) works but when I click the link which points to a detailed view of news, this leads to 404 and it does not work.
Detailed view does not work on Microsite.
I tried configuring Starting Point without success. Do i have to configure categories?
Any idea where I can also check?
The Solution was to change TCA to "unique" (TYPO3 Core Routing) due to URL resolving.
More can you find here:
https://forge.typo3.org/issues/91397#note-12

Where to find Form tab when making a contactform in TYPO3

I am trying to add a contact form to my page using this tutorial: https://docs.typo3.org/m/typo3/tutorial-editors/master/en-us/ContentElements/ContactForm/Index.html.
However, I seem to not have the same options as mentioned in the tutorial. For example, when adding a content element I have these options:
Instead of these shown in the tutorial:
I also cannot find the Form tab which is used in the tutorial to add the text fields etc. I only have these tabs:
Am I using a different version of TYPO3 then the one used in the tutorial? (I am using TYPO3 9 LTS) Or did I miss a step somewhere?
The linked documentation seems to be outdated. This is the core "form" extension prior to 9 LTS.
The documentation for the new form framework in TYPO3 9 LTS can be found here:
https://docs.typo3.org/c/typo3/cms-form/9.5/en-us/Index.html
The editor to create the form now is in a separate backend module named "Forms".
I'm unsure if the old form extension can still be used in 9 LTS.

Elastic Search in TYPO3 7.6 custom extension?

I want implement ElasticSearch in TYPO3 7.6 But i don't know how to implement it inside my custom extension. Please help me here..!!
Thanks In Advance.
There is the mksearch extension, but it does not work on 7.6. You can still take a look at the code to see if you can re-use some parts of it.
Another place I would go to borrow some code is the Elastic Search integration package for FLOW

Component not showing in frontend on Joomla! 1.7

I have successfully installed a plugin called "Plotalot", which draws flashcharts, on my Joomla! 1.7.
I have unfortunately installed the free version of it because I want to be sure it's useful, and the free version comes with the component-tool only and not with the plugin (It's cheap, but I hate purchasing stuff that's not worth using).
With the component-tool on the backend site I'm able to create new charts, edit existing charts and I'm also capable of seeing a demonstration of the chart that I just made on the backend site.
But, when I try to see the chart on the frontend site, I only see the tags which I wrote in an Article and no chart. In this case: {plotalot id="1"}
I've been in touch with this customer support guy on this matter, and all he can say is that it should be a chart when i write {plotalot id="1"} if there's a chart with the ID=1. Which it does
Does anyone have any experience on how plugins or component-tools in Joomla! 1.7 works and how they can be displayed in an Article?
I would very much appreciate if someone can help me :)
Kind regards, Steve-O
I'm also a Plotalot user. Your question does not make sense. If you installed the free version, you did not install a plugin, you installed a component. Plotalot does not draw flash charts, it draws Google charts. If you want a chart in an article, buy the plugin. And read the user guide, it explains all of this very clearly.
you have to use some tags in the article in which you want to display the charts.The tags will be explained in the documentation of the plug in
eg:we use {flashchart data="50,60,70,80,90,60|109,120,100,130,140,100"} sample01{/flashchart}
to display flash chart.