vids1229
vids1229

Reputation: 403

How to create a website using fluid template engine in typo3 7.6.2?

I want to create a website in typo3 7.6.2 latest version but I have no idea about typo 3.

I already installed typo3 7.6.2 to my server and also official introduction package but I don't know how to change the structure according to my requirement. Also I didn't get any proper document to create website using fluid template engine.

I read other stackoverflow question and answers but did not get the answer to my question.

Thanks

Upvotes: 0

Views: 449

Answers (4)

Claus Due
Claus Due

Reputation: 4271

You may want to try the "FluidTYPO3 site kickstarter" extension (extension key: site). It is a distribution - installing it and allowing it to run will result in a new extension being generated for you with some default template files inside it; and your site being configured to display these templates.

It should take less than a minute from install until you're editing templates.

Upvotes: 0

manish1706
manish1706

Reputation: 1599

you can use some of extension available in TER and can use FTM Or MASK , these extension have good documentation as well as well structured for the new version of TYPO3.

Upvotes: 1

Florian Rachor
Florian Rachor

Reputation: 1574

There is no short answer to your question. TYPO3 is no easy system, it has a complex templating engine with a multitude of options.

What you need is extensive training for TYPO3 templating, fluid, typoscript etc. A good place to start with that is in the TYPO3 documentation center: http://typo3.org/documentation/

More specifically you might want to take a look at TYPO3 templating for beginners articles, like this one in the wiki: https://wiki.typo3.org/Templating_Tutorial_-_Basics

Upvotes: 0

Related Questions