21
2011
Displaying insert record as TT_NEWS list
little TS for make insert record on content for tt_news record displaying list 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 tt_content.shortcut.20.0.conf.tt_news=COA tt_content.shortcut.20.0.conf.tt_news { wrap = <table cellpadding="0" cellspacing="0" border="0">|</table> 5 = TEXT 5.value = <tr>!!<==::> 10=IMAGE 10{ stdWrap.required=1 wrap= | file.import=uploads/pics/ file.import.field=image file.maxW=100 file.maxH=100 file.import.listNum=0 } 20=TEXT [...]
5
2008
Google meta tag verify on Typoscript
put this code on Setup root … and replace the value with your own code.. page.headerData.668 = TEXT page.headerData.668.insertData=1 page.headerData.668.wrap = <meta name=”verify-v1″ content=”|” /> page.headerData.668.value = [your code here] despicable me movie with good quality
8
2008
Jump menu on typo3
jumpmenu on typo3.. temp.jumpmenu = HMENU temp.jumpmenu .entryLevel = 0 temp.jumpmenu .1 = JSMENU temp.jumpmenu .1 { additionalParams = style=”width: 300px;” showActive=1 firstLabel = your label … } you can set like this one temp.jumpmenu .entryLevel = 0 or you can use directory like : temp.jumpmenu .special = directory temp.jumpmenu .special.value = {PID}
3
2008
realurl conf for tt_news and multilanguage TYPO3 site
Real Url config for tt_news and for multilanguage site.. i’m use english and indonesian language … fyi : default TYPO3 source does not include the indonesian flags.. i put it manualy hope indonesian language / flags will include on default TYPO3 source someday… save this code on realurl_conf.php and save on your typo3conf folder… don’t forget to set the real url extension on typo3 ext manager to use this conf…
14
2008
Changing the Default Header for Content Elements
In the constants field (not setup) of your typoscript template add: content.defaultHeaderType = 3 From that point in the page tree each header assigned a layout of “default” will be an H3. Change the “3″ to another number and you will have the corresponding header level (i.e. change it to a “2″ and you will have a default of H2).
An article by
