1,951 questions
0
votes
1
answer
57
views
Context-specific default constant values
I'd like to define an API endpoint URL through a TypoScript constant, so that it can be overridden by editors.
At the same time I want to provide different default constant values depending on the ...
1
vote
1
answer
56
views
Nested variables in FLUIDTEMPLATE
It's possible to pass variables from TypoScript into fluid page templates as follows:
page {
10 = FLUIDTEMPLATE
10 {
variables {
headline = TEXT
headline.value =...
1
vote
1
answer
50
views
TYPO3 solr index custom database fields
TYPO3 version: 12.4
EXT:solr version: 12.0.5
I have a TYPO3 site with Solr indexing for pages and news. I also have a product database which I want to search in as well. I tried adding the table to my ...
0
votes
1
answer
70
views
Integrate a form from EXT:form with typoscript in a fluidtemplate
I have a TYPO3 v12 instalation and in a fluid template that has no page content, only data composed of constants i need to integrate a small subscription form, I cannot get anything to work, the ...
0
votes
2
answers
108
views
TYPO3 v11 SEO Sitemap has a limit to 1000 pages - how i can raise the limit
I have created a sitemap at:
https://www.lumedis.de/?sitemap=pages&type=1533906435
I have now published 1200 pages. However, the sitemap has a limit of 1000 pages. How can I increase this limit?
I ...
0
votes
1
answer
88
views
TYPO3 News IMG_RESOURCE gives error on first call for sys_category images selected with overwriteDemand
I have a page with a news plugin that gives only news of a chosen category, in the sidebar of that page I use the image that is loaded for the category, i do that this way:
# cat detail page Images
...
1
vote
1
answer
55
views
Can I set a typoscript lib depending on the presence of a register value?
I have the task, to display a certain breadcrumb path if a special register value is set.
I tried to access these register-values directly in fluid but they seem not to be evaluatable (conditions with ...
1
vote
1
answer
195
views
How to use the MenuProcessor to render the rootline of a specific page?
Is there a simple way to use the TYPO3\CMS\Frontend\DataProcessing\MenuProcessor to render the rootline (breadcrumb) for a specific page instead of the current one?
Mixing special = rootline and ...
2
votes
2
answers
204
views
TYPO3 - Render extension plugin output via Typoscript
I'm using TYPO3 13.1.1 and I delevoped a custom extension in order to display on the front-end side some stuff generated by one of my extension Controller.
-> My extension was installed via ...
0
votes
1
answer
459
views
TYPO3 Extension install with composer - but not detected
I'm launching a new website with TYPO3 13.1, using WAMP. I need to create a custom local extension in order to store all my custom controllers, models, viewhelpers, files etc...
I am in "...
0
votes
1
answer
139
views
Typo3 contact form
I need help and hope I'm at the right place.
In TYPO3, I have a contact form that I use on my website for contacts where a website user can send an inquiry by filling out fields for email address, ...
0
votes
1
answer
535
views
TYPO3 Fluid: How to get selected page categories in fluid
I spent hours on this problem. I wanted to access the selected categories of my page in TYPO3 Fluid, but there is no default way to do that.
0
votes
2
answers
226
views
My page doesn't recognize my Extbase plugin Controller
I am trying to add a plugin to my extension using Extbase.
I am able to add the plugin in the backend interface, but adding it does not take effect, and the controller is not recognized and am getting ...
1
vote
2
answers
933
views
TYPO3 Oops, an error occurred! Code: 202402180809040864ba5c
I have an error in TYPO3 when i try to show data on my Page.
I Try to connect to my DDEV db.
In my additional.php:
'DB' => [
'Connections' => [
'Default' => [
'dbname' => 'db',
...
0
votes
1
answer
91
views
How to use tt_content.uid when outputting a field with inline type in TypoScript Typo3-11.5?
I have created a countries plugin that extends tt_content. In setup.typoscript I output the fields like this:
tt_content.countries {
fields {
content {
fields {
...
0
votes
0
answers
391
views
TYPO3 page doesn't show up at front end. Error 500 - No TypoScript record found
I am quite a newbie to TYPO3 but like to test it very much for publishing web sites. Do have some basic knowledge about building web sites with HTML, Javascript and CSS.
Now I'd like to see which nice ...
0
votes
1
answer
715
views
TYPO3: get and display all file categories in fluid
TYPO3 11.5.33
Task
I want to display every category title of a pdf file in a comma separated list in a table column.
I have the content element of CType = uploads and inside I have a ...
2
votes
2
answers
84
views
Meta tag with dot in key is not recognized
Microsoft would like to find this tag in my <head> part:
<meta name="msvalidate.01" content="5..............................Z" />
So I write:
page.meta {
msvalidate....
0
votes
1
answer
143
views
TYPO3 bootstrap-package SectionMenu not working for news
I am struggling with the MenuSection content element from the bootstrap-package for TYPO3 v12 (composer-based). On the news detail page I have a MenuSection content element that does not render the ...
0
votes
1
answer
191
views
How can I render an image stored in a custom page properties tab?
I am building a main navigation in TYPO3 12 with drop down menus that contain images for each subpage. I added a custom tab 'Navigation' to the page properties, where I upload that image. What I do ...
0
votes
1
answer
139
views
typosscript from 7.6 not compatilbe with typoscript 12.4.7 - not inserting the content
I tried to move to Typo3 12.4.7 and have problems in converting the typoscript, which works fine under ver 7.6.X
The Screen could be obtained, when I change the following lines in the ver 7.6.X ...
0
votes
0
answers
88
views
Assign gridelements layout template filename from DB to FLUIDTEMPLATE - upgrading from LTS 9.5 to LTS 10.4
I was using an old version of TYPO3 (9.5). I'm upgrading to newer version 10-12.
I'm struggling with this code snippet to upgrade the TEMPLATE=file section (deprecated LTS 9.5).
I get error message &...
3
votes
3
answers
1k
views
TYPO3 TemplateService deprecation: how to get plugin typoscript? (NOT in FE context and WITHOUT extbase)
In V12 the TemplateService and TypoScriptParser classes have been marked as deprecated (#99020 - Deprecate TypoScript/TemplateService). The migration advice given there is very scarce (FE scope with ...
1
vote
1
answer
95
views
Read data from tt_address and render a table. Table remains empty
i have a test enviroment with the intro-package, ods_osm and tt_address installed. on one page i want to show a table with marker data from tt_address (which is also used in the map). I am still ...
2
votes
1
answer
350
views
TYPO3 v12: Trigger Action Over URL Parametes + ShortenURLs
I'm trying to get an old plugin to work in TYPO3 v12 that shows a list of already send newsletters.
I am new to TYPO3 so I don't really understand how the controllers work.
The list view for the ...