Page 1 of 1

Uploads Module: Download Link

Posted: Wed Nov 12, 2008 6:23 am
by JaymeNYC
I'm creating an area where files can be downloaded, But the Download links name is "Pre-existing file".  I believe I know why it says this, but I would want the default to be "Download".

Or if possible, since the "Pre-existing file" text actuallly works when I click to download is there something I can use instead of {entry->summarylink} that will ONLY have the download link so I can use the actual file name as the download link?  So I can have something like this

Code: Select all

<a href="{$entry->unknown_variable_here}">{$entry->name}</a>
Anything that will work like this?

Re: Uploads Module: Download Link

Posted: Thu Nov 13, 2008 1:55 am
by jmcgin51
It says "Pre-existing file" because you uploaded via FTP instead of through Uploads.  Just go into the Uploads admin and edit the file summary/description.

Re: Uploads Module: Download Link

Posted: Thu Nov 13, 2008 1:58 am
by JaymeNYC
jmcgin51 wrote: It says "Pre-existing file" because you uploaded via FTP instead of through Uploads.  Just go into the Uploads admin and edit the file summary/description.
what about to do

Code: Select all

<a href="{$entry->unknown_variable_here}">{$entry->name}</a>
How would I do this?