donators

n@work Internet Informationssysteme GmbHYour ad here

sponsors

Advertising

Cookbook Feed

Binding of localizations to Domain-Names

By:Martin

01.03.08 16:39 released in

Sometimes you want to select the active language of a website by a specific domain or subdomain instead of using the L Parameter. A combination of TS-Conditions and config.baseURL does the trick.

Localizing of TS-Objects

By:Martin

01.03.08 16:15 released in

You Sometimes want to localize a little more than just a text. So this methods allow you change complete TS-ContentObjects.

Localizing texts in typoscript

01.03.08 16:06 released in

If you are writing typoscripts you often include texts like "more info". In multi language sites this texts have to be localized.

Switch between localizations based on the L-parameter.

By:Martin

01.03.08 15:58 released in

In multi language sites you often use the L parameter to switch the languages.

Basic localization setup

By:Martin

01.03.08 15:42 released in

To successfully setup a non english site you have to adjust several settings in typoscript.

How to enable entities in headlines

By:Thomas

30.05.07 08:52 released in Frontend

I want to use entities like "€" in my headlines but it is always displayed as "€". How can I tell TYPO3 to display it as I typed it in?

An easy way to image menus

By:Thomas

14.04.07 10:20 released in Menus

I want to create a menu with TYPO3 with images, but I don't want any creating or processing.

Short DBAL how-to

By:Thomas

13.04.07 16:12 released in General

This very short how-to shows you how you can setup a TYPO3 Installation that runs with DBAL on a postgreSQL database.

It's highly recommend, that you use this to start from cratch. This is NO tutorial how to migrate any existing site to another database!

Step 1

Install TYPO3 as usual with a normal mysql database

Step 2

Log into the system and install the extensions "adodb" and "dbal". These...

Setting up print and PDF link

By:Thomas

12.04.06 10:15 released in Frontend

How can I add a printlink and / or an PDF link to website?

Basic RealURL setup

By:Martin Adler

12.04.06 09:34 released in Frontend

I don't want this ugly index.php?id=123 type of URLs anymore. How can I change this to have something like directory structure?