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

2012-05-12 Thread Bert Hiddink [BENDOO e-work solutions]
Hello Loek! On 5/12/12 12:09 AM, Loek Hilgersom wrote: 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 Wow! Compact and elegant, works like a charm! Looked for a variant

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

2012-05-12 Thread Bert Hiddink [BENDOO e-work solutions]
Hello Loek, Just another question: On 5/12/12 8:04 AM, Bert Hiddink [BENDOO e-work solutions] wrote: Looked for a variant and just figured out that this: ... override = AAA override.if { value = value-to-check isInList.field = nav_title } ... would check the field against a certain value...

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

2012-05-12 Thread Loek Hilgersom
Hi Bert, Glad it worked. Just a note: if you don't explicitly need the isInList but using it instead of equals, then you could do the multiple value part more elegantly with 10 = CASE 10 { key.field = nav_title default 1. (etc) Loek On 05/12/2012 09:12 AM, Bert Hiddink

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

2012-05-12 Thread Katja Lampela
Hi and thank you Loek! 12.5.2012 0:38, Loek Hilgersom kirjoitti: 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`

Re: [TYPO3-english] TYPO3 on BlackBerry howto

2012-05-12 Thread Kay Strobach
Hi Roxanne, yes, most of the mobile related stuff can be done with pure css and very less typoscript, as you have a completly working site already. With flirring i mean the textshadow in the logo, below the chars ASD ;) It looks ugly on my screen (personal opinion), but may look nice on paper

[TYPO3-english] cell or column width, table width in htmlarea

2012-05-12 Thread Simon Browning
I thought there used to be a property that would allow manual specification of the table and cell widths in the rte (by pixel or %), however I can't find them now and can't find any reference to them. Is it possible to enable a property that allow the editor to specify these? Thank you.

Re: [TYPO3-english] TYPO3 on BlackBerry howto

2012-05-12 Thread roxanne
Ok, thanks Andy. Now, I would like to know if it is possible to build a mega-menu like on this page http://www3.sn.schule.de, that is Typoscript based? Or does it *have to be CSS based? Roxanne On 2012-05-12 00:39, Andreas Becker wrote: Hi Roxanne What do you mean with no Typoscript? Of

Re: [TYPO3-english] TYPO3 on BlackBerry howto

2012-05-12 Thread Kay Strobach
Hello roxanne, it's always a mixture of css and typoscript. css to layout the html, which is produced with typoscript. I perhaps give you the theme, if my customer allows it to me ;) Regards Kay Am 12.05.2012 17:05, schrieb roxa...@asd-networks.com: Ok, thanks Andy. Now, I would like to

Re: [TYPO3-english] cell or column width, table width in htmlarea

2012-05-12 Thread Tony Lush
The TV Framework does it with CSS classes, which might be an approach you could try. Cheers -- Tony On 5/12/2012 10:27 AM, Simon Browning wrote: I thought there used to be a property that would allow manual specification of the table and cell widths in the rte (by pixel or %), however I can't

[TYPO3-english] tt_content - add new field via kickstarter - intergrate in standard render process

2012-05-12 Thread Robert Wildling
Hi and good evening, I asked this question already in the German list, but yet there is no solution. The situation is actually quite simple and I'm a bit ashamed to ask it here - be genlte with me, please :-) All I want to achieve is that a field, newly added to tt_content via

[TYPO3-english] config root url on localhost

2012-05-12 Thread Task City
Hello! Has anyone can tell me how to fix baseurl in the version of 4.6? The CSS is missing, and I can't login in BE too! Thanks! Jeson ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

Re: [TYPO3-english] config root url on localhost

2012-05-12 Thread Robert Wildling
You need to set a TS in the base setup of your installation - for which you definately need to get into the backend: Contants: baseURL = www.yoursite.com Setup: config.baseURL = http://{$baseURL} [globalString = IENV:TYPO3_SITE_URL=https://{$baseURL}] config.baseURL = https://{$baseURL}

Re: [TYPO3-english] config root url on localhost

2012-05-12 Thread Task City
Hi! Robert, I can login in backend now, but when I open frontend url as below, the css is missed. http://localhost/typo3/4.6.7/get-started/ Thanks! Jeson From: Robert Wildling robertwildl...@gmail.com To: typo3-english@lists.typo3.org Sent: Sunday, May