[TYPO3-english] Image Links Problem.

Mam Violeng mam.violeng at yejj.com
Fri Jun 12 10:24:28 CEST 2009


Hi all,

Now I created my own extension to add one more field in the tt_content, 
this field will allow the user to choose the file (like "Images" 
property) to show when click-enlarge, but I don't know how can I write 
typoscript to make image link to this field which separated by comma. My 
current typoscript is

tmp = TEXT
tmp {
    typolink.parameter.field = tx_modifyimagelink_image_link2 //new field
    typolink.parameter.listNum.splitChar = ,
    typolink.parameter.listNum.stdWrap.data = register:SPLIT_COUNT
}

tt_content.textpic.20.1.imageLinkWrap < tmp

and the images will upload to folder "uploads/pics"

Thank in advance for your solutions.

Best,

Violeng Mam


More information about the TYPO3-english mailing list