Quantcast
Channel: klauskjeldsen.dk » TYPO3/TypoScript
Browsing all 10 articles
Browse latest View live

TYPO3: Setting up secondary language

## Language settings [Begin]config {        linkVars = L        sys_language_uid = 0        language = en        locale_all = english        sys_language_mode = content_fallback...

View Article



TYPO3: How to make a path/breadcrumb in typoscript

Get the titles of the root page down the hierarchy to the current page without linking the current/active page:## Path [Begin]lib.path = HMENUlib.path.special = rootlinelib.path.special.range =...

View Article

TYPO3: Making a simple menu as an unordered list in XHTML

This example how to make a menu as an unordered list, by enabling ACT (active) and CUR (current) it sets the <li> tags with attributes class=”active” and id=”current” respectively. The current...

View Article

TYPO3: Copyright Notice with Automatic Year Update and Secondary Language...

The following TypoScript shows how to make a copyright notice, which by itself updates the year to the current year.## Copyright Notice [Begin]# Automatic year updatelib.copyright =...

View Article

TYPO3: XHTML Valid 3 Level Menu in Typoscript

This is sort of a long snippet, but anyway it is an example of making a vertical 3 level menu, which expand and collapse according to the active and current chosen list-item / page. The menu made as...

View Article


TYPO3: tt_news LIST and SINGLE at the same page

The following TS code enables the feature of showing the tt_news list and the tt_news single view at the same page.# Clear the code fieldplugin.tt_news.code >plugin.tt_news.code = LIST# Prevent...

View Article

TYPO3: Add tt_news LATEST as TypoScript Object

This shows how to place a news block on a webpage. When using TemplaVoila you can map tt_news LATEST as a TypoScript Object to a specific place in your HTML Template, and it’s possible to narrow it...

View Article

TYPO3: Setting XHTML 1.1 DOCTYPE

How to change the DocType in the TYPO3 template setup.config.doctype = xhtml_11config.xhtmlDoctype = xhtml_11config.xmlprologue = noneconfig.xhtml_cleaning = allThe DOCTYPE can be set to these values:...

View Article


TYPO3: Changing the tt_news template markup

The easy way is to change xhtml setup for the tt_news extension is to back up the div-based tt_news template, and put it somewhere in the fileadmin folder, where you have placed other template stuff...

View Article


TYPO3/TypoScript: How to add Page Updated Timestamp

This little typoscript adds a last updated timestamp, include using TemplaViolaDo you want mp3 music download on perssonal computer, Don’t know where download mp3 music for mp3 player.## Last Updated...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images