Page 1 of 1

Remove link from title or filename

Posted: 24 Dec 2011, 00:40
by rusty10
HI Jan,

Please can you tell me if it is possible to remove the link from the title or filename so that only the download button can be used to download the file.

cheers

Russ

Re: Remove link from title or filename

Posted: 25 Dec 2011, 00:06
by SonRiab
You could do this by editing the default_files.php.
I've posted most of the needed steps here: viewtopic.php?f=31&t=16954#p67836
You have to edit this part in the default_files.php (line 57):

Code: Select all

$pdFile .= $linkDownloadB .$l->getName($v->title, $v->filename) .$linkDownloadE;
to:

Code: Select all

$pdFile .= $l->getName($v->title, $v->filename);

Re: Remove link from title or filename

Posted: 25 Dec 2011, 11:39
by rusty10
Thank you for this. it did exactly wahat i wanted

cheers