Re: [TYPO3-english] Typoscript condition: if.equals never turns true [SOLVED]

2012-05-11 Thread Bert Hiddink [BENDOO e-work solutions]
Hello Jigal! On 5/10/12 10:33 PM, Jigal van Hemert wrote: Hi Bert, On 10-5-2012 21:51, Bert Hiddink [BENDOO e-work solutions] wrote: Please have a look at this snippet. The value of {cObj:parentRecordNumber} is printed (1,2,3,4) in the loop but the condition: if.equals = 1 if.value.data =

Re: [TYPO3-english] TYPO3 on BlackBerry howto

2012-05-11 Thread Kay Strobach
Hello Roxanne, that's definitly no problem, as long as your Browser on the Blackberry supports html(5). Just ensure, that everything on your page works without JavaScript and :hover, :focus effekts, than a standard Blackberry should be able to render your site. For more information you need to

Re: [TYPO3-english] t3s_jslidernews: No news items - select page(s) with tt_news records or set plugin.tt_news.pid_list in the constants!

2012-05-11 Thread Kay Strobach
Hi, go to the page, where the plugin resides and set the corresponding option in the flexform. More information can be found in the manual. PS: you should use the latest verstion of slidernews ;) Regards Kay Am 11.05.2012 10:32, schrieb Task City: Hello! Does anyone can tell me how to

[TYPO3-english] Problems with FCE after moving to new server

2012-05-11 Thread Rutger Mik
Dear People, I posted the question below also on the templavoila list, but I find this list to be more active. So here's my question: I moved a few website to our new (cPanel driven) server. After that, some FCE's have problems adding images. I use FCE's with nested sections, this means in

Re: [TYPO3-english] TYPO3 on BlackBerry howto

2012-05-11 Thread roxanne
Thanks very much Kay, the site I have in mind is: http://www.asdgrammars.com Roxanne On 2012-05-11 02:59, Kay Strobach wrote: Hello Roxanne, that's definitly no problem, as long as your Browser on the Blackberry supports html(5). Just ensure, that everything on your page works without

Re: [TYPO3-english] TYPO3 on BlackBerry howto

2012-05-11 Thread Kay Strobach
Hello Roxanne, do you want to deliver a completly different layout or the same just a bit more userfriendly? Some suggestions for touch optimization (e.g. bb, iphone, android, ...) 1. add an additionally menu posibility additionally to the dropdown - e.g. like here: www3.sn.schule.de

[TYPO3-english] clear all data in alias fields

2012-05-11 Thread Katja Lampela
Hi, Sometimes when site is updated completely (visual and data) it is convenient to copy the structure and make the changes in new site. In these cases the alias field of page is copied too, somepagealias would be somepagealias0. Is there a way to remove efficiently all the aliases of the

[TYPO3-english] TS combining 2 conditions: if val1=1 and ifEmpty val2

2012-05-11 Thread Bert Hiddink [BENDOO e-work solutions]
Hello, The following: ... 10= TEXT 10 { insertData=1 value =A if.equals = 1 if.value.data = cObj:parentRecordNumber } ...works ok, turns true if parentRecordNumber==1 However, what if I want to combine this condition

Re: [TYPO3-english] clear all data in alias fields

2012-05-11 Thread Loek Hilgersom
Hi Katja, If you mean clearing the alias field in the entire database, then it's easy: just open up PhpMyAdmin or something else where you can run a query (command line mysql is also possible) and run this query: UPDATE `pages` SET `alias`='' WHERE 1; If you want to do this only for a

Re: [TYPO3-english] TS combining 2 conditions: if val1=1 and ifEmpty val2

2012-05-11 Thread Loek Hilgersom
Hi Bert, 10 = TEXT 10 { value = override = AAA override.fieldRequired = nav_title if.equals = 1 if.value.data = cObj:parentRecordNumber } Should do the job! Loek On 05/11/2012 10:11 PM, Bert Hiddink [BENDOO e-work solutions] wrote: Hello, The following:

Re: [TYPO3-english] TYPO3 on BlackBerry howto

2012-05-11 Thread roxanne
Hi Kay, Thank you for the suggestions. That menu you have is pure CSS right? no typoscript? I would like to implement a similar kind of menu. Also on the BB my pages don't re-size correctly, but I dont' have the problem on my other site: blog.asd-networks.com And about my word art, what do

Re: [TYPO3-english] TYPO3 on BlackBerry howto

2012-05-11 Thread Andreas Becker
Hi Roxanne What do you mean with no Typoscript? Of course you need Typoscript to build your menu in TYPO3 Andi On Sat, May 12, 2012 at 9:52 AM, roxa...@asd-networks.com wrote: Hi Kay, Thank you for the suggestions. That menu you have is pure CSS right? no typoscript? I would like to