typoscript

Get FlexForm configuration in TypoScript

别来无恙 提交于 2019-12-11 06:07:30
问题 I need to get the page.headerData in typoscript from pi_flexform.How can implement my requirement? page = PAGE page { headerData { 10 = TEXT 10.value =<script>/**********************/</script> } } 回答1: I am not so sure about what you really need. I am guessing you want to access a FlexForm configuration inside your TypoScript? Since the version 8.4 this is possible by using plain TypoScript lib.flexformContent = CONTENT lib.flexformContent { table = tt_content select { pidInList = this }

TYPO3 menu: how to set “entryLevel” dynamic?

陌路散爱 提交于 2019-12-11 05:42:16
问题 I'm trying to create a menu that displays in TYPO3 all subpages and the parent page. My problem is that I find no way to assign entryLevel dynamically. I'm working with TYPO3 6.1 This is currently my typoscript for the menu. lib.mainnavi = HMENU lib.mainnavi { entryLevel = 1 1 = TMENU 1.wrap = <ul> | </ul> 1 { noBlur = 1 NO { subst_elementUid = 1 allWrap = <li id="link{elementUid}" class="first">| |*| <li id="link{elementUid}">| |*| <li id="link{elementUid}" class="last">| wrapItemAndSub = |<

Typo3 CKEditor image from FAL

半世苍凉 提交于 2019-12-11 04:19:55
问题 I set up a fresh TYPO3 8.7.4 installation with CKEditor and rte_ckeditor_image to get images from FAL. In the documentation from rte_ckeditor_image it says: The maximum dimensions relate to the configuration for magic images which have to be set in Page TSConfig: # Page TSConfig RTE.default.buttons.image.options.magic { maxWidth = 1020 # Default: 300 maxHeight = 800 # Default: 1000 } I did this, but still I can't make the width of an image bigger than 300px. I looked at the source code from

How can I change the Header Layout in TYPO3 (add some wrap div's)

一曲冷凌霜 提交于 2019-12-11 02:29:28
问题 Hello I need to change the Header Layout (Image below) in TYPO3. I am using the fluid templating system Also I found the html file where I can change it. The original path to the file is: /typo3_src-7.6.16/typo3/sysext/fluid_styled_content/Resources/Private/Partials/Header But if I change it right there my TYPO3 is not updatable. Can I change the file somehow that TYPO3 is still updatable? 回答1: it's possbile that typo3 stays updatable. You have to create the original path in your file

Searching for TYPO3 Extension: Global Variables

痞子三分冷 提交于 2019-12-11 02:28:48
问题 I am searching for a TYPO3 extension that lets me define variables and use them everywhere in the TYPO3 backend (something like %CEO_NAME%). The customer wants to define names and addresses (for their CEO for example) centrally, so that when another person gets the job they can just change it once and it gets replaced in every RTE, page title, keyword, etc. Is there some extension that would allow me to do that easily or is there an easy way this could be achieved with TS? If at all possible

How to realize one page template in TYPO3 with custom elements for sections?

会有一股神秘感。 提交于 2019-12-11 00:26:30
问题 This is the template I want to use with TYPO3: http://www.shegy.nazwa.pl/themeforest/hype/ios/solid/ I want to give the user the possibility to add or remove sections like you see on the screenshots as many as they want. My first idea to solve this, is to create content elements. I think tt_content is not enough for this. It would be neccessary to create an own table for each sections. Is there another way? It would be very great to give the user the possibility to add content elments inside

Implement HTML template in Typo3, content don't work or my mistake

坚强是说给别人听的谎言 提交于 2019-12-11 00:06:51
问题 I try that implement html template in typo3. With this tutorial: http://wiki.typo3.org/Templating_Tutorial_-_Basics All subparts and makers perfectly work, but content subparts CONTENTMIDDLE and CONTENTRIGHT don't work. I did all the same from tutorial, but don't work, nothing are showing. subpart In this area, should be changed content which input from backend. I tried with this, but nothing happens: CONTENTRIGHT = CONTENT CONTENTRIGHT < styles.content.getRight # get content, right

TYPO3 4.7.2 include extbase plugin via typoscript

不想你离开。 提交于 2019-12-10 16:12:14
问题 I wrote an extension and the implementation of the Plugin via backend does everything correctly. But when I try to implement my extension via typoscript I got this error everytime: Oops, an error occurred! The default controller can not be determined. Please check for Tx_Extbase_Utility_Extension::configurePlugin() in your ext_localconf.php. and I don't know why.. I have tried different implementations (per tx_extbase_core_bootstrap->run or tx_extbase_dispatcher->dispatch and with additional

Execute code upon content-changes in TYPO3

北城以北 提交于 2019-12-10 12:19:09
问题 Is it possible to notice if the content changed in the Backend and then, for example, to send a mail? In other words, can I somehow notice who modified the contents in the backend and then automatically send an email? 回答1: Yes. When content is changed in the backend, several hooks are called before and after the database operations. You can register for each of those hooks. The class you want to have a look at for the right hook is \TYPO3\CMS\Core\DataHandling\DataHandler . You can e.g.

Typolink inside section menu COA

你。 提交于 2019-12-10 12:18:23
问题 I have a custom section menu where I need a specific part of the menu item to be linked instead of the whole thing. At the moment the typolink part doesn't do anything: tt_content.menu.20.101 < tt_content.menu.20.3 tt_content.menu.20.101 { 1.NO { doNotLinkIt = 1 stdWrap.htmlSpecialChars = 0 stdWrap.cObject = CONTENT stdWrap.cObject { table = tt_content select { pidInList.field = uid } renderObj = COA renderObj { 10 = TEXT 10.field = header 10.typolink { section.cObject = TEXT section.cObject