All I see in the backend by the file or image fields is the name of the file, an icon for it's file type, and a prieview (in the case of images).
In the database, all you see is the filename and file extension. If I make an extension that lists files attached to articles, how can I find out where it is exactly from just the file name/extension? Or must everything then be uploaded in a particular folder? So that I can hardcode the files path in the extension? -----Ursprüngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Erik Svendsen Gesendet: Donnerstag, 10. April 2008 00:21 An: [email protected] Betreff: Re: [TYPO3] Path to files in TT_news Hello Stephen, > Is there away to find out the path tot he files in tt_news articles? > Only the file name seems to be saved. > > Also how does one build a link to the file? Are there any pre-made > functions for that? > I suppose you are thinking about for instance pdf-files. It may depends of you are using DAM with dam_ttnews or not and how you are uploading it. But standard is uploads/media. But you should see the link in the frontend. If you don't there are something wrong. You find the configuration in tt_news/pi/static/ts_new/setup.txt. I suppose you also need to see in the php-files to get all details. But I haven't had any close look yet. WBR, Erik Svendsen www.linnearad.no _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
