[TYPO3-english] Re: Upgrade Typo3 4.5 - 6.2...almost there ?

2014-05-11 Thread Ron Aarts
I'm staying with Typo3 4.5 for now and mess around some more with the upgrade on a virtual machine. Any pointers in the right direction or suggestions are still welcome ;-) ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

[TYPO3-english] TYPO3 ver. 6.2.2 Bootstrap News - TOP3

2014-05-11 Thread Thomas Petersen
Hi. Have for some time now played with the new TYPO3 ver. 6.2.2 with the Bootstrap 3. and WOW its easy... I have some questions about the News setup. 1. Show top 3 news. If I have a page, and here I Add a new record... then I can add a Special Elements and here I can add the Special Menus. I

[TYPO3-english] include TypoScript according to type (tt_news, tt_content)

2014-05-11 Thread Robert Wildling
Hi, I create several new content types (in tt_news at thte moment) via ext_tables.php like this: // add the new type $TCA['tt_news']['columns']['type']['config']['items'][] = Array('New Page Type',4); Each of those page types needs a little bit of additional TypoScript for selecting its

Re: [TYPO3-english] Upgrade Typo3 4.5 - 6.2...almost there ?

2014-05-11 Thread Jigal van Hemert
Hi, On 9-5-2014 20:15, Ron Aarts wrote: I have no experience whatsoever with Typo3 or building websites for that matter. But my company asked me to move our website to a VPS and update the CMS. I think I got quite far (other then some styling issues) but there is one thing that I just can't

[TYPO3-english] Re: Re: Realurl and base URL config problem

2014-05-11 Thread Ueli Niggli
I found out what the problem was. There was a global template included in the root template as a basis template. In this global template the baseURL was defined as the old URL. For me as a typo3 newbie, this option was very hard to find, I finally found it through a search of all database

Re: [TYPO3-english] include TypoScript according to type (tt_news, tt_content)

2014-05-11 Thread Loek Hilgersom
Hey Robert, You'll need an extra query to achieve that, unless you'll be able to access the data from the news records from some place where it's already been retrieved. If that's done in TypoScript then you can store the values in a register to avoid the extra query. With the query it will

Re: [TYPO3-english] include TypoScript according to type (tt_news, tt_content)

2014-05-11 Thread Loek Hilgersom
Oh, sorry, the example is still using some register here, should be this of course: 10 = CASE 10 { //key.data = register:tt_news_type key.cObject = RECORDS key.cObject { tables = tt_news