[TYPO3] kickstarter info

Tim Boesenkool boesenkool at gmail.com
Thu Jun 29 17:21:27 CEST 2006


"I have a small extension running using the kickstarter. I'd like to
use it to download pdf's. I could use some help modifying it please.
I have used the "Files" Field type in the New Database Tables" and
have it uploading files just fine. What do i use instead of
'.$this->getFieldContent('download').' to link to the just uploaded
file?

Thanks

 return '<tr'.($c%2 ? $this->pi_classParam('listrow-odd') : '').'>
   <td valign="top"><p>'.$this->getFieldContent('file_name').'</p></td>
   <td valign="top"><p>'.$this->getFieldContent('file_date').'</p></td>
   <td valign="top"><p>'.$this->getFieldContent('download').'</p></td>
   <td valign="top"><p>'.$this->getFieldContent('details').'</p></td>
  </tr>';



More information about the TYPO3-english mailing list