Typo3-9.x Questions
Ad
TYPO3 9/10, tx_form hide label or add a css class
Is there a possibility to add a css class to field labels? i need to hide labels of fields only visually. i found a possibility to add class names
Undeclared arguments passed to ViewHelper maxRange
After updating typo3, i get a typo3fluid\fluid\core\viewhelper\exception "undeclared arguments passed to viewhelper ... maxrange valid
How to get "leveltitle" for HMENU items via TypoScript?
I have a menu (hmenu with special = updated) that gives me the latest sub and sub-sub pages from 3 categories. the page structure
Typo3 TCA Override: Add field to plugin palette
I try to add a field to the plugin palette. $fields = [ 'filtertest' => [ 'exclude' => 1, 'label' =>
How to mock the object manager in Typo3 unit-tests
I'm writing some unit-tests for a typo3 v9.5 extension, and i can not figure how to properly mock objects when the under-test function is
Gridelements: Coloured Frames with external TS-Definitions
In the flexform of the backend layouts of gridelements is on option for coloured frames (neutral, red, blue, green). is there a possibility to get
TYPO3 GeneralUtility Class 0; not found (own generic extension)
After creating my own extension with the extensionbuilder-package and activating it, i created a repository for the data and set the storage-pid
Disable field in TCA when editing a record
Is it possible to disable a field in the tca config, only when editing a record? tca config for new record:
TYPO3 Mask Elements - Wrong output
I am using typo3's mask element extension to create a mask element. there i'm using a rte to enter some text and print it to the screen. the html
TYPO3 - force trailing-slashes
In ddev / typo3 / .htaccess -
Ad
TYPO3 pw_comments change/translate labels
I like to change the labels of pw_comments to german. until now i've tried to work with typoscript, but this does not work:
How can I use the selected category in a databaseQueryProcessor?
I have a simple content element that i have added the categories field to. the user selects the parent category of their choice. i want to
How do you get categories as a nested array in TYPO3?
I want to make a custom element that produces a list of categories and their subcategories. my problem is the categories and subcategories
Custom aspect for routing not working as expected
I have coded a custom aspect which should just pass back, what it gets. this is working partly: working
TYPO3 Menu with categories?
How can i add the categories to each page of my menu element? i have been trying different combinations of
upgrade wizard "slugs" of TYPO3 9 failes with "something went wrong"
After upgradig an installation from typo3 6.2 to 9.5 (via 7 and 8) the last upgrade wizard "introduce url parts ("slugs") to all
How to validate multiple Typo3 action parameters in combination?
The typo3 documentation describes @validate annotations which can be used to validate parameters for a single controller action:
TYPO3: Extend ctype textmedia with subheader
I want to add the subheader to the ctype 'textmedia' (typo3 9.5 & 10.4). i followed this stackoverflow answer:
Typo3 TCA override tt_content add palette to existing tab (--div--)
I try to add a palette to the tt_content table under the existing tab 'general'. here my tt_conten.php file. <?php
How to request reload for TYPO3 extension field using mask
How do i request a reload for a typo3 extension field that is the trigger for a display condition of an other field in the
TYPO3 on XAMPP: Changes in backend not/unreliably persisted
Context i've a running typo3 project on a linux webserver and now i'm trying to get it working properly
Ad
Add a link to extension resource in TYPO3?
I want to add link tags to the head so i can preload some font files in my site package. i have tried using headerdata but how
After upgrade from TYPO3 v9 to v10: Show Pages no longer work (Cannot access protected property)
I have written an extension based on typo3 version 9. i have now installed it in a typo3 version 10 system and everything seems to work fine. only
TypoScript condition to check if specific list_type is on a page
I try to have a condition in typoscript to find out if a certain list_type is on the page (plugin). in the docs i can't find anything about that.
Custom Routing Aspect with StaticMappableAspectInterface on TYPO3 v9 not executed
I have to make a custom routing aspect for my own typo3 extension which use params in url coming from json (not in typo3 database) to remove chash
TYPO3: Caching issue with new fields in tx_news extension
I created a new extension to add some fields to the news extension. in the backend everything works fine, i can add values to the fields and
TCA ADD wizard in TYPO 9 and 10
I want to update an extension from typo3 v7 to v9. in v7 is it possible to add an add-wizard to a select field in the tca:
Language-specific TypoScript settings in TYPO3 since v9
used to older typo3 versions? the following typoscript settings will be set based on config.yaml - you don’t need to have them in
TYPO3 - backend login does not work after upgrade to 9.5.x (RSA authentication)
I upgraded from typo3 8.7.31 to 9.5.22. all worked fine and i successfully tested the system. after the upgrade i recognized a deprecated
Override Rte.ts Extbase
Unfortunately i could not find anything helpful with my google skills. coming from wordpress i am quite new to typo3 and i am a little overwhelmed
TYPO3: correct slug generation for detail-view
I have this configuration for my enhancement extension of fe_users: routeenhancers:
Ad
TYPO3 cache warmup with crawler not working
I have a strange behaviour with the cache in my typo3 installation: situation: typo3 v9.5.22 the cache for the page
Route Enhancer Configuration, when working with Extbase and Yoast
Since i have created a route enhancer for single view entries of one of our typo3 extensions, the title and description fields are no longer being
TYPO3 MenuProcessor shows root page when empty?
I have a basic menu element using the pages field and the menuprocessor. in the fluid template i only want to output something only if
Mapping of two GET-Parameters to speaking URL with RouteEnhancers won't work correctly
I'm having some trouble with routeenhancers on a typo3 site. i have two get-parameters which i want to map to a speaking url. i have the
Error with audio in sr_freecap captcha extension
I implemented sr_freecap extension in form. all works fine except the audio output. audio works in safari browser but not in firefox or chrome. in
Keep redirecting old realurl urls after migrating to TYPO3 9+
I would like to use the realurl memory of expired url to generate 301 for sites upgraded to typo3 9+ and avoid 404. for example, before
RouteEnhancer for custom TYPO3 extension: 404 on detail page
I have a custom extbase extension that queries read-only data from a rest service to show it in a list and detail view. there is no data in a
TYPO3 9.5: Contact form spam prevention without setting Cookies
Is there any typo3 extension for version 9, which can be used for spam protection in typo3's contact form, but does not set any
TYPO3 9.5 - need help: fe_users convert old md5 passwords
In older typo3 versions (<9.5) the fe_user passwords in md5 where converted live when logging in by the extension salted_passwords. now
Red texts in the TYPO3 backend after update to 9.5.x
After i updated typo3 from 8.x to 9.5.x appears some red texts in the backend. how can i remove it?
PersistenceManager does not persist the last entry in TYPO3
First of all, i searched a lot but can't find a solution. i wrote an importer, which imports data from a xml file to typo3 via
Ad
How could I handle authentication separately for multidomain sites?
I need some clarifications about multi-domain authentication. i have a site, e.g.
TYPO3 - Add to homescreen icon
I have a typo3 9 website and want to add the startpage to my homescreen on android 9. after adding the link to my homescreen, it appears as an
Different settings for sys_log in database and log file
I want to deactivate error logs in the database completely no error, no exception and no warning in the sys_log table in the database. i want to
Select Input TYPO3 v9 Symfony Command
I want to make a scheduler command in typo3 v9, the problem is, that i don't know and can't find how i can make a select input. this is
v:page don't want show custom pages TYPO3 9.5.19 VHS: 6.0.3
<v:menu levels="3" excludepages="{settings.menuexclude}"
TYPO3 FLUID: How to use more than one template?
In older typo3 versions there was a simple way, to have many different templates, but it seems this doesn't work in typo3 9.5 anymore.
Not able to download language packs for extensions other than core extensions
I have two different typo3 9.5.20 installations. the problem is: in one of both i'm not able to download the german language
gridelement: freezing backend when opening new content element wizard
We have the problem that the complete backend of typo3 is freezing when adding a new content element to a gridelement. what we do: adding
TYPO3 Exception: Could not determine pid
While trying to add a new fe_users record, on save i get (1/1) exception could not determine pid it's
How to replace src with data-src in TYPO3's YouTube iframe tag?
In order to use the "klaro! consent manager" i need to modify the iframe-tag a little bit, which is automatically generated by typo3
error in route enhancers since TYPO3 9.5.18
Until typo3 9.5.17 the following route enhancer worked: keywords: limittopages: - 3735 type: plugin routepath: '/{uid}'
Ad
Overwrite YAML-Files of individual forms with typoscript
I tried for a few hours to overwrite some parameters in a yaml file of a form with typoscript. i found this passage in the manual:
How to generate the pagination links in Fluid by myself
I have an typo3 extension which shows a list of records. as it are more than 40 pages i would like to provide an additional alphabetic index which
Typolink to index Pages on solr
I setup a typo3 v.9 website with solr. and for some reason, the pages indexer not working. so i used the custom ts configuration bellow, to
enablecolumns and QueryBuilder in TYPO3 9.5
I have a question about enablecolumns and querybuilder in typo3 9.5: in the tca i defined the enablecolumns: 'ctrl'
TYPO3: felogin doesn't show any errors
I'm using felogin for my typo3 page and when i try to login and i type in a wrong e-mail, password or generally it just fails to login, i wish to
Get length of string in TYPO3 Fluid template
How can i check the length of a string? i want to add a class if under 8 characters. so something like: {f:if(condition:
TYPO3: Backend Toolbar User-Settings gone after Update to TYPO3 v9.5.19 from v8.7
We upgraded a typo3 installation from 8.7.x to 9.5.19. afterwards, the user-icon dopdown in the top toolbar is missing. (see screenshots)
TYPO3: Adding a Javascript Module to the Backend?
I tried to add a custom form element and followed this tutorial here:
prefill search field of indexed search in TYPO3 v9
I wonder how i can prefill the search field on the new indexed_search in typo3 v9. in older versions i put a searchfield in the head of my
Howto temporary disable speaking url for logged in frontend users?
Is it possible to disable the speaking urls for logged in frontend users in typo3 9 or 10? with ext:realurl this was easily possible
TYPO3 CONTENT select pass Argument to USER/USER_INT
Typoscript: lib.category = content lib.category { table=sys_category select { pidinlist = root selectfields =
Ad
TYPO3 TypoScript CONTENT how to render select result
I have to render all results of the query, not just one. at the moment i only receive the first results of that query and the result stays the
Typo3: How can i set common data in header and footer like logo?
I want to set a dynamic logo for mobile and desktop versions in header footer. i want to set an email, phone number and address in the footer. how
Typo3 9 - clear cache for a page id
For typo3 8 following approach worked: $tce = generalutility::makeinstance(\typo3\cms\core\datahandling\datahandler::class);
TYPO3 9.5: class not found with NGINX
We are currently encountering some trouble with our typo3 9.5 installation using nginx. in typo3 9.5, some
How to access complex variables in page typoscript from content element via viewhelper?
I am using cobj_xpath object in my page typoscript as follows. lib.xpath = xpath lib.xpath { source =
get altText in renderObject in typoscript
I have the following typoscript which works as expected: table = tx_news_domain_model_news select { selectfields =
TYPO3 cms-indexed-search core extension missing RouteEnhancer?
We are updating an ancient typo3 project, we already run on typo3 9.5 and its looking good after alot of refactoring. now i rework the
TYPO3 composer installation localy on ddev - The requested resource "" was not found
I have ddev running locally on my windows machine. i worked all the time on my typo3 installation, it was working fine and the only thing i did
Typo3: Create subpage under the root page and it's says Page not found. What is missing?
i created root page as a home and it's displaying content. when i create subpage with locations it's says not found. find below
How to limit showPrevNext in news to categories?
In the typo3 cms 9.5.18 lts with tx_news 8.3.0 we use the following extension typoscript: plugin.tx_news.settings{ # what is
Ad
TYPO3 9LTS - Images won't render after moving instance to a linux rootserver with plesk onyx
I recently moved a typo3 9lts instance from a managed server to a rootserver with linux plesk onyx. it seems to work fine, except the image won't
Typo3: How can i create and show custom content element (example: Email id, Phone number etc.)
I have contact persons' list and i want to display his detail(email,phone number,address etc.) please give me simple example for the address
TypoScript with innerWrap and section_frame doesn't work anymore
We are reworking old typo3 projects and my problem is that the following condition doesn't work anymore, and nothing gets wrapped:
Problem with file upload TCA after upgrading to TYPO3 10
On typo3v9 i had working file upload field with this tca configuration: 'image' => [ 'exclude' => 0,
TYPO3 Extbase form referrer wrong casing
I made a plugin which allows frontend users to write news articles. this works fine on the mac locally. however the new action gives a wrong
TYPO3 9.5: TCA type 'slug' always adds '-1' to URL
I have the following configuration in my extbase tca configuration: 'path_segment' => array( 'exclude' => 1, 'l10n_mode'
TYPO3 8.7/9.5 pibase $_POST not available?
I am reworking some old typo3 project extensions. the problem is we have to stay on that pibase structure as it is supported by core anyway. so
Problems with TYPO3 Route Enhancers
I got the following yaml configuration, the problem now is, that i dont get the route enhancer for cv-action and questionaire action to work.
How do you access THEN and ELSE tag in TYPO3Fluid AbstractViewHelper?
There is a new abstractviewhelper in typo3 (typo3fluid\fluid\core\viewhelper\abstractviewhelper) and i try to implement a very simple
Uncaught TYPO3 Exception: Cannot use object of type __PHP_Incomplete_Class as array
Core: exception handler (web): uncaught typo3 exception: cannot use object of type __php_incomplete_class as array | error thrown in file
Typo3 9.5: Deactivate Slugs and use id=123 instead?
I updated from typo3 4.7 to 9.5 - with a fresh installation - and imported my old page tree. now the page-urls and menu-links are
Ad
How to let TYPO3 do the error handling and redirecting for missing files
By default the redirecting for known file storages, like the fileadmin directory is prevented by htaccess: rewriterule
Add fields to TYPO3 template for global site info?
How can i add some fields to the typo3 template (or a better location) for general site info? for example, a phone number field so that i
disable warnings in log file in TYPO3 9.5
In the logfile in typo3temp/var/log i can find warnings like this: fri, 15 may 2020 22:34:48 +0200 [warning]
Typo3: Rendering content elements from another plugin
I've created a page and added a template to this page in the backend view, i've added this setup to my template: # default page
security message after upgrade to 9.5.17
After upgrading to 9.5.17 i get in the reports the following security messages: server response on static files:
Migrate combined typoscript conditions to symfony expression language in TYPO3 10
The following combined typoscript conditions is working in typo3 9 but not with typo3 10 anymore: [loginuser('*')] &&
configuring ext:solr for a phonebook
I want solr to index a phonebook. i use the configuration from the installation script coming with the extension and have cores for all
TYPO3 9.5 slug redirect for extbase records results in PageNotFoundException
I want to be able to call blogpost entries by their slug, which is made of their title, through a routeenhancer. the slug is
TYPO3 sites config.yaml outsourced in own extension?
I searching for a solution, how can i outsource the typo3 site config.yaml file in my own extension? thanks for help!
Conditions with Typoscript for Fluidtemplates
I want to add a fluidtemplate with the following code [pidupinrootline = 39] && [treelevel = 4] lib.personsubmenuback
Typo3 close and start a new paragraph <p> in each <br /> in bodytext at news extension
I'm using typo3 9.5.14 and ckeditor to add and edit news articles, i see in frontend that it is closing and starting a new paragraph at every
Ad
TYPO3 9.5.15 with gridelements and t3sbootstrap not working
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
How do I add navigation menu on sidebar in TyPO3
I want to add a submenu on sidebar in some selected pages. the idea is like the following:
Ad
Blog Categories
Ad