I am currently changing the template system of the website of our football club. The website is currently build with TYPO3 6.2 with TemplaVoila as template engine and the CSS framework YAML. I want to change this now to native FLUIDTEMPLATE and the CSS framework Bootstrap (I do this with an own template extension).
I would like to do as much as possible with native TYPO3 methods and I want avoid external extensions as much as possible. We ran in a really messy situation with TemplaVoila and I want to avoid this in the future. After I changed the template system I also want to upgrade the TYPO3 to a newer version (7.6 or 8) but I would like to stay on 6.2 for the moment.
I have the following challenge for which I did not find a solution built-in TYPO3 methods: Our website consists of two columns, one column for the main content and one column for a sidebar. In the sidebar, the content is displayed in boxes (using bootstrap cards, formerly panels).
A box consists of a headline and content. The content can be text, image or even a plugin (we use the extension T3Sports for our sports league management). Now I would like to create a (specially created) content element that represents a wrapper around the actual content. From this wrapper or content element the name for the headline of the box should be taken. Within this content element a content element can be created again, quite normally from the selection if you create a new content element in TYPO3.
With extensions such as gridelements or fluidcontent that would work, but I would like to know if this can also be done with built-in functionalities of TYPO3? So far I have found nothing, so I would be grateful for tips.
Thank you in advance for any tips,
Bastian