Browsing articles in "Typo3"
Mar
14
2008

Promote Your TYPO3 Work Through HTML Source Code

Every page of a TYPO3 site has this in the HTML source code: <!– This website is powered by TYPO3 – inspiring people to share! TYPO3 is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL. TYPO3 is copyright 1998-2006 of Kasper Skaarhoj. Extensions are copyright of their respective owners. Information and contribution at http:// typo3.com/ and http:// typo3.org/ –> If you are a commercial TYPO3 developer, this [...]

Dec
28
2007

Setting the Title tag in Typo3

Typo3 automatically creates the <title> tag containing the sitename: page title. But, I wanted to include the subtitle in the tag so that I can have a longer <title> that is descriptive and keyword rich. So, the page <title> tag should go something like this: <title> Site name: Page title – Page Subtitle </title>

Aug
6
2007

Multi language sites in TYPO3

Step 1: Your default language Define which language will be the default language. All pages will primarily be created in this language. The page titles in the page tree will also be shown in this language in the backend. In the testsite example, english is the default language. Step 2: Your alternative languages You define alternative languages for your site by creating each language as a “Website Language” in the root of the page tree. [...]

Aug
4
2007

Menu with dynamic css class for submenus

This snippet creates a menu where every menuitem on the 1.level has a own id. Using this id you can format the submenu with css selectors. In this example a nested unordered list is created where to every mainmenupoint the css id menuitemUID is addet. UID is here the unique ID of the page.

Jul
25
2007

Setup dropdown menu in Typo3

this the code for template setup in typo3 for dropdown menu.. not include the css style and the javascript. lib.menu_1 = HMENU lib.menu_1.special = directory lib.menu_1.special.value = 4 lib.menu_1.1 = TMENU lib.menu_1.1 { expAll = 1 noBlur=1 #wrap = <ul id=”nav”>|</ul> NO.ATagTitle.field = title NO.wrapItemAndSub = <li>|</li> CUR = 1 CUR.wrapItemAndSub = <li id=”active”>|</li> CUR.ATagTitle.field = title   }

Pages:«12
Add to Technorati Favorites