[Solved) Youtube link : possible to remove download button ?

Phoca Download - download manager
tramber91
Phoca Member
Phoca Member
Posts: 13
Joined: 09 Nov 2014, 21:11

[Solved) Youtube link : possible to remove download button ?

Post 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
Last edited by tramber91 on 24 Nov 2014, 02:32, edited 1 time in total.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48566
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Youtube link : possible to remove download button ?

Post 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
If you find Phoca extensions useful, please support the project
tramber91
Phoca Member
Phoca Member
Posts: 13
Joined: 09 Nov 2014, 21:11

Re: Youtube link : possible to remove download button ?

Post 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">&nbsp;</div>';
			if ((int)$v->confirm_license > 0) {
and finish by a } line 342

Code: Select all

$o .= '</form>';
			}
						}
Your opinion ?
don't know why template overide don't work

take care

Bertrand
Post Reply