TypoScript is a descriptive language which defines how a website in the CMS TYPO3 is rendered. Typoscript mainly defines configuration values that are passed to the systems php code. It is object-based and organized in a tree-like system.
0
votes
0answers
9 views
Shortcuts between domains in Typo3
I have a multi-domain Typo3 (4.7.11) Installation with at the Moment four Domains. It is configured with RealURL. The configuration is working so far, but I cannot have shortcuts between domains. The ...
0
votes
1answer
29 views
View not found after building extbase application with the extension_builder
I scaffolded an extbase extension for Typo3 4.7 with the extension_builder extension (v2.4.0). Everything was included to register a backend module. However, after installing the extension when ...
0
votes
0answers
24 views
How to define H1 tag in table of typo3 direct mail
I have made a direct mail newsletter, the CSS is removed. The styles of H1 are defined in the template setup of the news map.
lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.H1.style =
...
0
votes
1answer
24 views
Typoscript Calling variables inside objects
I'm trying to get my head around typoscript variables, but my trial and error approach is proving fruitless as one slip and bam, the code will not work nor error out.
I'm looking to join two global ...
0
votes
1answer
43 views
Create custom extensions or plugins in Typo3 6.0.4
I am a new TYPO3 user.
How to create an extension or plugin in Typo3 V 6.0, which will take an UID as an input and return the titles of the root page and its child pages if any. I am also using ...
0
votes
1answer
43 views
Typoscript Arrays and using them in FLUID
Assuming I have a project with the following web pages (Please see the screen shot)
The uids of Red, Blue, Post and Blog Page are 1,2,3 and 4 respectively.
Now, I would want to define an array or ...
0
votes
0answers
49 views
typo3 show submenu without subpages
I have a website with some pages, presented in a normal menu. Every page has subpages and shows them in a submenu. Except one page. This page has no subpages and should have a content menu which ...
0
votes
2answers
62 views
HMENU in TYPO3 Typoscript
I have a project which has multiple websites. Please check the screen shot.
Now, I want to build a menu in "Red", which will contain "Blue", "Post" and "Blog Page" websites. And each tab, that is ...
0
votes
2answers
54 views
Typo3 list the content of all child-pages as content of the parent page
As the title says, I need to list the content of all child-pages on the parent-page, after its own content. Or the thing I really need is, one page with content and and a menu which links to the ...
0
votes
0answers
35 views
doNotLinkIt in userFunc
Im building my menu with the following typoscript
includeLibs.myadminmenu = typo3conf/ext/my_admin/user_makemenu.php
lib.userMenu = COA_INT
lib.userMenu.10 = HMENU
lib.userMenu.10 {
special = ...
0
votes
1answer
66 views
Typoscript object variables and accessing in Fluid templates
I have a project which has it's all templates, css, layouts and images in the folder fileadmin/templates .
In my layouts I have multiple links to the images present in the fileadmin/images folder and ...
0
votes
1answer
55 views
typoscript issue with LOAD_REGISTER and if condition to fill a list
What I'm trying to do is quite complex and an Extbase extension is involved...
Step by step, what I'm trying to do:
An Extbase plugin decides, if certain navigation elements should be marked.
This ...
0
votes
1answer
23 views
Templavoila adds links at the beginning of an element
My question is very similar to this question but it couldn't solve my problem. On a bilingual page I use Templavoila to handel my FCEs. To enable the translation of the element I added following code ...
2
votes
1answer
45 views
maxw and if depending on whether image ist portrait or landscape
I want to set only maxW for given images. But I want to give another value for portrait or landscape format.
What I have tried is this (does'nt work, that's why I am asking..)
10 = IMAGE
10 {
...
1
vote
1answer
40 views
tt_news template_latest delete the <p> tags
I am using Typo3 and tt_news in my page, I have two views to display news, one is a ###TEMPLATE_LATEST### and one is ###TEMPLATE_SINGLE###. I edited my tt_news_v3_template so it displays as I want
...
0
votes
1answer
37 views
show field from FCE only when it is not empty
I'm currently mapping my FCE in Templavoila. The user has an input field and should enter a text. If no text is entered the element should not be shown. Therefore I have this Typoscript Code:
10 = ...
0
votes
1answer
31 views
Getting Pagecontent in HMENU
i'm creating a menu with HMENU in Typoscript. Now my question: is there a possibility to check if the linked paged as any content. if it has none how can i disable the link?
i'm generate the menu ...
0
votes
1answer
28 views
what is the max number you can set for plugin.tt_news.limit
I have a site where I want to show all my non archived articles on the one page. What is the max limit you can set for this? It seems to never show more than 40 articles even if I have the below ...
0
votes
1answer
42 views
Setting sys_language_overlay = hideNonTranslated hides translated content elements on root page (inversed behaviour)
I've setup a multilanguage (german [default], english, japanese) TYPO3 project with Templavoila and want to hide non translated content elements. Therefore I defined sys_language_overlay = ...
-1
votes
1answer
21 views
TYPO3 conditional for summer time
Im using a TYPO3 system.
European Summer time bings March 31 and ends on October 27. Is there a way to make a condition in typoscript, either with
[condition]
of using if, to detect if we are ...
0
votes
2answers
30 views
powermail errormessages in german
Hi I've got a problem with Powermail.
I want that the Errormessages are in german. I read that i have to configure the config in typoscript:
I tried this:
locale_all = de_CH.utf8
index_enable = 1
...
0
votes
0answers
95 views
Typo3: Content as JSON
I want to have an AJAX driven Typo3-Site. The content and some other information shoud return as JSON. I realized it this way (thanks to http://antwerpes.it/tutorial-typo3-als-ajax-seite/2011/11/):
...
0
votes
0answers
42 views
Typo3 get content from another Extension
I had an extension called "mbl_newsevent" that work with tt_news. The newsevent ext has his own TS and generates a register button on every news if i enable it. Now the newesevent ext generates a ...
0
votes
1answer
23 views
Weird behaviour editing tt_news_template
I am developing my webpage with the ttnews plugin, and I edited the tt_news_v3_template.html so it shows the first 3 news in my main page. I want it with this format, so I updated the ...
1
vote
1answer
57 views
Include multiple plugins in a single Typoscript Object Path
If I have an element in my Templavoila template which is a a Typoscript Object Path, is it possible to include more than one plugin through typoscript?
I have tried the following but it does not ...
0
votes
1answer
108 views
Typo3 tt_news add Parameter to URL
how can i read out the current id from tt_news and add this as a parameter to the url
a small review of my TYPOSCRIPT
2 = TMENU
2 {
wrap = <ul class="naviMainLevel2"> | </ul>
NO {
...
5
votes
1answer
121 views
TYPO3 Update: cannot find deprecated RTE properties
I want to update from TYPO3 4.7.5 to TYPO3 4.7.10. Now I'm in the Upgrade Wizard and it says:
Deprecated RTE properties in Page TSconfig
The following Page TSconfig RTE properties are ...
1
vote
0answers
33 views
Is it possible to set a default preview mode in typo3 4.7?
Is there any way to configure which preview mode (slider, horizontal, vertical) is used as the default preview mode?
After upgrading to Typo3 4.7 the default mode was set to slider, which is quite ...
0
votes
1answer
47 views
TYPO3: TypoScript doesn't work after upgrade 4.2 to 4.5
I'm upgrading my typo3 installation from 4.2 to 4.5 and after that my content is no more visible on my page.
I used a marker
<!--###MAINCONTENT###-->
in my template file and had the ...
1
vote
1answer
78 views
Is there an ATagAfterWrap instead of ATagBeforeWrap or a wrapSubAndItem insted of wrapItemAndSub?
First of all I'm total newbie when it comes to Typoscript and just supposed to make some css adjustments to a page. However there is a small adjustment I'd like to make. Instead of this (the mentioned ...
0
votes
1answer
103 views
Get rid of “csc-frame” div wrap in TYPO3
Here is my code:
lib.navigation{
10 = RECORDS
10 {
source = uid
tables = tt_content
}
}
Here I'm just creating a menu ...
0
votes
1answer
70 views
Exclude Submenu in Typoscript without hiding its parent
I want to exlude a submenu without hiding its parent menu
That is my idea, but it doesn't work:
MENU = HMENU
MENU {
special = directory
special.value = 2
1 = TMENU
1.expAll = 1
...
0
votes
1answer
122 views
TYPO3: lang attribute changed in html tag (HTML5boilerplate style)
I use this configuration to follow with the HTML5boilerplate.
config{
doctype = html_5
doctype(
<!doctype html>
<!--[if lt IE 7 ]> <html lang="de" class="no-js ...
0
votes
0answers
29 views
GMENU doesn't display images
GMENU doesn't display images inserted with typoscript. when i look in my page code source I find tha insert an image from typo3temp/menu but the problem that this folder is empty.
my code is:
...
0
votes
1answer
127 views
insert a submenu after a special tag with typoscript
I get a problem to insert a submenu after a special tag ( after a div end ). what I want is :
<li>
<div class="toggle">Menu1</div>
<ul style="display: none;" ...
0
votes
2answers
79 views
Output domain URL just as text by using TypoScript
In my HTML-template I have placed a logo surrounded by an <a>-tag. My purpose with this is to refer to the homepage by using just as much TypoScript as realy necessary. I searched in TSref and ...
0
votes
0answers
165 views
“Menu of subpages” doesn't work in a Typo3 Fluid template while fetching a record from a page
I'm trying to add a "user controlled" footer in the main layout of a Typo3 Fluid based template.
This means that I've added a backend layout with four columns in a special back-end page called "footer ...
0
votes
1answer
116 views
Typo3: How to insert the Page Title into a BE Content Element using Automaketemplate
Using automaketemplate (not templavoila), the following works fine in typo3 4.5.2 and displays "This is the the current page title... Whatever the page title is" :
First place the following ts in an ...
0
votes
0answers
54 views
How to override the range of a rootline menu in TypoScript
I want to override the range of a rootline menu if LEVELUID:1 = 2.
My structure is like:
A
-B (id=2) range should be 2|-1
--B.A
--B.B
-C (id=3) range should be 1|-1
--C.A
--C.B
The code below is ...
0
votes
1answer
49 views
Typoscript - Nested SQL request
Is it possible to implement this kind of SQL request in Typoscript to retrieve some content from the tt_content table ?
SELECT (
SELECT c1.uid
FROM tt_content c1
WHERE ...
0
votes
1answer
72 views
Shortcut for the start page in a different language
I'm having problems figuring out how to set a different start page for the english version of my website. Is there a way to let users who choose to see the site in english get redirected to another ...
0
votes
2answers
43 views
Typo3 Indexed Search Local_Lang path
i am wondering what TS code is needed to set path to my own indexed search local_lang.
I changed what i needed in pi1/local_lang but i would like to set it to my own so i can have the edited (Croatian ...
2
votes
2answers
233 views
TYPO3 6.0: Render images of current page from border column in FAL
i('m) s(t)uck ;- )
I've have the following snippets and I don't get it to work.
COL3 = FILES
COL3 {
references {
table = tt_content
uid = 14
fieldName = ...
1
vote
1answer
166 views
TYPO3 6.0: PHP_SCRIPT was removed. How can I fix this?
It was years ago when I last used TYPO3 intensively. So I don't remember much TYPO-Script. When I updated to 6.0, I found out, that this code is no longer working:
marks.CONTENT.30 = PHP_SCRIPT
...
1
vote
2answers
304 views
Typo3 6.0.2 Add RTE Class
how can i add new classes to TYPO3 RTE (version 6.0.2)
i tried the same way as with Typo3 4 :
- created a css file in fileadmin folder (fileadmin/css/rte.css)
- add style in this css file
- add those ...
1
vote
1answer
25 views
Include image based where in the sub-tree a page is
Assume I have the following page tree:
root
|
|__ tree_a
| |
| |_ site_1
| |
| |_ site_2
|
|__ tree_b
|
|_ site_2
|_ site_3
For each of the first-level sub-trees (i.e., tree_a, ...
0
votes
0answers
70 views
Typo3 searchresults: replace <br> with  
i have a problem with the format of the searchresults within Typo3 4.5.3.
I use the "standard" search (contentelement "search") to show the searchresults. In Typoscript I defined
...
0
votes
1answer
74 views
How to remove home segment from url in typo3 4.7
I use typo3 4.7 and i have a structure with root-page which is shortcut to a home page
now my url from domain.com appears like domain.com/home/ - how to remove the home segment
i tried with Speaking ...
1
vote
3answers
343 views
Adding the page content to a fluid template
I'm new to TYPO3 and Fluid and trying to display the page content using a Fluid template similar to the following one:
<div id="content">
<f:format.html>{content}</f:format.html>
...
0
votes
2answers
215 views
Typoscript menu jump to subpage
I want to create a menu with submenu, that's quiet straight forward via typoscript. The challenge is, that I want the parent levels to link directly to the first subpage if the content of the ...





