show video in file details

Phoca Download - download manager
navidweb
Phoca Member
Phoca Member
Posts: 13
Joined: 01 Mar 2012, 20:04

show video in file details

Post by navidweb »

hi

how can i use allvideos plugin in file detail

i want show some video in details of my own files in phoca download...

it dosnt work..

but the same code of allvideos plugin it work on other content of joomla


how can i do this...?

i cant do it by phocadownload preview. i need other one like allvideos

tnx
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48595
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: show video in file details

Post by Jan »

If you find Phoca extensions useful, please support the project
navidweb
Phoca Member
Phoca Member
Posts: 13
Joined: 01 Mar 2012, 20:04

Re: show video in file details

Post by navidweb »

hi
tnx jan
:P

my phoca download ver is 2.1.7

solved
:o

go to:
components\com_phocadownload\views\file\tmpl
default.php

echo $pdDescription;


change it to:
echo JHTML::_('content.prepare',$pdDescription);


it was to hard! :x
:wink:
Post Reply