typo3

TYPO3 decode realurl in userfunc

眉间皱痕 提交于 2020-01-03 06:32:05
问题 I have made an userFunc to make nice urls in my own extension. How do I decode the urls so that TYPO3 will show the right product? I think that the uid of the product will be somewhere so that I can use it. Am I right? 回答1: If I remember correctly, you don't have to decode anything. RealURL sets the $_GET variables back to what they would be if RealURL wasn't used. So if your URL contains... &tx_origkentaurproducts_kentaurproductsfe[action]=show ...and RealURL transforms it for example to...

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

Adding a textstyle in the new RTE editor (TYPO3 8.7.1)

六眼飞鱼酱① 提交于 2020-01-03 02:48:09
问题 Is there a possibility to add a textstyle to a marked text? The following code does not work... RTE.default.contentCSS = fileadmin/templates/css/rte.css RTE.default.buttons.textstyle.tags.span.allowedClasses := addToList(huge) RTE.default.proc.allowedClasses := addToList(huge) 回答1: Have the same problem. Added all by manual and can't see any changes. Also tried: In TsConfig #RTE.default.preset = hit_custom RTE.default.preset = minimal RTE.config.tt_content.bodytext.preset = minimal #RTE.tt

How to add cropVariants to an image field in TYPO3 flexform

我只是一个虾纸丫 提交于 2020-01-03 02:06:41
问题 I can override the cropVaraints for an image field in TCA like this: 'columnsOverrides' => [ 'image' => [ 'label' => 'LLL:EXT:myext/Resources/Private/Language/locallang_be.xlf:general.field.image', 'config' => [ 'overrideChildTca' => [ 'columns' => [ 'crop' => [ 'config' => [ 'cropVariants' => [ 'default' => [ 'title' => 'LLL:EXT:myext/Resources/Private/Language/locallang_be.xlf:wizard.banner.title', 'allowedAspectRatios' => [ '2:1' => [ 'title' => 'LLL:EXT:myext/Resources/Private/Language

TYPO3 - Howto disable cache for specific content element on a page?

为君一笑 提交于 2020-01-03 01:47:29
问题 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): tt_content.textmedia.20 = USER_INT I am using ext:fluid_styled_content with custom CTypes. From my understanding the above typoscript should disable the caching for the content element "Text & Media" (just as an example). My custom element reads live data from an API using a ViewHelper. But the ViewHelper is

What is the right configuration for the RTE to show my own CSS classes as selection?

风格不统一 提交于 2020-01-02 09:17:28
问题 The configuration of the RTE changes with each (big) version. Now I have my first 7.6 installation where I need to configure the RTE so editors can have special classes for paragraphs, spans or tables. e.g. the editor should be able to select the default styles of bootstrap for tables: table-striped, table-bordered I don't use an old configuration from a 6.2 installtion but created it anew from documentation. I use a site extension and include the TSconfig in ext_localconf.php with \TYPO3\CMS

How to add Tooltips to a Flexform Plugin Configuration?

时光毁灭记忆、已成空白 提交于 2020-01-02 04:38:27
问题 I guess its quite Simple as soon as you know it once, but I am searching on this Topic now for 4+ Hours. So maybe someone can help me out, with a push to the right direction. I develop an Extension for TYPO3 6.2 with Extbase. The Plugin Configuration is done with a FlexForm. To increase Usabillity I want to add Tooltips (helptexts or CSH) to my FlexForm. Approach 1: I tryed it with the Tag <cshFile> and adding the corresponding XML to the Extension Files. As many Forums and Blogs suggest,

Adding the page content to a fluid template

浪子不回头ぞ 提交于 2020-01-01 07:30:15
问题 I'm new to TYPO3 and Fluid and trying to display the page content using a Fluid template similar to the following one: <div id="content"> <f:format.html>{content}</f:format.html> </div> The page data is entered via the backend using a two-column layout ( colPos=0, colPos=1 ). I am now trying to display the content of the first column ( colPos=0 ) inside the div. At the moment, my TYPO-Script looks like the following: page = PAGE page { # ... 5 = FLUIDTEMPLATE 5 { file = fileadmin/templates

TYPO3 backend modul DataTable is no function

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-31 06:07:12
问题 I including in my extbase backend modul different assets in the Layout html. To init multiple DataTables: $(dataTables[i]).DataTable(dataTableOptions); <f:be.container enableClickMenu="false" loadExtJs="false" enableExtJsDebug="true" > <script type="text/javascript" src="{f:uri.resource(path:'js/Backend/lib/jquery-1.11.3.min.js')}"></script> <script type="text/javascript" src="{f:uri.resource(path:'js/Backend/lib/jquery-ui.min.js')}"></script> <script type="text/javascript" src="{f:uri