Can I remove the extra "download" page from an audio file?
When I make a new page in SiteFrame and use it only to share an audio file, the user has to click several times in order to finally download the audio file. First, you click on the folder name, which is fine.
Inside the folder there is a text link with the audio page's title. When you click on that, you go to a page with an audio icon and the description of the file.
When you click on the audio icon, it seems like you should be able to finally download and listen to the file. But this doesn't happen. When you click on the audio icon, you get a page with another text link, saying [Click here to download].
Only THEN can you finally download and listen to the file.
I would like to be able to click on the audio icon and listen to the file. Is there any way to bypass the extra "download" page at the end?
I posted an example on the demo site at http://play.siteframe.org/this-is-a-folder-to-be-used-as-an-audio-gallery so you can see what I mean.
Thanks in advance for any info.
It shouldn't be a problem; you could modify the templates to link directly to the file from the page.
You can modify the page.tpl file in any of the included templates. If you download the latest siframe template you can work with the code in my page.tpl and file.tpl templates. I did the same thing you talked about so a cut/past should work. However, watch for class and id selectors because my css techniques may not work with your template css. With a little code compare you should be able to pull the snippets you need.