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
1
vote
3 answers

using fluidcontent (fluid powered TYPO3) in a TYPO3 multidomain setup

I have an TYPO3 installation with two domains. Each domain has its own provider extension and static template file. Example: domain1.com -> providerextension1 domain2.com -> providerextension2 Is it possible to hide the fluidcontent FCEs from…
kimomat
  • 2,211
  • 23
  • 37
1
vote
1 answer

TYPO3 Fluidcontent: How to use FAL inside an object

I'm trying to build a custom Content Element with Flux. It should consist of a repeatable container with a header, a description text, an image and a PDF to download. When using f:flux.inline.fal I don't manage to get more than one image working.…
1
vote
1 answer

Adding configuration fields to a typo3 page with fluid / flux

I have setup a site to use flux / FLUIDCONTENT for templates and have it working using the tutorial here: http://thomas.deuling.org/2011/06/create-base-html-fluid-templates-for-typo3-4-5/ It's all working well but now I want to be able to choose an…
anteatersa
  • 1,449
  • 2
  • 12
  • 18
1
vote
1 answer

Is it possible to reuse flexform field definitions using EXT:flux?

I'm new to the fedext-universe. By now, I've created a set of content elements, and they work fine. There is one drawback though: One set of content elements has some fields in common, and these fields are rather complicated. Usually, I'd move their…
Jost
  • 5,948
  • 8
  • 42
  • 72
1
vote
1 answer

Is there TCA group/db field equivalent in flux?

Is there a possibility to add a field, which could contain relationship to multiple types of records ? I need flux's equivalent for such TCA definition : 'related_data_elements' => array( 'exclude' => 1, 'label' => 'Label', …
Fedir RYKHTIK
  • 9,844
  • 6
  • 58
  • 68
1
vote
1 answer

Can not make Typo3 Fluid page templating work

I'm trying to start working with the Typo3 Fluid templating engine, and I managed to get it running sort of the dirty way. But then I found the fedext.net project together with this demo. And tried following this tutorial. I end with the following…
Anton Boritskiy
  • 1,539
  • 3
  • 21
  • 37
1
vote
1 answer

EXT:fluidcontent does not accept element configuration

I have already used Fluid ContentElements with FED and Flux and wanted to try to port my existing elements to TYPO3 6.1.5. I've read up on the recent changes with FED and thus installed EXT:flux and EXT:fluidcontent as advised on the project…
0
votes
1 answer

Is it possible to overwrite a template with typoscript for a different typeNum?

I do have a second typeNum to be render data via ajax call. I like to overwrite the chosen template on this, to be able to render the site for the case the user disabled JS. Is it possible or do I have to extend the PageProvider for this? I had a…
MrWhy
  • 97
  • 1
  • 7
0
votes
1 answer

Overview of all fluidcontent FCEs

For complex TYPO3 project using fluidcontent I'm looking for a tool, which show me the followering informations: which FCE exists how often and on what pages are they in use which partials are used which flux form fields are used (with name and…
Ranger
  • 1
0
votes
1 answer

FluidPages/Flux configuration not inherited to child pages

I've the following page template:
tpinne
  • 1
0
votes
2 answers

FluidTYPO3: How do I render content from other extensions (news...)?

Actually I found the answer already on this site Preferred way to add an extensions into Fluid Powered TYPO3 template but I don't get it to work :-( I have a page template with main content and in the sidebar content from FlexSlider extension and at…
0
votes
2 answers

Edit headlines (header level) FLUID Powered TYPO3 fluidcontent_core instead of CSS_Styled_Content

How can I edit my Header info fluidcontent_core Extension. I use it instead of the 'normal' CSS_Styled_Content with FLUIDPAGES 3.1.2, FLUX 7.1.2, FLUIDCONTENT 4.1.2, FLUIDCONTENT_CORE 4.1.1 and VHS 2.1.4 - the latest versions of FLuidTYPO3. For…
user2310852
  • 1,654
  • 1
  • 25
  • 52
0
votes
1 answer

No Backend Icons FLUID Powered TYPO3 - wrong path?

after my first steps with FLUID POWERED TYPO3. The latest versions flux 7.1.2, fluidpages 3.1.2, fluidcontent 4.1.1, fluidcontent_core 1.0.2, vhs 2.1.4 I've got only a small issue ... I don't see my Icons for FLUIDPAGES or FLUX CONTENT ELEMENTS at…
user2310852
  • 1,654
  • 1
  • 25
  • 52
0
votes
1 answer

No RTE is shown in TYPO3 BE using EXT:fluidcontent and flux:field.text

My fluidcontent content element shows no RTE Editor in the TYPO3 backend, only a simple textarea. I use TYPO3 v6.2.9 and all…
0
votes
2 answers

Render flux:field.inline.fal from page in content

I have defined a a FAL resource in my page template
Markus Bischof
  • 169
  • 1
  • 11