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
show video in file details
- Jan
- Phoca Hero
- Posts: 48595
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: show video in file details
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 13
- Joined: 01 Mar 2012, 20:04
Re: show video in file details
hi
tnx jan
my phoca download ver is 2.1.7
solved
go to:
components\com_phocadownload\views\file\tmpl
default.php
echo $pdDescription;
change it to:
echo JHTML::_('content.prepare',$pdDescription);
it was to hard!

tnx jan

my phoca download ver is 2.1.7
solved

go to:
components\com_phocadownload\views\file\tmpl
default.php
echo $pdDescription;
change it to:
echo JHTML::_('content.prepare',$pdDescription);
it was to hard!

