typo3-6.2.x Questions

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

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

3

Solved

I have the hypothetical Zoo extension in which I've Animal model with photo field and FrontEnd (FE) plugin with typical CRUD actions. photo field is typical FAL's FileReference and it works perfect...
Postremogeniture asked 24/2, 2015 at 23:1

4

Solved

I have to migrate TYPO3 6.2 websites to 8.7. Some websites use custom pibase extensions, do I need to redevelop them with Extbase ?
Kalikalian asked 27/12, 2017 at 11:39

1

Solved

I try to output all variables from my view like this: <f:debug title="all"> {_all} </f:debug> But I only get this output: I used to get an array which I can open and inspect deepe...
Sunbow asked 29/5, 2017 at 14:31

4

Solved

I have a JSON string with some data I want to render in a template. As Fluid arrays are notated in JSON too, I thought I might just take that JSON string and hand it over to fluid, telling it to tr...
Tomtoma asked 3/12, 2014 at 14:42

1

Solved

I have a working Extbase extension in TYPO3 V6.2, which stores Products. Now I want to learn about using Signal/Slot (Extbase variant of Hooks). I wonder why the example don't work. When I update ...
Fulbert asked 30/5, 2015 at 9:22

2

Is it possible to create a flexform FAL image field like in the normal tt_content element ? I want to implement the functionality displayed in the following screen in an extension flexform field. ...
Ransack asked 4/6, 2014 at 7:58

2

Solved

What are the recommended steps to upgrade TYPO3 4.5 (or 6.1) to 6.2? I have a mac and my site is running on a shared Linux account.
Truncated asked 23/2, 2015 at 14:15

2

Solved

In most of my sites, I've been using the following code to decide which template should be applied to the content rendering - based on what the editor has picked in be_layout: page.10 = TEMPLATE p...
Electrokinetics asked 23/11, 2014 at 13:14

1

Solved

I just can't findAll() make return anything even though I am able to access a specific record by findByUid(). I have taken note (and tried to workaround / set up) of the typoscript solution and t...
Sulphanilamide asked 20/7, 2014 at 20:41

1

Solved

I guess its quite Simple as soon as you know it once, but I am searching on this Topic now for 4+ Hours. So maybe someone can help me out, with a push to the right direction. I develop an Extensio...
Tedmund asked 14/6, 2014 at 1:16

2

Solved

What we need In TYPO3 ver. 4.x we used to include additional configuration file for overwriting some settings (ie. DB credentials) by adding the include statement at the end of the localconf.php: ...
Miramirabeau asked 21/8, 2013 at 6:24
1

© 2022 - 2024 — McMap. All rights reserved.