Fluid Questions
Ad
Typo3, how to dynamically change content
Problem there is the requirement, to swap out the logo, based on a choice, the user makes on first visit. (logo for internationals and
Undeclared arguments passed to ViewHelper maxRange
After updating typo3, i get a typo3fluid\fluid\core\viewhelper\exception "undeclared arguments passed to viewhelper ... maxrange valid
Generate webp image in TYPO3 Fluid
I am trying to have typo3 10.4.12 generate webp images as described in the example on this page:
Flux Field Inline Fal mit CropVariants
Iam currently updating a typo3 project with flux to typo3 10 and now i want to migrate all fields to fieldviewhelper. mostly
How can I use the selected category in a databaseQueryProcessor?
I have a simple content element that i have added the categories field to. the user selects the parent category of their choice. i want to
How do you get categories as a nested array in TYPO3?
I want to make a custom element that produces a list of categories and their subcategories. my problem is the categories and subcategories
TYPO3 Menu with categories?
How can i add the categories to each page of my menu element? i have been trying different combinations of
TYPO3 fluid: Get all content IDs from page
Is there an possibility to get all the content ids from a page? i tried something like this: <v:resource.record
Typo3 Custom Element with Flexform: How do I write value to tt_content header?
I am writing a typo3 extension with custom content elements using flexforms. all is working fine. i just would like to add a value to
TYPO3 + Fluid: How to use f:translate as an argument for a partial?
I've a fluid template with a partial. to fetch a localized string i'm using <f:translate key="mykey" />. i
Ad
How can a filter combine the result of another filter with Logical AND?
I have 2 filters. one filter gets the result of the other filter: <example:widget.myfilter objects="{blogs}"
TYPO3 tx_news: Image for related News
I'm trying to output just one image for related news. right now i'm using this <f:render
TYPO3 MenuProcessor shows root page when empty?
I have a basic menu element using the pages field and the menuprocessor. in the fluid template i only want to output something only if
TYPO3 Gridelements w/DataProcessing and FLUID no content
I used gridelements a while now. i used the following code: typoscript (gridelements (deprecated) (gridelements)):
TYPO3 Extension Development: Database Queries in Backend
This is my first time developing a typo3 extension, i'm using extbase/fluid. so far i've been able to set up a page/module for the backend,
How do I solve a strange problem with VHS ViewHelper v:replace?
I have an array ('db-titles') whose items are strings composed in the form 'texta*textb'. i want to create the following html structure from these
TYPO3 FLUID: How to use more than one template?
In older typo3 versions there was a simple way, to have many different templates, but it seems this doesn't work in typo3 9.5 anymore.
TYPO3: How to use flux:field.inline.fal image as background
In a template in my extension i use the field.inline.fal viewhelper:
Is there a list of deprecated Viewhelpers in Fluid?
I got an extension that provides a lot of custom content elements. the extension was developed for typo3 v7. now it should be used for typo3 10.
Check link type for TYPO3 / FLUID template
In my typo3 project i have a fluid template that renders bodytext from cms: <f:section name="main">
Get length of string in TYPO3 Fluid template
How can i check the length of a string? i want to add a class if under 8 characters. so something like: {f:if(condition:
Ad
How do you access THEN and ELSE tag in TYPO3Fluid AbstractViewHelper?
There is a new abstractviewhelper in typo3 (typo3fluid\fluid\core\viewhelper\abstractviewhelper) and i try to implement a very simple
TYPO3 v10 Upgrade Fluid Displays HTML Tags
I recently upgraded from version 9 to 10 and after that, some extensions where i overwrite fluid template renders plain html like that:
TYPO3 GIFBUILDER with image from FLUID
I want to use the gifbuilder to make an image with an overlay. the image should therefore be delivered via fluid. this is what i have so
Add fields to TYPO3 template for global site info?
How can i add some fields to the typo3 template (or a better location) for general site info? for example, a phone number field so that i
Typo3: Javascript problem. Fluid interprets arguments variable as string
I have got a problem using ajax calls to one of my controller actions. in the response section, i'm building an "html object" with a link to the
How to come back to the same page from Detail view?
I have an extension with a 'list'-view/-action and paginated display (using the fluid paginate vh). from each item there is a link to the
Get Page Name/ID of Content Element in Backend Edit View
I'm new to typo3. inside the configuration section of my own content element i need the id or name of the content element's page. how
Typo3 Fluid renders html in the frontend instead of including the html to the homepage
i am trying to use typo3 fluid with backendlayouts. but instead of rendering the content elements it renders the html of the content
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
Remove the word 'Page' from indexed_search pagination?
The indexed_search pagination outputs links like "page 1, page 2, page 3" is there any way to edit it to remove the word 'page' so the output is
Use SplitProcessor with space as delimiter in typoscript setup?
How do i specify a space as the delimiter using splitprocessor? i want to be able to loop over each word from the header field:
Ad
TYPO3 9.5: evaluating fluid conditions for typoscript libs
In typo3 8.5 i often used fluid conditions like this: <f:if condition="{f:cobject(typoscriptobjectpath: 'lib.cookiepid')}">
Typo3 Fluid ignoring max image sizes set in typoscript
I've set in my constants styles.content.textmedia.maxw = 400 styles.content.textmedia.maxwintext = 400
TYPO3 extension - f:uri.resource returns wrong path
I'm writing a backend module for my own typo3 extension, where i'm wrapping the content into a be.container including a css and a js
TYPO3 Fluid Array Access
I have a question to access an array in fluid: associative array {registrationprocess} string {fieldname} == 'firstname' string
Typo3 Update: Partial does not render variable content unless f:debug is used
I am working on a typo3 update from 8.7.27 to 9.5.9 and have a problem with one partial in one of our self written extensions. it only renders the
Add custom elements to TYPO3 as hidden by default?
I have an installation with multiple websites. each site has a site package with custom fields and content elements that are specific to that
'Unknown column' error when adding custom fields in TYPO3?
I am trying to add two new fields to the header area of all the content elements, but when i try to save the element with text in those fields i
Render image in fluid template if it exists?
How can i use f:ifto see if an image exists before trying to render it? i have tried the following without success:
Fluid menu element with image from page resources?
I've created a new fluid menu element and i need it to show an image for each page. the image is stored in the page resources. when i
How to prevent TYPO3 to render head- and body-elements when outputting JSON?
In typo3 8.7 i'm trying to generate json using fluid. i've created a page with dummy content and i've updated my typoscript configuration
Ad
TYPO3 8.7 Backend fields for a custom content element are not rendered
I have a template extension on typo3 8.7 and try to add some custom content elements. everything seems to work fine, except for the backend fields
YouTube id contents in TYPO3 Flux FAL Object
I have a youtube video as a fal object and i need the youtube id in my fluid template. in a filereference object it is possible to get the
Want to change a logo with an if/then condition
I want to select a logo depending on a check box of a page property i have added via extension. the variable selectcompany is shown
TYPO3-Slug not working with multiple arguments in f:link.action
I try to create speaking url out of an action-link in typo3 9.5 to let the next page know from where the user came from. when i use this
"Undeclared arguments passed to ViewHelper" Exception
After updating typo3, i get a typo3fluid\fluid\core\viewhelper\exception "undeclared arguments passed to viewhelper ... valid
I want to get a variable in typoscript select Query
The title says it all; i need a typoscript sql select query with a dynamic where clause. i get the uid of the current logged in user
Ensure generated links in TYPO3 use the absolute path
I have a website in typo3, it has a header and footer and a load of generated page links. is there any parameters or typoscript that can
Using fluid in Javascript code work and no work in same file
I am using a fluid variable inside javascript code in a fluid template. the code is: <script type="text/javascript">
TYPO3 fluid: is it possible to write f:link.typolink inline?
I need something like this: <f:link.typolink parameter="{link}"> linktext </f:link.typolink>
TYPO3 Fluid - Exit a for loop
Is it somehow possible to break out of a for loop in fluid? <f:for each="{subitem.image}" as="imageitem"> <f:if
Dynamic recipient in form
I have a custom extension with list and detail of teachers. on the detail page i include a form with code: <formvh:render
Ad
Fluid's image viewhelper shows outdated images
The following situation: automated importing of items: images for items are updated by some cron task perl into folder
cobject in partial no output (Typo3, Fluid)
I was following this tutorial and came across a problem:
insert TYPO3 Fluid input type email
How do i get the type="email" via fluid on my input? <f:form.textfield readonly="1" class="email" />
How to fill Flexsliders data-thumb attribute with image source in Fluid and tx-news?
I am implementing a news slider based on the typo3 extension "news" and flexslider. the news slider contains thumbnail preview images and these
Fluid variables do not read the child values anymore. (TYPO3 9.5.*)
So i have a table which lists some appointments. these appointments belong to an event. the goal here is to list all the appointments and get the
Create TYPO3 VHS Bootstrap-Navbar
I have a problem with typo3 vhs. i want to declare a navbar within my own extension which i created with builder-extension. it works perfectly,
How to compare a string with a variable in TYPO3 Fluid
I would like to do a simple comparisons, such as the equivalent of: if ($somevar === 'somestring') now, i have found
TYPO3 Fluid dynamic key in arguments
I would like to render a partial with dynamic keys for the arguments. in the partial: <f:link.action action="{action}"
how to construct this solr parameters with uri.typolink
How does it work if i want to construct following structure with typo3's fluid uri.typolink viewhelper:
FluidTYPO3 fluidpages – custom page controller not found
I am building a website with typo3 9.5 and the fluid powered typo3
TYPO3 loading object based on current front end language
I'm running a typo3 v9.5.4 onepager style website. the content is loaded directly from the tt_content. the website has two fe languages
Ad
What is the difference between render() and renderStatic() and what should be used when writing a ViewHelper in TYPO3
There are several examples for writing a custom viewhelper and different ways to do things. i have seen examples with render() and with
Edit Typoscript Setup of page in Extbase controller
I am currently working on an extbase extension. in that extension i want to edit/(add) the typoscript setup of a specific page from inside the
TYPO3 Fluid: Force image format to be jpg
I have an extension using a fluid template which looks like this: <div class="bgimg" style="background-image:
How to automatically edit page configuration and add a template from extension controller?
I am writing an extbase extension that automatically creates pages. so far i have managed to add the pages, and they show up in the page tree. i
How to use the ifAuthenticated view helper correctly in regards to TYPO3 cache?
When using the <f:security.ifauthenticated> view helper to render content only if the user is logged in, that content sometimes
Why my DataProcessing\MenuProcessor don't show level-3 and level-4 for my page tree
I use bootstrap_package v10 and typo3 9, the menu processor doesn't show the level-3 and 4 for my pagetree. i'm using the original
TypoScript select where dataWrap dynamically filled by fluid variable possible?
I have my own extension with which a frontend user can create own records. on a user detail page then all entries of the user should be displayed.
Check TYPO3 link type in fluid
I want to render a typolink in fluid, but i need to check if it is a download file (t3://file?uid=1), a page link (t3://page?uid=1) or an external
How to access the merged image or file data of the FAL in TYPO3 Fluid?
In the t3-backend the file metadata can be edited in two places, within the form of the original file and in the form where the file is
Flexform not working in TYPO3 9.5, not able to fix it myself
I'm working with fce extensions for typo3, to create simple contentelements. they are working fine in typo3 v8 but when i install them at typo3
In a TYPO3 template, v:variable.set works... but f:variable doesn't
The problem i have customized something in a file overriding this news extension file
Ad
TYPO3 gridelements: appearance layout not showing correctly
I am using typo3 10.4 and gridelements with dataprocessing. everything is working fine, except the appearance / layout option for content elements
TYPO3 DataProcessing extract tt_content in a menu
I search for a typo3 typoscript solution with a dataprocessing to build the menu and a part of tt_content in the colpos=0 110 =
TYPO3 - f:link.typolink with additionalAttributes and a condition?
I am looking for a solution, how to include a query in additionalattributes? static: <f:link.typolink
TYPO3 8.7 - how to hide elements in navigation header before login with EXT:felogin?
I can't find a solution for a problem i have with a typo3 fluid template. in the navigation header template i have a search form and a
TYPO3 - How to allow translated News appear without a Transl.Orig?
I am trying to do my website very flexible for translations. suppose i want to have a news article only in german, but not on the default language
TYPO3 9.5.x / TypoScript / Fluid: Get variable of type FILES unrendered
I'm using a fluidtemplate for my website project and want to get a file reference from pages table which i added. but, why isn't it possible to
How to access Page's Resources files in Fluid Typo3
Page's resources tab i have been trying to access these
Condition within FLUID to check if column has content
I'm working with the sitepackage by ben kott for typo3 9.5 and include content into my fluid template like this: <f:cobject
Typo3 FLUID and Bootstrap 4 "card-group"
I am new to fluid and typo3 and trying to write my own template-extension based on bootstrap 4. i like the cards of bs4 and added them as
What is Fluid inline form of <wwt:getCategory uid="{record.uid}" as="records">{records.title}</wwt:getCategory>?
How can i get the inline form of this fluid tag ? <wwt:getcategory uid="{record.uid}"
TYPO3 Fluid: How is it possible to use conditions and variables outside of <f:section> to make the layout dynamic?
I try to change the layout which wraps each content-element by the definition from the backend. unfortunately it seems that the variable for
Ad
Blog Categories
Ad