fedext

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

旧巷老猫 提交于 2020-01-06 05:50:06
问题 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 example, I need an additional <div class="text-center">|</div> for my <h1> Header, like this <div class="text-center"> <h1>{textBla}</h1> </div> How can I add additional HTML-Code for h1 - h6 or change the labels 1,2,3,4,5,6 to Text Strings!? In

No Backend Icons FLUID Powered TYPO3 - wrong path?

谁都会走 提交于 2020-01-03 05:06:12
问题 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 TYPO3 Backend. This is the Icon Path for Fluidpages-Images from Screenshot: typo3conf/ext/mvz_neuhann/Resources/Public/Icons/Page/Standard.gif I try it with or without baseURL nothing happens. The Icon is visible, when I paste the path into my

No Backend Icons FLUID Powered TYPO3 - wrong path?

空扰寡人 提交于 2020-01-03 05:06:07
问题 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 TYPO3 Backend. This is the Icon Path for Fluidpages-Images from Screenshot: typo3conf/ext/mvz_neuhann/Resources/Public/Icons/Page/Standard.gif I try it with or without baseURL nothing happens. The Icon is visible, when I paste the path into my

Preferred way to add an extensions into Fluid Powered TYPO3 template

若如初见. 提交于 2019-12-23 05:42:31
问题 im working with Claus' Fluid Powered TYPO3 and I'm quiet happy with it. At the moment I have to implement a template wich should contain another extension (e.g. news) in the sidebar. What is the preferred way to implement this. My idea was to add the f:cObject ViewHelper and insert the extension in that way. Is this the correct approach? Thx Markus 回答1: This depends on the type of template you are building: Page templates should have proper content areas into which you can insert content. If

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

柔情痞子 提交于 2019-12-23 01:20:28
问题 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. If the special image elememt is in a two column element the image can be smaller as it must be outside of the two column element. Until now I did not find a way to solve this problem. 回答1: Id of parent record is always stored in {record.tx_flux

What is “Fluid powered TYPO3” and is it recommended?

这一生的挚爱 提交于 2019-12-12 08:39:42
问题 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 understand the different systems that are around at the moment and I need some clarification. The background of the question, what I am looking for: Don't use Templavoila Keep it simple, little coding overhead That's why I still use markers! Enable

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

…衆ロ難τιáo~ 提交于 2019-12-06 18:54:27
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. If the special image elememt is in a two column element the image can be smaller as it must be outside of the two column element. Until now I did not find a way to solve this problem. Id of parent record is always stored in {record.tx_flux_parent} - however, you may need to manually transfer the {record} variable since this does not happen

Adding configuration fields to a typo3 page with fluid / flux

扶醉桌前 提交于 2019-12-04 05:28:42
问题 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 image per page and use it to build a big header. With templavoila I could create fields that were available in the page properties but can't seem to get it working with FLUIDCONTENT. I am using Typo3 6.1 and here is my inside page flex template:

Adding configuration fields to a typo3 page with fluid / flux

与世无争的帅哥 提交于 2019-12-02 04:02:26
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 image per page and use it to build a big header. With templavoila I could create fields that were available in the page properties but can't seem to get it working with FLUIDCONTENT. I am using Typo3 6.1 and here is my inside page flex template: {namespace v=Tx_Vhs_ViewHelpers} {namespace flux=Tx_Flux_ViewHelpers} <f:layout name="main" /> <f:section