Questions tagged [fedext]

Fluid Powered TYPO3 framework

Fluid Powered TYPO3 framework - a collection of extensions designed to make many common development tasks in TYPO3 a lot easier to perform.

https://fluidtypo3.org/

Includes TYPO3 extensions flux, fluidpages, fluidcontent, vhs and more.

38 questions
8
votes
2 answers

What is "Fluid powered TYPO3" and is it recommended?

What is to be understood by "Fluid powered TYPO3" (as stated by http://fedext.net/) and what are its benefits for the integration? Are there other modern templating approaches for TYPO3 6.x that would be best practice to switch to now? I don't…
Urs
  • 4,984
  • 7
  • 54
  • 116
6
votes
3 answers

Disable FluidTYPO3 page template and/or content elements

I've a multi domain TYPO3 CMS installation where every of the X page trees has it's own page template and content elements build with FluidTYPO3. At the moment the backend user sees all the templates and elements provided by the different provider…
Markus Bischof
  • 169
  • 1
  • 11
4
votes
4 answers

In TYPO3 Fluid, how do I access a variable from inside a foreach loop?

I am building a navigation with the VHS Menu ViewHelper. Below is the entire code. My question is probably very basic fluid though. Inside a scope, how do I access a variable that exists outside that scope - or how do I pass it into that…
Urs
  • 4,984
  • 7
  • 54
  • 116
3
votes
1 answer

Access fluidpage configuration in template

I'm trying to access fluid page configuration inside a template. In detail: I added a selectfield to my page layout
Markus Bischof
  • 169
  • 1
  • 11
3
votes
1 answer

How to select and store ContentElement UID in Flux FlexForm Configuration?

I'm currently building a TYPO3 PageTemplate with Flux and Fluidpages (both GitHub Master-Branch). I'd like to have the possibility to select a number of ContentElements from the PageTree and store the UIDs in a variable for later rendering. My first…
Alex K.
  • 31
  • 5
3
votes
5 answers

How can i make a image selection field with FLUX that is like the TYPO3-native image content type?

Is it possible to create a image selection field with Flux/Fluid FlexForms like the default TYPO3-Image-ContentElement? And if yes, how? I could only create a input field (with wizard) that links to the files table. This is the…
Benjamin
  • 961
  • 1
  • 11
  • 23
2
votes
2 answers

FLUX configuration for a typolink

How can I use a typolink-field at my FLUX Flexform-Configuration (Backend)
user2310852
  • 1,654
  • 1
  • 25
  • 52
2
votes
3 answers

Enable sliding for page resources with Fluid Powered TYPO3 vhs

Hi everybody out there, I have configured my page template so that I can create FAL relations. I'm able to read the data of the current page and spit out the image. But what I really want is that I can slide up - if there is no FAL relation at the…
Markus Bischof
  • 169
  • 1
  • 11
2
votes
1 answer

How to layout the flux grid view in the backend?

I'm using flux (7.0.0) and fluidcontent (4.0.0) on TYPO3 6.2. My content model is as follows, using the "Composite Pattern": There is a content element "row" (in different flavors), which is a container element, to contain more content elements. It…
Jost
  • 5,948
  • 8
  • 42
  • 72
2
votes
1 answer

Flexform field select length of items

I have an interesting issue with a flux:flexform.field.select. Currently my set-up looks like.
dmanners
  • 2,062
  • 1
  • 18
  • 24
2
votes
2 answers

Typo3 Fluid: What is the correct way to render flux:flexform.field.wizard.link?

I'm working with the Typo3 6.1 and Fluid templates, using the fedext.net set of tools. I have the content element back-end template defined like this: {namespace flux=Tx_Flux_ViewHelpers} {namespace v=Tx_Vhs_ViewHelpers}
Anton Boritskiy
  • 1,539
  • 3
  • 21
  • 37
1
vote
1 answer

fluidpages / flux inheritance performance

When using fluidpages, fluidcontent and flux in TYPO3 6.2 the time to load a page in list mode takes more than a minute in our environment, which was not the case with TYPO3 4.7. After looking into the code I have the feeling that it is connected to…
Björn
  • 41
  • 2
1
vote
1 answer

PGrid and CGrid doesnt render

i'm using TYPO3 6.2.7 with all the newest Versions of Flux, VHS, fluidcontent and fluidpages. The Pages Template im using, doesnt render the Content Areas in the Backend. It only shows the default TYPO3 Columns. This is my Template for the…
1
vote
1 answer

Why content.render renders nothing?

I'm new to the fluidcontent stuff. To get into the stuff, I have work with the documentation. But now I am at a point I don't know where my fault is. I have add the Skeltron of the HTML Layout. But now I wondering why the content which is set into…
loon3x
  • 175
  • 1
  • 1
  • 7
1
vote
1 answer

How the get the parent element of a FCE in Fluid Powered TYPO3

Is there a possiblity to get the parent element of the current element. Fx: I have a two column FCE and in this two column FCE I will place a custom image element. For performance reasones I would like to render the image only as big as necessary.…
Markus Bischof
  • 169
  • 1
  • 11
1
2 3