typo3 Questions
9
Solved
I'm usually not someone who posts in a forum, since I was always able to find something without bothering anyone. Anyway, this time I had no luck.
I have programmed a DB-Communications-System for ...
5
Solved
I am developing an extension that allows admins to save stuff to the database.
And I want that each instance of the extension should have it's own Id in the database.
Is there some way to get the ...
3
Solved
I have some restricted pages built in Typo3. The problem is I cannot automatically redirect user from these pages to login page. How do I do that? I desperately need it and cannot find a solution d...
Catechist asked 15/11, 2011 at 18:57
3
I am making a backend extension that, changes which page it is working on upon clicking a link in the work area to the right of the pagetree. The problem is: the pagetree doesn't update according t...
Battledore asked 7/7, 2011 at 15:43
2
Since TYPO3 v12 the use of constraints in the repository query is not working like before.
public function findByDate(
$dateFrom = null,
$dateTill = null,
$isAdmin = false,
$tags = [],
$ke...
Pachisi asked 15/9, 2023 at 18:46
6
Solved
after upgrading to 9.5.17 i get in the reports the following security messages:
Server Response on static files:
www.mydomain.de/typo3temp/assets/43cd7f07.tmp/2500f854.html.wrong
unexpected co...
1
In frontend of one of the controller view I'm getting this error.
<f:uri.page pageUid="1">Hello World</f:uri.page>
Thanks for your help.
In core :
update: The view was rende...
Flaming asked 14/6, 2023 at 11:52
7
Solved
plugin.tx_xxx {
setting {
storagePid = 23
}
}
I want this TYPO3 settings in utility file.
Please help me.
9
Solved
I've a mixed HTML / JS template, when I'm working with JS arrays, Fluid tries to make autosubstitutions.
Is there a way to escape curly brackets in Fluid template ?
UPD :
Actual working syntax...
3
I'm switching from PhpStorm to VSCode for my PHP development and I have a problem: For my multi-root workspace, it only detects the classes from the current repository, not all the other repos and ...
Collodion asked 20/3, 2022 at 21:12
4
I would like to load a CSS file in a TYPO3 login page.
Below is my code which I added in my ext_tables.php file.
if (TYPO3_MODE === 'BE') {
$GLOBALS['TBE_STYLES']['inDocStyles_TBEstyle'] .= '@impo...
Candicecandid asked 18/8, 2015 at 8:42
2
Solved
Having a monorepo with multiple ddev projects and a shared composer packages folder, I would like to mount additional folders into the webcontainers.
I am trying to develop a set of TYPO3 extensio...
Lacto asked 9/8, 2019 at 8:36
5
Solved
How can I switch an existing project easily to composer? This project is updated from 6.1 to 8.7 now and should run in composer. A fresh composer setup is not a problem. For the last project I crea...
Icecap asked 27/9, 2017 at 14:40
11
Solved
$query = $this->createQuery();
return $query->matching($query->like('linker', "$linkerKey=$linkerValue"))
->setOrderings(array('crdate' => $ordering))
->execute();
How can i...
Hasp asked 22/2, 2011 at 7:30
6
Solved
How can I check if a page has a specific ID, and if true output a text?
I thought about something like this (pseudocode):
<f:if condition="{current.page.uid}=='78'">
<p>I am Page 78&...
Baiss asked 17/10, 2016 at 14:12
1
Introduction
We run a lot of TYPO3 7.6 and TYPO3 10.4 installations only as a Backend for frontend applications. We programmed several middlewares and extbase plugins to manage our data.
Problem
Af...
Sodom asked 3/5, 2021 at 9:41
2
Solved
I installed successfully ddev for TYPO3 and now want to connect to the mariadb database. But what are the credentials? If I ssh into the container and want to connect I got a password prompt.
5
I am working on a typo3 extension and I want to generate an url from the page id. Currently I create the url by appending index.php?id=ID to $GLOBALS['TSFE']->baseURL.
Is there any other way t...
7
Solved
Is it possible to get the current language key (or code) in a TYPO3 Fluid template?
In the meantime I've found another solution using a view helper found here:
<?php
class Tx_AboUnitReservation...
3
Solved
I'm a bit new to fluid and I want to make a the following php statement in Fluid.
if ($var == 'something') {
// do something
} elseif ($other-var == 'something else') {
// do something else
} el...
3
Solved
What is the right way to get the date of last modification of a TYPO3 page (and its *tt_content*) ?
There are 2 fields in properties of table pages : tstamp and SYS_LASTCHANGED.
In this article ...
Medrano asked 26/2, 2013 at 9:44
4
I have a rootpage which should be accessible by multiple domains. These domains are aliases (no variants, based on conditions).
In former versions of TYPO3, you could have multiple sys_domain-recor...
Pharisee asked 25/6, 2020 at 8:26
6
Solved
I am a beginner in TYPO3 :) and I want to get the current language in an external php file.
How can I do that?
Thanks a lot.
Cathrinecathryn asked 10/3, 2011 at 9:4
4
Solved
As far as I know, there's no such thing as an f:link.file or v:link.file viewhelper.
There used to be a solution using file.originalResource.publicUrl as the value to point the link to, as in
<...
Adler asked 2/11, 2016 at 19:48
2
Solved
There are 2 functions in TYPO3 which seem to more or less do the same:
ExtensionManagementUtility::addModule
/**
* Adds a module (main or sub) to the backend interface
* FOR USE IN ext_tables.ph...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.