Typoscript Wettbewerb - Ergebnisse :-)
22 December 2007Das Ergebnis des Typoscript Wettbewerbs von Thomas ist bekannt:
Yuhu :-)
Das Ergebnis des Typoscript Wettbewerbs von Thomas ist bekannt:
Yuhu :-)
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"...
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...
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...
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...
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...
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...
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...
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...