Typoscript Wettbewerb - Ergebnisse :-)

22 December 2007

Das Ergebnis des Typoscript Wettbewerbs von Thomas ist bekannt:

Yuhu :-)

Spezielle Links in Menüs integrieren

17 July 2007

Mit etwas mehr Typoscript in einer Menüdefinition, kann man spezielle Links direkt in einem Menü haben.

Anwendungsbeispiel:

In einem Fußmenü soll ein Link "Tip a Friend" auftauchen, der auf die Seite mit der "tipafriend"...

Typoscript approvements in TYPO3 >4

03 June 2007

Ok this is a bit late, but I recently noticed that there are some improvements in the TypoScript language: You can use the new operator ":=" in combinition with some functions.

This is especially very helpful to manipulate...

Advanced linkgeneration

07 December 2006

Sometimes you have the problem that you need links which keeps certain parameters. Typical this is the case if you need a printlink.

Therefore you can use a function in the extension "danp_libs". With this function you have all...

Set pagetitle and metadata in own extensions

03 October 2006

To make your TYPO3 project more searchenginefriendly it could be necessary to set pagedata in the extension.

For example if you have an Extension which shows details of an record.

This is possible with the help of the Extension...

Neuen Menütyp definieren

18 July 2006

In diesem kleinem Tutorial wird gezeigt, wie man einen neuen Menütyp definiert.

 

In diesem Beispiel soll ein Dropdown - Menü (Selectbox) aus den Unterseiten verschiedener Seiten erzeugt werden. Dabei sollen die Bereiche eine...

Get rid of italy and champion ;-)

04 July 2006

Wem die Entäuschung zu groß ist, der kann ja vorerst die Worte italy und world champion aus der Webseite verbannen:

lib.parseFunc_RTE.short { italy = --censored-- champion= --censored--}

Wenn das nicht hilft dann direkt...

Linktarget in FCE

11 May 2006

Nach Tutorial würde man einen Link in einem flexiblen Inhaltselement (FCE) durch Mappen auf das Attribut "href" erzeugen.

TYPO3 fügt dann folgenden Code in die Datenstruktur, die den Link zurückgibt (welcher dann als href...

Informations out of the rootline

01 April 2006

With the extension danp_rootlineinfos you can access the first nonempty value out of the rootline. So it is possible to have something like inheritance...