fluid_styled_content | Subtree split of the TYPO3 Core Extension

 by   TYPO3-CMS HTML Version: v11.5.27 License: GPL-2.0

kandi X-RAY | fluid_styled_content Summary

kandi X-RAY | fluid_styled_content Summary

fluid_styled_content is a HTML library. fluid_styled_content has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.

[READ-ONLY] Subtree split of the TYPO3 Core Extension "fluid_styled_content"
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              fluid_styled_content has a low active ecosystem.
              It has 21 star(s) with 2 fork(s). There are 10 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              fluid_styled_content has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of fluid_styled_content is v11.5.27

            kandi-Quality Quality

              fluid_styled_content has no bugs reported.

            kandi-Security Security

              fluid_styled_content has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              fluid_styled_content is licensed under the GPL-2.0 License. This license is Strong Copyleft.
              Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.

            kandi-Reuse Reuse

              fluid_styled_content releases are not available. You will need to build from source code and install.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of fluid_styled_content
            Get all kandi verified functions for this library.

            fluid_styled_content Key Features

            No Key Features are available at this moment for fluid_styled_content.

            fluid_styled_content Examples and Code Snippets

            No Code Snippets are available at this moment for fluid_styled_content.

            Community Discussions

            QUESTION

            Access to variables in fluid_styled_content partials
            Asked 2021-Jun-12 at 22:14

            I have cloned the file sysext/fluid_styled_content/Resources/Private/Partials/Media/Type/Image.html into my own template directory and set the constant to use that path. This works fine.

            Now I want to output the "source" metadata of the image (which you can edit from the files list or some other places) additionally.

            In debug output of {file} I can see this data under the branch {file.originalFile.metaDataAspect.source}.

            But if I want to use this data to output there comes an error message Cannot access private property TYPO3\CMS\Core\Resource\File::$metaDataAspect.

            How can I access this data in my modified fluid_styled_content template?

            ...

            ANSWER

            Answered 2021-May-02 at 18:26

            The chapter "Get File Properties" of the File Abstraction Layer documentation is telling:

            If you have a file reference and want to get its properties like Metadata, you have to access “originalResource” first. Example:

            Source https://stackoverflow.com/questions/67359215

            QUESTION

            TYPO3 bootstrap_grids - How to modify header of content elements?
            Asked 2021-Mar-26 at 13:19

            I am using gridelements (10.0.0) and bootstrap_grids (2.2.0) in a TYPO3 10 installation. I have included the recommended static templates of both extensions (w/DataProcessing) and the headers of the gridelements are rendered in the frontend. Where can I modify the markup of the header? I find no definition neither in gridelements nor in bootstrap_grids. The header definitions in my custom fluid_styled_content templates are not used.

            ...

            ANSWER

            Answered 2021-Mar-26 at 13:19

            Actually that's not just a TypoScript problem but a problem of Fluid root paths. In this case layoutRootPaths. Since both - gridelements and bootstrap_grids - don't come with their own layout HTML files but are based on fluid_styled_content, they will make use of the default layout provided by FSC.

            This is located here: https://github.com/TYPO3-CMS/fluid_styled_content/blob/master/Resources/Private/Layouts/Default.html

            So either you will have to provide another layout root path and change the layout file in use - or you will have to create a partial Header/All somewhere in your registered partial root paths.

            Source https://stackoverflow.com/questions/66812675

            QUESTION

            Typo3 10.4.4 Gridelements 10.0.0 extension not working
            Asked 2020-Nov-03 at 09:26

            Hey I am pretty new to typo3 and I want to build a website. I am running version 10.4.4 of TYPO3 with the bootstrap package installed. I have tried to follow the guide on https://docs.typo3.org/typo3cms/extensions/gridelements/stable/

            I have copied the TypoScript into my template setup, but there is no output on the frontend. Remember I am new to this so I don't understand the TypoScript well yet.
            So any ideas to what I could do?

            EDIT: I want to use GriElements so that I can create my own layouts on my page. The standard layouts are good but I need more freedom than what they offer.

            I can get output on the frontend without GridElements, but when I use the extension only the content in the GridElements block wont show. If I remove the standard TypoScript from the example on the manual page for this extension i get an error saying "Oops an error occurred! Code:" and then a code that changes every time I update the page.

            My TypoScript on my template looks like this:

            ...

            ANSWER

            Answered 2020-Oct-28 at 14:58

            You probably missed to include the static template of gridelemnts. To do so edit your TS-Root-Template, select in the dropdown at the top "Info/Modify", hit the button "Edit the whole template record", go to tab "Includes" and select gridelements static setup in the Multiselect box on the right.

            Source https://stackoverflow.com/questions/64575204

            QUESTION

            Handle multi domain setup with distribution extensions in TYPO3 9.5 LTS
            Asked 2020-Aug-26 at 10:43

            I've got a multi domain setup in TYPO3 9.5.20 LTS and according to best practice experience I should use distribution extensions to offer Typoscript and the template to each root. So I did that.

            domainA template contains:

            • fluid_styled_content
            • ...
            • gridelements
            • templatea

            domainB template contains:

            • fluid_styled_content
            • ...
            • gridelements
            • templateb

            The problem now is that in domainB I only see the BE layouts of domainA.

            How can I separate that? How can I limit it to it's page?

            I define the layout in Configuration/TSConfig/Page.txt with mod.web_layout.BackendLayouts. And in each extension I load that Page.txt in the ext_localconf.php like:

            ...

            ANSWER

            Answered 2020-Aug-26 at 10:43

            Okay the solution is very simple, once you know it. You don't add it with addPageTSConfig and not in ext_localconf.php. Just create a /Configuration/TCA/Overrides/pages.php and add:

            \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::registerPageTSConfigFile( 'myextkey', 'Configuration/TSConfig/Page.txt', 'Template domainA PageTSConfig' );

            After delete the cache go to your page settings to "Resources" and added via "Include Page TSconfig (from extensions)", save and voila.

            Documentation reference: https://docs.typo3.org/m/typo3/reference-tsconfig/master/en-us/UsingSetting/Index.html#using-and-setting-tsconfig

            Source https://stackoverflow.com/questions/63595090

            QUESTION

            TypoScript with innerWrap and section_frame doesn't work anymore
            Asked 2020-Jun-21 at 07:35

            We are reworking old TYPO3 projects and my problem is that the following condition doesn't work anymore, and nothing gets wrapped:

            ...

            ANSWER

            Answered 2020-Jun-05 at 14:47

            Since the classes are not assigned by a numeric value but directly as a class string, you don't need any condition for that, but you can use the string data instead.

            Source https://stackoverflow.com/questions/62211745

            QUESTION

            TYPO3 9.5.15 with gridelements and t3sbootstrap not working
            Asked 2020-Apr-28 at 09:37

            I have a new TYPO3 9.5.15 installation and added gridelements 9.5.0 and t3sbootstrap 4.4.5 to make content elements with 3 columns in a own 1 column backendlayout which is defined in PageTsConfig.

            In older TYPO3 versions, this is working fine (i.e TYPO3 7) but in TYPO3 9 I get the following error in FE:

            Tried resolving a template file for controller action "Standard->three_columns" in format ".html", but none of the paths contained the expected template file (Standard/Three_columns.html). The following paths were checked: xxx/typo3/sysext/fluid_styled_content/Resources/Private/Templates/, xxx/typo3conf/ext/gridelements/Resources/Private/Templates/, xxx/typo3conf/ext/t3sbootstrap/Resources/Private/Templates/Content/, xxx/typo3conf/ext/t3sbootstrap/Resources/Private/Templates/, ,

            I've double checked and can confirm, that both, gridelements and t3sbootstrap are included in the roottemplate of the website.

            As far as I found out, the templates are available in xxx/typo3conf/ext/t3sbootstrap/Resources/Private/Templates/Gridelements/ but are called ThreeColumns.html

            Has anyone an idee what causes the error and how to resolve it?

            Thanks in advance

            ...

            ANSWER

            Answered 2020-Apr-28 at 08:44

            At a first look it seems that there are 2 problems with your combination here:

            The message "Standard->three_columns" points to a wrong static template, so I guess you included the new DataProcessing static of Gridelements, while t3sbootstrap depends on the old Plugin and USER based static.

            The root path xxx/typo3conf/ext/t3sbootstrap/Resources/Private/Templates/Gridelements/ is missing in your setup.

            At a second look it might even be enough to change the Gridelements static, since t3sbootstrap takes care of the root path based on that setup.

            Source https://stackoverflow.com/questions/61475728

            QUESTION

            Wrap paragraphs into Div for Typo3 Content Elements
            Asked 2020-Apr-15 at 17:06

            I am currently trying to wrap a div around the paragraphs in Text and Text and Images components in Typo3.

            Currenlty they look like this:

            ...

            ANSWER

            Answered 2020-Apr-15 at 15:54

            I think you just have to override the standard Fluid Template file for that content elements

            Source https://stackoverflow.com/questions/61232798

            QUESTION

            How do I add a controller to my custom extension? TYPO3 9.5
            Asked 2020-Jan-22 at 08:13

            I'm fairly new to typo3..I've created my own content element based from this page:

            https://docs.typo3.org/typo3cms/extensions/fluid_styled_content/7.6/AddingYourOwnContentElements/Index.html

            I've got the field values displayed on the front-end, i'm now trying to pass the field values to a fluid form and want to know how I instantiate a controller so I can retrieve the values?

            anybody know how to do this?

            ...

            ANSWER

            Answered 2020-Jan-22 at 04:46

            If I explain in brief, custom fluid elements in the TYPO3 and TYPO3 extension both are different things.

            What you have done...

            You have created the custom fluid element which is using existing tt_content fields (or custom added fields). With this, you can use the element directly as part of fluid_styled_content. The link you have provided is referring to the same!

            What you're looking for...

            You need a controller that means you need a custom extension. However, I am not sure what you want to archive. You can find a reference for how to create an extension for TYPO3.

            Hope this helps you!

            Source https://stackoverflow.com/questions/59846187

            QUESTION

            TYPO3 - Howto disable cache for specific content element on a page?
            Asked 2019-Dec-17 at 07:52

            Is it possible to disable the caching for one specific element on pages? I tried already the following typoscript, as described in this answer, but it is not working for me (TYPO3 v8):

            ...

            ANSWER

            Answered 2019-Aug-15 at 07:10

            fluid_styled_content uses the FLUIDTEMPLATE content object instead of USER as it was in css_styled_content. FLUIDTEMPLATE has no "non-cached" variant. I believe there are some options to change the caching of that element, but I could not find anything on that in the documentation.

            Alternatively you could wrap it in a COA_INT object, which would look like something like this:

            Source https://stackoverflow.com/questions/57505896

            QUESTION

            TYPO3: how to migrate userFunc TypoScript condition to Symfony Expression Language?
            Asked 2019-Nov-12 at 15:25

            How can I migrate this TypoScript condition to be fully compatible with the Symfony Expression Language for conditions in TYPO3 9.5?

            [userFunc = TYPO3\CMS\Core\Utility\ExtensionManagementUtility::isLoaded('fluid_styled_content')]

            ...

            ANSWER

            Answered 2019-Nov-12 at 15:25

            You'd have to provide your own functions at the moment.

            There is a tutorial here: https://usetypo3.com/symfony-expression-language-in-typo3.html

            But basically you'd have the file yourext/Configuration/ExpressionLanguage.php with content like:

            Source https://stackoverflow.com/questions/58821112

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install fluid_styled_content

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/TYPO3-CMS/fluid_styled_content.git

          • CLI

            gh repo clone TYPO3-CMS/fluid_styled_content

          • sshUrl

            git@github.com:TYPO3-CMS/fluid_styled_content.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link