Page 1 of 1
[Solved) Youtube link : possible to remove download button ?
Posted: 16 Nov 2014, 17:23
by tramber91
Dear all
I have created file link to a yootube video.
Possible to remove download link because video is already in detail view ?
thnks
Bertrand
Re: Youtube link : possible to remove download button ?
Posted: 17 Nov 2014, 20:44
by Jan
Hi, for now there is no such option, so this needs to be customized directly in the code
https://www.phoca.cz/documents/17-phoca- ... load-theme
Jan
Re: Youtube link : possible to remove download button ?
Posted: 18 Nov 2014, 02:39
by tramber91
Ok thanks
I did it like that in file
components/com_phocadownload/views/file/tmpl/default.php
line 304
Code: Select all
if ($v->video_filename == '') {
$o = '<div class="pd-cb"> </div>';
if ((int)$v->confirm_license > 0) {
and finish by a } line 342
Your opinion ?
don't know why template overide don't work
take care
Bertrand