typo3

TYPO3 Produce images in different sizes

空扰寡人 提交于 2020-04-18 00:47:42
问题 I have this implementation, using it in a page level 2 submenu. Each level 2 menu has multiple subpages. Each subpage has one image. So this implementation produces an image from each page for each submenu. For example, a submenu with 2 subpages will have 2 images (one from each subpage). 1 = FILES 1 { references { table = pages fieldName = media data = levelmedia:-1, slide } begin = 0 maxItems = 2 renderObj = COA renderObj { 2 = IMAGE 2 { file { //params = -sharpen 50 +profile "*" -quality

TYPO3 : SimplePoll : show the last

懵懂的女人 提交于 2020-04-17 21:33:42
问题 currently I'm using simplepoll.uid to show a Poll on the Frontend : lib.poll = USER lib.poll { userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run extensionName = Simplepoll pluginName = Polllisting vendorName = Pixelink settings =< plugin.tx_simplepoll.settings settings { simplepoll.uid = 13 // this is the ID of the Poll to show } persistence =< plugin.tx_news.persistence view =< plugin.tx_news.view } is there a way to show automatically the last poll added to the storagePid instead of

TYPO3 : SimplePoll : show the last

心已入冬 提交于 2020-04-17 21:33:36
问题 currently I'm using simplepoll.uid to show a Poll on the Frontend : lib.poll = USER lib.poll { userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run extensionName = Simplepoll pluginName = Polllisting vendorName = Pixelink settings =< plugin.tx_simplepoll.settings settings { simplepoll.uid = 13 // this is the ID of the Poll to show } persistence =< plugin.tx_news.persistence view =< plugin.tx_news.view } is there a way to show automatically the last poll added to the storagePid instead of

Typo3 9.5 prefill form field with get parameter

风格不统一 提交于 2020-04-14 07:39:09
问题 I use TYPO3 system extension "form" and want to prefill an input field with a GET parameter. This TYPO3 8.7. Form prefill input field is working, but only is no_cache=1. Is there another solution without deactivate the whole cache? Thanks david 回答1: You can disable the cache of the content column of your form page, for example: lib.content = COA lib.content{ 10 < styles.content.get } [page["uid"] == 512] lib.content = COA_INT [global] 回答2: Yes, you can but you need to create HOOK . This is

How can I get back access to the backend of TYPO3 when fluidpages are causing an error on backend and frontend?

给你一囗甜甜゛ 提交于 2020-03-25 13:57:01
问题 I got to work on a Typo3 page and I have to say I'm at the very beginning if it comes to TYPO3. So I wanted to fix a bug and updated the plugin "fluidpages" from version 4.1.0 (I guess) to 4.3. That cause the "Oops, an error occurred!" in the backend and frontend, so I dont have access from that side. I still have the FTP login for the website. The version of TYPO3 is 8.7.18. The errorcode I get is that one: Could not analyse class: "FluidTYPO3\Flux\Configuration\ConfigurationManager" maybe

How can I get back access to the backend of TYPO3 when fluidpages are causing an error on backend and frontend?

只愿长相守 提交于 2020-03-25 13:56:06
问题 I got to work on a Typo3 page and I have to say I'm at the very beginning if it comes to TYPO3. So I wanted to fix a bug and updated the plugin "fluidpages" from version 4.1.0 (I guess) to 4.3. That cause the "Oops, an error occurred!" in the backend and frontend, so I dont have access from that side. I still have the FTP login for the website. The version of TYPO3 is 8.7.18. The errorcode I get is that one: Could not analyse class: "FluidTYPO3\Flux\Configuration\ConfigurationManager" maybe

How can I use a PHP script in typo3 v9?

一曲冷凌霜 提交于 2020-03-24 09:45:06
问题 I'd like to know if there is a way to use a PHP script in the typo3 v9 or a newer version. If possible, I'd prefer a way to call a function and not to embed the code in an HTML box. Thanks a lot 回答1: A short history: in earlier days (TYPO3 prior to 4.2) there was a PHP content element. As of the possibility to insert bad code it was removed. then there was a possibilty to include any file with PHP code by typoscript as a userfunc . That was restricted by TYPO3 6 as you now can only use

How can I use a PHP script in typo3 v9?

心已入冬 提交于 2020-03-24 09:45:05
问题 I'd like to know if there is a way to use a PHP script in the typo3 v9 or a newer version. If possible, I'd prefer a way to call a function and not to embed the code in an HTML box. Thanks a lot 回答1: A short history: in earlier days (TYPO3 prior to 4.2) there was a PHP content element. As of the possibility to insert bad code it was removed. then there was a possibilty to include any file with PHP code by typoscript as a userfunc . That was restricted by TYPO3 6 as you now can only use

Set TYPO3 page cache lifetime to an exact month (and not 31 days)

眉间皱痕 提交于 2020-03-22 09:31:30
问题   i have a page with a TYPO3 plugin, that shows the "tip of the month". I populated items in the list module, having a start/end date to the respective month. The thing is I have to either disable the cache (or set it to only 1 day) or flush it manually, or the tip of the last month is still shown. I want the page to be cached, but the cache only be valid until the 1st of each month. Setting page lifetime in the background to "1 month", actually sets a lifetime of 2678400 seconds (31 days),

How do I approach typo3 in general? I mean basic CRUD operations like Laravel [closed]

你。 提交于 2020-02-29 09:58:30
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 8 days ago . Background: I am a Laravel developer and now we're shifting to typo3 development. We are using version 9. I am struggling in the middle because of the lack of resources, except official documentation. Where I stand: I installed the bootstrap extension which is a package from