Questions tagged [fluid-styled-content]

67 questions
12
votes
1 answer

With fluid_styled_content, how to create custom content elements in TYPO3 7.5 and 7 LTS?

I have been told it is a breeze to set up custom, structured content elements for the Backend in TYPO3 7.5, using the new fluid_styled_content system extension. After looking at at sysext/fluid_styled_content and sysext/backend, I couldn't figure it…
Urs
  • 4,984
  • 7
  • 54
  • 116
6
votes
1 answer

TYPO3 8.7 can not override Fluid Styled Content templates

I've tried to override the Fluid Styled Content elements but it doesn't work at all in latest TYPO3 version 8.7.0. I've got a template extension (key: biv_main) in which I add my overriding template pathes: lib { fluidContent { …
3
votes
3 answers

TYPO3 fluid variables

I upgrade my TYPO3 from 7.6 to 8.6. Now I cant set variables via style.content.get, my root template loads fluid_styled_content. some source: page.10 = FLUIDTEMPLATE page.10 { partialRootPath ={$resDir}/Private/Partials layoutRootPath =…
Alex Kau
  • 41
  • 2
  • 3
2
votes
1 answer

How to use user data in typo3 flux template without caching it

I try to get user session data in a typo3 flux content element. with {user.first_name} I can access the first name of the user, but this will get cached, meaning alls users will see the name of the first one accessing the page. How can I uncache…
2
votes
1 answer

Override a single partial of TYPO3 fluid_styled_content

I want to add class="img-responsive" to the markup of each media element of text/media content elements. I found a corresponding section in fluid_styled_content/Resources/Private/Partials/MediaGallery.html and added the class for test:…
stmllr
  • 652
  • 3
  • 18
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

Custom CType vs. CType list & list_type

In my custom TYPO3 Extbase extension, I created a backend module to manage person records. Now I need a content element to show the records in the frontend. I see two ways to achieve this: Use the CType "list" and a custom list_type. Provide a…
Christian Fries
  • 444
  • 3
  • 12
2
votes
2 answers

TYPO3 7.6.2 fluid_styled_content remove div

I use TYPO3 7.6.2 and fluid_styled_content. With Gridelements my Code look like this:
Test
How can I remove the "div id="? If I use "css_styled_content" there is no…
180690
  • 181
  • 2
  • 13
1
vote
2 answers

How to put content elements side-by-side int typo3

I have just started my Typo3 journey. I want to put 2 content elements side-by-side (in one row). Can anyone tell how is it possible. Because whenever I place any content element, it is displayed as a block and fill the entire row. Thank you for…
Student
  • 341
  • 1
  • 2
  • 12
1
vote
1 answer

How to use t3:// TypoLinks in TYPO3 HTML Content Elements without disabling `parseFunc.htmlSanitize` globally?

Since the release of the security patches in August 2021 that prevents Cross-Site Scripting via Rich-Text Content I noticed that the output of HTML Content Elements suddenly changed in our projects. Some tag attributes and tags got removed by the…
Ludwig
  • 3,580
  • 2
  • 20
  • 24
1
vote
1 answer

TYPO3 image rendering

I have TYPO3 10 and want to render the images in specific dimensions. I have a content element with only images, and these pictures are rendered with the dimension 495px x 331px. How can I change that? I've uploaded a much bigger original picture.…
WhoKnows
  • 9
  • 4
1
vote
0 answers

How to get the image object by uid in TYPO3?

In the Viewhelper Reference you write: What I need is the {imageObject} as an output by an sys_file_reference uid input. Is there any viewhelper (fluid or vhs)to get the {imageObject} by an sys_file_reference…
Christian Michael
  • 2,128
  • 1
  • 19
  • 27
1
vote
3 answers

Typo3. How to change fluid tempate with language condition

I use Typo3 1.4.10, using the Bootstrap package I try to change a Typo3 fluid template based on the current front-end language being used. I have tried various "if conditions". I just cannot figure it out. I have tried using siteLanguage, language…
Kev
  • 11
  • 2
1
vote
2 answers

TYPO3 10.4: Menu of subpages with image

I would like to expand the content element "menu of subpages" with images from page resources. In TYPO3 8.7 the following code did everything i needed:
Siriena
  • 57
  • 3
1
vote
1 answer

Typo3-Fluid doesnt render my Content Elements | Error : "Content Element with uid "189" and type "text" has no rendering definition!"

i am trying to setup a Typo3 (v.8.7.27) Homepage using Fluid and Backendlayouts. First i created a Backendlayout (uid = 4) and also a new Template-Html (...\Resources\Private\Templates\Page\Test1). I edited my setup.typoscript for the extension and…
1
2 3 4 5