[TYPO3] tt_news 2.3.5 - Description and size of attached files possible?
Rupert Germann
rupi at gmx.li
Tue Apr 25 19:36:54 CEST 2006
Jens Beckmann wrote:
> I've just installed tt_news 2.3.5 an it works fine!
2.3.6 is the most recent version.
> Does anyone know an extension making it possible to add a *description
> text* and to show the *filesize* for the files which are attached to the
> news entry (like we know it from the standard "filelink" content type)?
you don't need an extension for this because the files are rendered to a
fully configurable typoscript object (type FILE) where you can use all
options that are listed on this page:
http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/8/5/
and with a bit more TS and the help of optionsplit it would even be possible
to "misuse" another tt_news field (f.e. Keywords) to store the desriptions
in this field and add those decriptions to the attached files.
or you can use the extension tt_news DAM connector (news_dam_con) for this.
greets
rupert
More information about the TYPO3-english
mailing list