[TYPO3-templavoila] FCE with multiple DAM images zoomed with Thickbox
Ian Solo
ian at webian.it
Sun Jan 27 18:07:45 CET 2008
Another thing that I can say is that if I added this debug line in the
FCE Typoscript:
10.1.stdWrap.debugData = 1
( 10.1 is the IMAGE cObj )
Then the debug of the 2 $cObj->data shows me correctly the paths of the
2 images.
The first array shows me:
currentValue_kidjls9dksoje | fileadmin/user_upload/Prova3/macchina1.jpg
The second shows me:
currentValue_kidjls9dksoje | fileadmin/user_upload/Prova3/macchina2.jpg
But only the first path is rendered correctly.
Best regards!ian
Andreas Jonderko wrote:
> Ian Solo schrieb:
>> Hi all!
>> ********************************[start]****************************
>> 10 = IMGTEXT
>> 10 < tt_content.image.20
>> 10.imgList.cObject {
>> refField = field_image
>> userFunc = tx_damtvc_tsfe->fetchFileList
>> }
>>
>> 10.maxW = 135
>>
>> 10.1 = IMAGE
>> 10.1.file.import.current = 1
>> 10.1.file.import.listNum = 0
>>
>> 10.1.imageLinkWrap {
>> enable.field = field_enlarge
>>
>> typolink.parameter.field = currentValue_kidjls9dksoje
>> typolink.parameter.wrap = |
>>
>> typolink.ATagParams.dataWrap = class="thickbox"
>> }
>> ********************************[end]******************************
>>
>> I guess the problem is in the line:
>> *******************************************************************
>> typolink.parameter.field = currentValue_kidjls9dksoje
>> *******************************************************************
>>
>> I know, it's a bad trick that I made ;p but I don't know how to pass
>> the "fileadmin/user_upload/imageX.jpg" parameter to the HREF of the A
>> tag.
>>
>> Please, can I have some tips to solve this problem?
>>
>> Thank you very much!ian
>
> Normaly, you have to work with "typolink.parameter.insertData = 1" and
> "current = 1" with TV ... maybe it helps...:
>
> #typolink example:
>
> typolink{
> title = Blinklist
> parameter = http://target.de/go.php&Url={field:field_url}
> parameter.insertData = 1
> wrap = <li> | </li>
> }
>
> #Imageexample:
>
> 10 = IMAGE
> 10.file.import = uploads/tx_templavoila/
> 10.file.import.current = 1
> 10.file.import.listNum = 0
> 10.file.maxW = 100
> 10.file.maxH = 100
> [...]
>
>
More information about the TYPO3-project-templavoila
mailing list