Re: [TYPO3-english] typo 3 installation

2012-05-02 Thread Rayuth You (Yuth)
Did you already restart your WampServer? On 05/03/2012 09:56 AM, tom liu wrote: Hi, I am trying to install introductionpackage-4.7.0, I have WampServer2.1e-x32.exe installed on my WindowXP computer. When I am trying to install, I see this below info: #1294587482: TYPO3 Installation Error: The f

[TYPO3-english] BE list view with condition

2012-04-08 Thread Rayuth You (Yuth)
Hi list, Using typo3 4.5, I have an extension and I wanna display my table in list view with my own condition (relating to BE user group). SQL statement: SELECT * FROM my_table WHERE be_groups = 2 What should I need to configure in ext_tables.php ? or I need to create userFunc? What should I

[TYPO3-english] Backend TCA foreign_table_where ###THIS_UID###

2012-03-29 Thread Rayuth You (Yuth)
Hi list, In TCA, I cannot get ###THIS_UID### when I tried to select only positions that associates with my current item. 'position' => array( 'label' => 'Position', 'config' => array( 'type' => 'select', 'foreign_table' => 'position',

Re: [TYPO3-english] BE datetime format

2012-03-16 Thread Rayuth You (Yuth)
I also try to change in install tool but it's still not work. On 03/16/2012 02:41 PM, Hauke Hain wrote: Hi, Am 16.03.2012 08:31, schrieb Rayuth You (Yuth): Hi list, In BE I want to change my datetime format from default to my customer format ('8:00 16-3-2012' to '8:00 16

[TYPO3-english] BE datetime format

2012-03-16 Thread Rayuth You (Yuth)
Hi list, In BE I want to change my datetime format from default to my customer format ('8:00 16-3-2012' to '8:00 16.3.2012') 'event_start' => array( 'label' => 'Event start', 'config' => array( 'type' => 'input', 'size' => 20,

Re: [TYPO3-english] TCA field type text max length

2012-03-01 Thread Rayuth You (Yuth)
Hi, On 03/01/2012 05:17 PM, Jigal van Hemert wrote: A text field has no width property in TCA. You could make user-defined eval function which limits the length to 1000 characters. Thank you for your idea. -- Rayuth You Web Developer M: +855 11 262 078 E: ray...@typo3cambodia.org TYPO3

[TYPO3-english] TCA field type text max length

2012-02-29 Thread Rayuth You (Yuth)
Hi list, I want to limit max length only 1000 characters for my textarea field. As type 'input' that have property 'max'. Here is my configuration: 'additional' => array( 'label' => 'Additional', 'config' => array( 'type' => 'text', 'rows' => 30,

Re: [TYPO3-english] [Solved] Extbase 1.2.0 dispatch problem

2012-01-16 Thread Rayuth You (Yuth)
t; 'removeNonActiveAccount', 'switchableControllerActions' => array ( '1' => array('controller' => 'QuestionAnswer', 'actions' => 'removeNonActiveAccount') ) ); $dispatcher = new Tx_Extbase_Dispatch

[TYPO3-english] Extbase 1.2.0 dispatch problem

2012-01-16 Thread Rayuth You (Yuth)
Hi list, In extbase 1.3.0 $bootstrap = t3lib_div::makeInstance('Tx_Extbase_Core_Bootstrap'); $bootstrap->run('', $configuration); And in 1.2.0, I changed from Tx_Extbase_Core_Bootstrap to Tx_Extbase_Dispatcher $bootstrap = t3lib_div::makeInstance('Tx_Extbase_Dispatcher'); $bootstrap->dispatch(

Re: [TYPO3-english] [Solved] DAM thumbnail problem with German name

2012-01-12 Thread Rayuth You (Yuth)
Thanks for your hint, now it works! On 01/13/2012 12:40 PM, Jigal van Hemert wrote: Hi, On 13-1-2012 3:47, Rayuth You (Yuth) wrote: Using typo3 4.5.10 and DAM 1.2.2 , I got no thumbnail generate in BE and do not display in FE when the name of image is in German. Check in the Install Tool if

[TYPO3-english] DAM thumbnail problem with German name

2012-01-12 Thread Rayuth You (Yuth)
Hi list Using typo3 4.5.10 and DAM 1.2.2 , I got no thumbnail generate in BE and do not display in FE when the name of image is in German. But it works fine when file name is no such characters like ä, ü , ... Any body having some hint? Regards, Rayuth -- Khmer TYPO3 User Group Spirit of sh

Re: [TYPO3-english] [Resolved] tt_products: overwrite page's title with product title

2012-01-03 Thread Rayuth You (Yuth)
Hi Victor Thanks now it works :) Rayuth On 01/03/2012 06:30 PM, Victor Livakovsky wrote: Hi. Here is my TypoScript: page.headerData.10 = TEXT page.headerData.10 { field = ###PRODUCT_TITLE### noTrimWrap = ||| stdWrap.htmlSpecialChars = 1 } I'm sure, there is no field ###PRODUCT_TITLE### in

[TYPO3-english] tt_products: overwrite page's title with product title

2011-12-29 Thread Rayuth You (Yuth)
Hi list Using TYPO3 4.5.0 and tt_products 2.7.2, I wanna overwrite with product's title NOT the page's title anymore. Here is my TypoScript: page.headerData.10 = TEXT page.headerData.10 { field = ###PRODUCT_TITLE### noTrimWrap = ||| stdWrap.htmlSpecialChars = 1 } But what I got is EMPT