Re: [TYPO3-english] How to extend tt_conent field in plugin backend module + TYPO3 6.2

2014-08-26 Thread Anupam Chatterjee
On 8/25/2014 6:03 PM, Jainish Senjaliya wrote: No. This is not helping to me. I already did same like this. This data are store in sys_file_reference. but i want to store only in tt_content table. [in extended field ] If i choose two images then In extended field it store as 2. and entry done

Re: [TYPO3-english] How to extend tt_conent field in plugin backend module + TYPO3 6.2

2014-08-25 Thread Anupam Chatterjee
On 8/25/2014 12:53 PM, Jainish Senjaliya wrote: I just want it fetch images from sys_file table list. Hello Jainish, I am now lost a bit with your requirement! Do you want to just fetch images from FAL or do you also need to extend the sys_file or references with additional fields?

Re: [TYPO3-english] How to extend tt_conent field in plugin backend module + TYPO3 6.2

2014-08-25 Thread Anupam Chatterjee
On 8/25/2014 4:37 PM, Jainish Senjaliya wrote: Hello Anupam Please read comment from following link and read this comment. http://forum.typo3.org/index.php/m/717695/#page_top I have used below code for that. $tempColumns = Array ( tx_damdownloadlist_records = Array ( exclude = 0,

Re: [TYPO3-english] How to extend tt_conent field in plugin backend module + TYPO3 6.2

2014-08-23 Thread Anupam Chatterjee
On 8/22/2014 7:39 PM, Jainish Senjaliya wrote: Hello Sir, I am trying to extend tt_content field in plugin. but its not working. i am using following code in ext_table.php = = = = = = = = = = = CODE BEGIN - EXT BASE = = = = = = = = = = = $tempColumns = array( 'tx_damdownloadlist_records' =

[TYPO3-english] How to extend tt_conent field in plugin backend module + TYPO3 6.2

2014-08-22 Thread Jainish Senjaliya
Hello Sir, I am trying to extend tt_content field in plugin. but its not working. i am using following code in ext_table.php = = = = = = = = = = = CODE BEGIN - EXT BASE = = = = = = = = = = = $tempColumns = array( 'tx_damdownloadlist_records' = array( 'exclude' = 0, 'label' = 'title2',