Opened 17 years ago
Last modified 17 years ago
#15 assigned enhancement
Presentation slides download
Reported by: | Christian Hennecke | Owned by: | amp4ecs |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | BE Data input | Version: | |
Keywords: | Cc: |
Description
It would be nice if we could specify a file with the presentation slides. A link for download could be displayed in the presentation list and/or the presentation detail view.
It would be extremely cool if this would use the TYPO3 file object like tt_news does. This would enable us to use secure downloads rather easily. Maybe you can borrow the code from tt_news?
Change History (3)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Status: | new → assigned |
---|
First wish is solved.
Documents can be added to the sessions and links to them are added to the front end display with version 0.1.11.
comment:3 by , 17 years ago
Great!
Thomas suggested also providing a description for each associated file, e.g.:
Session transcript: [linked PDF icon] (120 KB) Installation manual: [linked OO.org icon] (250 KB)
I guess the text input would have to handled like in the TYPO3 image elements, i.e., a textarea with one description per line.
The rest should be handled by TYPO3 if the links are implemented as file links. I just had a look at the example_itemMarkerArrayFunc.php file of tt_news. Looks surprisingly easy to do.
I don't know how this works, but IIRC there is an extension that makes PDF browsable as HTML pages online. Would be really cool if this was also possible in connection with wse_events.