07:08:50 <hans_> hi there, how can ich realize a file download in my fce ?
07:57:52 <NamelessCoder> hans_ if you just want the BE user to select a file that then becomes a link, you can use the following methods: 1) input field + "link" wizard, 2) file input field, 3) FAL IRRE. You can then extract those files using the FAL factory (search google or check sources of various VHS ViewHelpers how to do that) and link to the file. If you need a protected download you'll need a controller and I suggest a proper plugin for that.
08:28:48 <hans_> NamelessCoder: thx, i will check the FAL IRRE stuff later, have to find fast solutions now! i used v:link.typolink for now!
08:31:32 <NamelessCoder> - it works, is fast, supports the wizards and most other storages.
08:35:16 <Guest|82476> The home page should be collecting the “sub content 1” and “sub content 2”, so it should behave like a one pager.
08:35:16 <Guest|82476> And the other pages should be behaving as ‘normal’ pages.
08:35:17 <Guest|82476> I downloaded the FluidTypo3 kickstarter package. And followed then this tutorial: https://worksonmymachine.org/blog/onepage-design-with-fluidtypo3 where it is described how to achieve a onepager with FluidTypo3.