Questions tagged [tx-fluidcontent]

It is available through the TER and GitHub

What does it do?

EXT:fluidcontent lets you write custom content elements based on Fluid templates. Each content element and its possible settings are contained in a single Fluid template file. Whole sets of files can be registered and placed in its own tab in the new content element wizard, letting you group your content elements. The template files are placed in a very basic extension. The Nested Content Elements support that Flux enables is utilized to make content elements which can contain other content elements.

Why use it?

Fluid Content is a fast, dynamic and extremely flexible way to create content elements. Not only can you use Fluid, you can also create dynamic configuration options for each content element using Flux - in the exact same way as done in the Fluid Pages extension; see https://github.com/FluidTYPO3/fluidpages.

How does it work?

Fluid Content Elements are registered through TypoScript. The template files are then processed to read various information about each template, which is then made available for use just as any other content element type is used.

When editing the content element, Flux is used to generate the form section which lets content editors configure variables which become available in the template. This allows completely dynamic variables (as opposed to adding extra fields on the tt_content table and configuring TCA for each added column).

View the online templating manual for more information.

5 questions
2
votes
2 answers

fluidcontent: How to hide default Headline in TYPO3 8

In version 7 i could hide the headline in the Frontend with: tt_content.fluidcontent_content.10 > How can i do this in V8? TYPO3 8.7.4 fluidcontent 5.2.0 flux 8.2.1
Markus Dübbert
  • 213
  • 2
  • 12
2
votes
1 answer

How to know if TYPO3 extensions flux and fluidcontent are used?

I am maintaining a TYPO3 installation using 7.6.11 and there are the extensions flux and fluidcontent installed. How can I quickly check if those are really used?
Georg Ringer
  • 7,779
  • 1
  • 16
  • 34
0
votes
1 answer

TYPO3 Fluidcontent - load page via pagenum

In older projects (< TYPO3 7.6) I was using the following code to load a page with a pagenum: ajax = PAGE ajax { typeNum = 2008 10 < styles.content.get 10.stdWrap.innerWrap > config { disableAllHeaderCode = 1 …
Andreas
  • 412
  • 6
  • 19
0
votes
2 answers

fluidcontent "Template could not be loaded."

I upgraded my TYPO3 version from 6.2 to 7.6.27. Accordingly, the extension fluidcontent to 5.2.0 Now I get the following error message in the frontend: Template could not be loaded. I tried /Content/Render.html, /Content/render.html In the…
schumiel
  • 51
  • 1
  • 13
0
votes
1 answer

How to correctly configure a fluidcontent accordion element in TYPO3 8LTS

I am updating a project to TYPO3 8LTS and I am using the latest version of flux and fluidcontent. It works most of the time. However I have an issue that I could not solve without digging too deep into flux and core. So maybe sombody here can spot…
Daniel
  • 6,916
  • 2
  • 36
  • 47